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.
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?
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!