On 13 May, 2007, at 5:31, Chris Cioffi wrote:
Problem:I was getting:
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
when I started Python that had been installed from MacPorts.
(Versions 2.4 and 2.5)
Solution:
Thanks for telling us about the solution!
Problem:I was getting:
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
when I started Python that had been installed from MacPorts.
(Versions 2.4 and 2.5)
Solution:
I first uninstalled both Python2.4 and Python2.5 from MacPorts and
went through and also remo
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
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
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
--- 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
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 python interpreter lives, it is specific to the
particular v
Hello all,
I'm trying to get started with Python 2.5 on my Mac and for various
reasons would like to use th Python from MacPorts.
[http://www.macports.org/]
I've installed Python 2.5 and when I start it up I get the following:
"""
Could not find platform dependent libraries
Consider setting $PY