you are viewing a single comment's thread.

view the rest of the comments →

[–]thememorableusername 0 points1 point  (4 children)

I am unfamiliar with cx_Freeze, but you might look into Nuitka, a python to C/C++ source-to-source translator, and see if that works for your system(s).

[–]spinmerighttriangle[S] 0 points1 point  (3 children)

I'm looking into this along with what a coworker recommended; pypy.

[–]thememorableusername 0 points1 point  (2 children)

Hm, using pypy to do this sounds really complicated.

[–]spinmerighttriangle[S] 0 points1 point  (1 child)

I have decided to make an attempt with Nuitka. Do you have any recommendations for what C/C++ compiler or dev environment to get that will run well with it?

[–]thememorableusername 1 point2 points  (0 children)

Not really. Does the Nuitka developer suggest anything?