New submission from Attila Soki :
i trying to compile Python 2.6.1 from scratch on Mac OS X Server (ppc).
After configure/make/make install i test the compiled python with
the followig file (t.py) (example from
http://docs.python.org/library/urllib.html):
Contents of /tmp/t.py
Attila Soki added the comment:
no luck.
output for t.py:
Traceback (most recent call last):
File "t.py", line 3, in
f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query";, params)
File "/var/root/pytest/python/lib/python2.6/urllib.py",