I have downloaded py2app tar, unzipped it and and am trying to install it on an off-line pc, so I can't use easy_install.
I opened a console window and typed:
C:\Python27\python.exe setup.py D:\py2app\ install (because D:\py2app\ is where the setup.py file is in the py2app extracted files.
the problem is I got an error saying can't find 'main' module in d:\py2app. and I checked it out, there is no main routine anywhere in the py2app setup.py file.
So what do I do now to install it?