I'm using Sage 4.7.2, built from source, on OS X 10.5 Leopard. When I try to list the experimental packages, or install one of them, I get the following traceback:
% sage -optional Using SAGE Server http://www.sagemath.org//packages http://www.sagemath.org//packages/optional/list --> /local/sage-4.7.2/ tmp/list Traceback (most recent call last): File "/local/sage-4.7.2/local/bin/sage-list-packages", line 29, in <module> urllib.urlretrieve(url, file) File "/local/sage-4.7.2/local/lib/python/urllib.py", line 94, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "/local/sage-4.7.2/local/lib/python/urllib.py", line 238, in retrieve fp = self.open(url, data) File "/local/sage-4.7.2/local/lib/python/urllib.py", line 206, in open return getattr(self, name)(url) File "/local/sage-4.7.2/local/lib/python/urllib.py", line 317, in open_http if proxy_bypass(realhost): File "/local/sage-4.7.2/local/lib/python/urllib.py", line 1405, in proxy_bypass return proxy_bypass_macosx_sysconf(host) File "/local/sage-4.7.2/local/lib/python/urllib.py", line 1379, in proxy_bypass_macosx_sysconf mask = int(m.group(2)[1:]) TypeError: 'NoneType' object is unsubscriptable % Known bug? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org