[Pythonmac-SIG] py2app on windows

Kevin Walzer kw at codebykevin.com
Fri Apr 4 19:47:27 CEST 2008


Ian Mallett wrote:
> Hello,
> -I have a windows machine, but I want to write mac programs.
> -I looked around, and was told that py2app doesn't work on windows.
> -I have only a windows machine, so I need a way around.
> Ian
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> 
> 
The simplest answer is: get a Mac. py2app doesn't work on Windows.

The less simple answer is, write your code on Windows and distribute as 
source code only. You won't get an app bundle or shiny icon, but if you 
are using platform-neutral bits (i.e. it's pure Python), you should be 
fine.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Pythonmac-SIG mailing list