[Pythonmac-SIG] Problems with finding standard python modules when using py2app

2007-05-10 Thread Jens Thomas
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

Re: [Pythonmac-SIG] Problems with PYTHONPATH using MacPorts Python 2.4 & 2.5

2007-05-10 Thread Lou Pecora
--- 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