Question

How to build exe files from py files (compatible with win32)?

please don't refer to py2exe. that is blocked service in IRI.

  • for Iranians only: do you know how to download something (like py2exe) from blocked sites? especially from sourceforge ande fontforge?
Was it helpful?

Solution

How about PyInstaller (link to preliminary python 2.6 on Windows bin)?

OTHER TIPS

Pick up a mirror like this

http://git.kitsu.ru/mirrors/py2exe.git

and download it with git clone, and compile it by running setup.py after that.

Legal issues aside, blocked sites can be accessed (and downloaded from) using any external web proxy.

Edit: Does this work for you? Sourceforge.net through hidemyass.com.

How about cx_Freeze, is that blocked?

Refer to: http://cx-freeze.sourceforge.net/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top