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

2007-05-11 Thread Ronald Oussoren
On 9 May, 2007, at 22:50, Nehemiah Dacres 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 the pyt

[Pythonmac-SIG] pyobjc install

2007-05-11 Thread julien ricard
hi, I'm trying to install pyobjc by generating a mpkg with python 2.5 using: python setup.py bdist_mpkg --open at some point I get the error shown below. I guess it has something to do with my installation of pyqt... Anybody could help? thanks creating Users/jul/pyobjc-1.4/b-/uild/py2app/bdist

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

2007-05-11 Thread Chris Cioffi
On 5/11/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > > On 9 May, 2007, at 22:50, Nehemiah Dacres wrote: [snip] > >> import sys > >> print sys.path > > you shall get a list of paths, these are the paths to all the directories > (folders) that the python interpreter will look in for libraries

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

2007-05-11 Thread Chris Cioffi
Sorry about the dupe, I accidently hit send before I was ready... On 5/11/07, Chris Cioffi <[EMAIL PROTECTED]> wrote: > On 5/11/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > > > > > On 9 May, 2007, at 22:50, Nehemiah Dacres wrote: > [snip] > > >> import sys > > >> print sys.path > > > > you s