hi

I just installed a new Python 2.5 version and after
that downloaded SQLAlchemy 0.28 and tried to install
it:
but I get this error:

---------------------------------------------------------------------------
This script requires setuptools version 0.6c1 to run
(even to display
help).  I will attempt to download it for you (from
http://cheeseshop.python.org/packages/2.5/s/setuptools/),
but
you may need to enable firewall access for this script
first.
I will start the download in 15 seconds.

(Note: if this machine does not have network access,
please obtain the file

  
http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg

and place it in this directory before rerunning this
script.)
---------------------------------------------------------------------------
Downloading
http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    use_setuptools()
  File
"/home/markus/software/devel/python/db/SQLAlchemy-0.2.8/ez_setup.py",
line 72, in use_setuptools
    egg = download_setuptools(version, download_base,
to_dir, download_delay)
  File
"/home/markus/software/devel/python/db/SQLAlchemy-0.2.8/ez_setup.py",
line 126, in download_setuptools
    src = urllib2.urlopen(url)
  File "/usr/local/lib/python2.5/urllib2.py", line
121, in urlopen
    return _opener.open(url, data)
  File "/usr/local/lib/python2.5/urllib2.py", line
380, in open
    response = meth(req, response)
  File "/usr/local/lib/python2.5/urllib2.py", line
491, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/lib/python2.5/urllib2.py", line
418, in error
    return self._call_chain(*args)
  File "/usr/local/lib/python2.5/urllib2.py", line
353, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.5/urllib2.py", line
499, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg,
hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found



any idea what the problem is ?
maybe it means that the egg src for SQLAlchemy is not 
available for 2.5. but I am no expert on this.


using easy_install-2.5 also fails:

sudo easy_install  --editable --build-directory
/home/markus/software/devel/python/db/eggs_src
sqlalchemy
Traceback (most recent call last):
  File "/usr/local/bin/easy_install", line 5, in
<module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources



regards

Markus








                
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to