Re: [Pythonmac-SIG] simple setup.py-for-Windows question

2005-02-03 Thread Bob Ippolito
On Feb 4, 2005, at 2:09, Roger Binns wrote: If anyone wants a reference, have a look at makedist.py in the BitPim source. It produces a py2app application on Mac, a RPM via cx-Freeze on Linux and setup.exe via InnoSetup and py2exe on Windows. http://cvs.sf.net/viewcvs.py/bitpim/bitpim/makedist.py?

Re: [Pythonmac-SIG] simple setup.py-for-Windows question

2005-02-03 Thread Roger Binns
If anyone wants a reference, have a look at makedist.py in the BitPim source. It produces a py2app application on Mac, a RPM via cx-Freeze on Linux and setup.exe via InnoSetup and py2exe on Windows. http://cvs.sf.net/viewcvs.py/bitpim/bitpim/makedist.py?view=markup Auxiliary files such as help, im

Re: [Pythonmac-SIG] simple setup.py-for-Windows question

2005-02-03 Thread Bob Ippolito
On Feb 3, 2005, at 14:21, Charles Hartman wrote: Sorry, simpleton time again! I've gotten the Mac app to build OK with py2app, but now I'm trying to get my newest project ready for first tests on Windows and running into a problem. My setup.py contains the line data_files = ['ScansionDictionar