简体   繁体   中英

Distributing as a standalone executable

I have been developing an application using Python 3.3 and PyQt4 and I would like to be able to distribute it as a standalone app. My development environment is OS X and I have been able to create a standalone OS X app using cx_Freeze and py2app.

My question is, how would I go about creating an executable file for windows, considering I do not have access to a Windows operating system for development?

I have tried using cx_Freeze's build_exe on OS X and running it on windows but it will not run.

Thanks in advance :)

I use pyinstaller to create stand alone exe for windows. http://www.pyinstaller.org/ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM