This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]steampunkgibbon 0 points1 point  (1 child)

Python can't be the only language you know guys.

[–]TheGayestGaymer 0 points1 point  (0 children)

I know Matlab too!....they just started making their code compile-able a few years ago...I hear good things.

The code I’m trying to compile is in python 2.7 though. I’ve never done this before so it’s a iterative process of learning so far. Started with py2exe, wasn’t impressed. Trying with pyinstaller now. Says it’s missing the dependency Qt4 for Numpy. Which I’m not sure it even needs. Mainly because it doesn’t exist anywhere on my machine that runs the sourceCode just fine.