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?
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
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
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 = ['ScansionDictionary'],
and one of my modules contains the line
se