Access to Windows computer to use py2exe
For many years, I have been distributing my Python application using py2exe and py2app. I no longer have access to a windows computer, and I am now looking for network access to a windows computer solely to use py2exe to build my app.
Could I use an Amazon EC2 instance to do this? 开发者_开发技巧Or is there another, better solution out there? I am willing to pay but want to keep it cheap.
Run windows within a Virtual Machine of some kind.
OR
Alternatively test PyInstaller it claims to do this (not tested myself).
If you are under Linux, you can try Wine:
- http://www.winehq.org/
I have a MacBook. I run Microsoft's Remote Desktop Connection for Mac and log into my employer's Windows machine. Maybe the local library would let you do something like that.
Alternatively, there are vendors offering free shell accounts but these to be Linux or Unix only. Who knows, you might find someone willing to risk their Windows box in the same way.
精彩评论