Hi,
I'm trying to building an app using py2app for my Python application and
have managed to fall at the first hurdle.
I added the following to my setup.py file (which works fine with py2exe
and so should be in reasonably good shape):
from setuptools import setup
app=["viewer/main.py"],
setup
--- Nehemiah Dacres <[EMAIL PROTECTED]> wrote:
> Site packages is where the platform dependant
> libraries of Mac python
> reside. they should be in
> /Library/Python/site-packages/ and thats where
> platform specific libraries are installed. Python
> home im not sure of,
> PYTHONPATH is where th