whats that -U option u used for mercurial?, perhaps you can do that to simplejason
On Tue, Jun 24, 2008 at 4:19 AM, Oscar Sanchez Casamitjana < [EMAIL PROTECTED]> wrote: > hi, > > I've recently installed 10.5.3 in a new machine (iMac), and I'm finding > problems with some eggs. some will install and some will not. easy_install > works perfectly in my previous machine (MBP), wich was upgraded > 10.5.0/1/2/3, so i thought it might be related to this, somehow. shell > output follows (sorry, with 3 examples it got a bit long): > > > +++ > # Mercurial (fail!) > > ## iMac > > sudo easy_install mercurial > Searching for mercurial > Reading http://pypi.python.org/simple/mercurial/ > Couldn't retrieve index page for 'mercurial' > Scanning index of all packages (this may take a while) > Reading http://pypi.python.org/simple/ > Reading http://pypi.python.org/simple/Mercurial/ > Reading http://www.selenic.com/mercurial > Best match: mercurial 1.0.1 > Downloading > http://www.selenic.com/mercurial/release/mercurial-1.0.1.tar.gz > Processing mercurial-1.0.1.tar.gz > Running mercurial-1.0.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-2jC-l2/mercurial-1.0.1/egg-dist-tmp-roHrOT > zip_safe flag not set; analyzing archive contents... > mercurial.lsprof: module references __file__ > mercurial.templater: module references __file__ > mercurial.version: module references __file__ > No eggs found in > /tmp/easy_install-2jC-l2/mercurial-1.0.1/egg-dist-tmp-roHrOT (setup script > problem?) > > ## MBP > > sudo easy_install -U mercurial > Searching for mercurial > Reading http://pypi.python.org/simple/mercurial/ > Couldn't retrieve index page for 'mercurial' > Scanning index of all packages (this may take a while) > Reading http://pypi.python.org/simple/ > Reading http://pypi.python.org/simple/Mercurial/ > Reading http://www.selenic.com/mercurial > Best match: mercurial 1.0.1 > Downloading > http://www.selenic.com/mercurial/release/mercurial-1.0.1.tar.gz > Processing mercurial-1.0.1.tar.gz > Running mercurial-1.0.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-j0zQwd/mercurial-1.0.1/egg-dist-tmp-LPRpFY > zip_safe flag not set; analyzing archive contents... > mercurial.lsprof: module references __file__ > mercurial.templater: module references __file__ > mercurial.version: module references __file__ > Removing mercurial 1.0 from easy-install.pth file > Adding mercurial 1.0.1 to easy-install.pth file > Installing hg script to /usr/local/bin > > Installed > /Library/Python/2.5/site-packages/mercurial-1.0.1-py2.5-macosx-10.5-i386.egg > Processing dependencies for mercurial > Finished processing dependencies for mercurial > > > # simplejson (fail!) > > ## iMac > > sudo easy_install simplejson > Searching for simplejson > Reading http://pypi.python.org/simple/simplejson/ > Reading http://undefined.org/python/#simplejson > Best match: simplejson 1.9.1 > Downloading > http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.tar.gz#md5 > =d2ee608bdf6397b82a7cd53c8602b29e > Processing simplejson-1.9.1.tar.gz > Running simplejson-1.9.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-u3TGVn/simplejson-1.9.1/egg-dist-tmp-OeLe4c > No eggs found in > /tmp/easy_install-u3TGVn/simplejson-1.9.1/egg-dist-tmp-OeLe4c (setup script > problem?) > > ## MBP > > sudo easy_install simplejson > Searching for simplejson > Reading http://pypi.python.org/simple/simplejson/ > Reading http://undefined.org/python/#simplejson > Best match: simplejson 1.9.1 > Downloading > http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.tar.gz#md5 > =d2ee608bdf6397b82a7cd53c8602b29e > Processing simplejson-1.9.1.tar.gz > Running simplejson-1.9.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-Rudv0U/simplejson-1.9.1/egg-dist-tmp-9XAUrS > Adding simplejson 1.9.1 to easy-install.pth file > > Installed > /Library/Python/2.5/site-packages/simplejson-1.9.1-py2.5-macosx-10.5-i386.egg > Processing dependencies for simplejson > Finished processing dependencies for simplejson > > > # SQLObject (success!) > > ## iMac > > Wintermute:~ oscar$ sudo easy_install SQLObject > Searching for SQLObject > Best match: SQLObject 0.10.2 > Processing SQLObject-0.10.2-py2.5.egg > SQLObject 0.10.2 is already the active version in easy-install.pth > Installing sqlobject-admin script to /usr/local/bin > > Using /Library/Python/2.5/site-packages/SQLObject-0.10.2-py2.5.egg > Processing dependencies for SQLObject > Searching for FormEncode>=0.2.2 > Reading http://pypi.python.org/simple/FormEncode/ > Reading http://formencode.org > Reading http://formencode.sf.net > Best match: FormEncode 1.0.1 > Downloading > http://pypi.python.org/packages/2.5/F/FormEncode/FormEncode-1.0.1-py2.5.egg#md5 > =f9bee5c918efc078b8b5ad38f92b1138 > Processing FormEncode-1.0.1-py2.5.egg > creating /Library/Python/2.5/site-packages/FormEncode-1.0.1-py2.5.egg > Extracting FormEncode-1.0.1-py2.5.egg to /Library/Python/2.5/site-packages > Adding FormEncode 1.0.1 to easy-install.pth file > > Installed /Library/Python/2.5/site-packages/FormEncode-1.0.1-py2.5.egg > Finished processing dependencies for SQLObject > > ## MBP > > sudo easy_install SQLObject > Searching for SQLObject > Best match: SQLObject 0.10.2 > Processing SQLObject-0.10.2-py2.5.egg > SQLObject 0.10.2 is already the active version in easy-install.pth > Installing sqlobject-admin script to /usr/local/bin > > Using /Library/Python/2.5/site-packages/SQLObject-0.10.2-py2.5.egg > Processing dependencies for SQLObject > Searching for FormEncode>=0.2.2 > Reading http://pypi.python.org/simple/FormEncode/ > Reading http://formencode.org > Reading http://formencode.sf.net > Best match: FormEncode 1.0.1 > Downloading > http://pypi.python.org/packages/2.5/F/FormEncode/FormEncode-1.0.1-py2.5.egg#md5 > =f9bee5c918efc078b8b5ad38f92b1138 > Processing FormEncode-1.0.1-py2.5.egg > creating /Library/Python/2.5/site-packages/FormEncode-1.0.1-py2.5.egg > Extracting FormEncode-1.0.1-py2.5.egg to /Library/Python/2.5/site-packages > Adding FormEncode 1.0.1 to easy-install.pth file > > Installed /Library/Python/2.5/site-packages/FormEncode-1.0.1-py2.5.egg > Finished processing dependencies for SQLObject > +++ > > > Python version is 2.5.1 (factory) on both machines, and .bash_profile is > mirrored. should I ask on the failing egg lists? any help appreciated. > > > > > regards, > oscar. > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > -- "lalalalala! it's not broken because I can use it" http://linux.slashdot.org/comments.pl?sid=194281&threshold=1&commentsort=0&mode=thread&cid=15927703
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig