想玩玩eTiny,看来不太容易,按照tiny官方网站的安装说明书,出现如下错误,谁给看看!多谢!
[code]~$ tinyerp-client
~$ wget www.turbogears.org/download/tgsetup.py
--20:17:20-- www.turbogears.org/download/tgsetup.py
=> `tgsetup.py'
正在解析主机 www.turbogears.org... 67.15.84.19
正在连接 www.turbogears.org|67.15.84.19|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 15,517 (15K) [text/plain]
100%[====================================>] 15,517 27.46K/s
20:17:25 (27.39 KB/s) - `tgsetup.py' 已经保存 [15517/15517]
james@u-server:~$ python2.4 tgsetup.py
TurboGears Installer
Beginning setuptools/EasyInstall installation and TurboGears download
Downloading cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6c6-py2.4.egg
Traceback (most recent call last):
File "tgsetup.py", line 435, in ?
tg_main()
File "tgsetup.py", line 188, in tg_main
main(args)
File "tgsetup.py", line 361, in main
egg = download_setuptools(version, delay=0)
File "tgsetup.py", line 342, in download_setuptools
src = urllib2.urlopen(url)
File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib/python2.4/urllib2.py", line 1021, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.4/urllib2.py", line 996, in do_open
raise URLError(err)
urllib2.URLError: [/code]