Hi,
 
 I am trying to install sqlobject. I use the SQLObject-0.7rc1.tar.gz.
 When I run 'python setup.py', the errors are as follows:
 
 ---------------------------------------------------------------------------
 This script requires setuptools version 0.6a4 to run (even to display
 help).  I will attempt to download it for you (from
 http://cheeseshop.python.org/packages/2.4/s/setuptools/), but
 you may need to enable firewall access for this script first.
 I will start the download in 15 seconds.
 ---------------------------------------------------------------------------
 Downloading 
http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a4-py2.4.egg
 Traceback (most recent call last):
   File "setup.py", line 5, in ?
     use_setuptools()
   File "/home/wy45/Documents/SQLObject-0.7.0/ez_setup/__init__.py", line 74, 
in use_setuptools
     egg = download_setuptools(version, download_base, to_dir, download_delay)
   File "/home/wy45/Documents/SQLObject-0.7.0/ez_setup/__init__.py", line 122, 
in download_setuptools
     src = urllib2.urlopen(url)
   File "/usr/local/lib/python2.4/urllib2.py", line 130, in urlopen
     return _opener.open(url, data)
   File "/usr/local/lib/python2.4/urllib2.py", line 364, in open
     response = meth(req, response)
   File "/usr/local/lib/python2.4/urllib2.py", line 471, in http_response
     response = self.parent.error(
   File "/usr/local/lib/python2.4/urllib2.py", line 402, in error
     return self._call_chain(*args)
   File "/usr/local/lib/python2.4/urllib2.py", line 337, in _call_chain
     result = func(*args)
   File "/usr/local/lib/python2.4/urllib2.py", line 480, in http_error_default
     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
 urllib2.HTTPError: HTTP Error 404: Not Found
 
 It seems 
http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a4-py2.4.egg
 doesn't exist at all.  
 
 Are there anybody know how to solve this problem? Any suggestion are welcome. 
Thank you very much!
 
 Best Wishes,
 
 Wendy





 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to