[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-03-03 Thread Attila Soki
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

[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-04-01 Thread Attila Soki
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",