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@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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to