[Pythonmac-SIG] egg question

Markus markus at johalla.de
Thu Mar 23 20:05:56 CET 2006


Hi!

I've installed 2.4.2 Universal on a machine which has 2.4.1 from fink  
installed. This worked very well. I had to install some packages with  
'python setup.py install' but no problem here.
Then I wanted sqlobject and I tried 'easy_install -U sqlobject' which  
told, that its already installed under /sw/bin/ (the fink path)

Hmm, ok. I reinstalled the setuptools, but it still ends in /sw/bin.

Now I don't know what to do or where to look.

thanks for your help
markus


Homer:/Users/markus/Documents/Python root# python ez_setup.py
Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/ 
setuptools-0.6a10-py2.4.egg
Processing setuptools-0.6a10-py2.4.egg
creating /Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/setuptools-0.6a10-py2.4.egg
Extracting setuptools-0.6a10-py2.4.egg to /Library/Frameworks/ 
Python.framework/Versions/2.4/lib/python2.4/site-packages
Adding setuptools 0.6a10 to easy-install.pth file
Installing easy_install script to /Library/Frameworks/ 
Python.framework/Versions/2.4/bin

Installed /Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/setuptools-0.6a10-py2.4.egg
Processing dependencies for setuptools==0.6a10
Setuptools version 0.6a10 or greater has been installed.
(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)
Homer:/Users/markus/Documents/Python root# python ez_setup.py -U  
setuptools
Searching for setuptools
Reading http://www.python.org/pypi/setuptools/
Reading http://peak.telecommunity.com/DevCenter/setuptools
Best match: setuptools 0.6a10
Processing setuptools-0.6a10-py2.4.egg
setuptools 0.6a10 is already the active version in easy-install.pth
Installing easy_install script to /Library/Frameworks/ 
Python.framework/Versions/2.4/bin

Using /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
site-packages/setuptools-0.6a10-py2.4.egg
Processing dependencies for setuptools
Homer:/Users/markus/Documents/Python root# easy_install -U sqlobject
Searching for sqlobject
Reading http://www.python.org/pypi/sqlobject/
Couldn't find index page for 'sqlobject' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
Reading http://www.python.org/pypi/SQLObject/0.7.0
Reading http://sqlobject.org
Best match: SQLObject 0.7.0
Processing SQLObject-0.7.0-py2.4.egg
SQLObject 0.7.0 is already the active version in easy-install.pth
Installing sqlobject-admin script to /sw/bin

Using /sw/lib/python2.4/site-packages/SQLObject-0.7.0-py2.4.egg
Processing dependencies for sqlobject



More information about the Pythonmac-SIG mailing list