Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So - I can't get the Linux version to run and on the Source code version (when running on Linux) I get an error that says "data.text - no module" - runs fine from source on Windows.


Thanks!

it sounds like you're running the wrong file or something.

Hmm - not sure. at the top of the code (like line 3/4) there is an "import data.text as data" line. Seems like that is what the error is pointing to. I don't see a file by that name anywhere...is that generated by a make file or something?

There should be a text.py under the data folder. Also, I'm pretty sure it's "as text" and not "as data".

got it fixed - weird bug - I just commented that line out and copied it below "import data.text as text" and it worked...not sure what was up there. Thanks though!