This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asoki
Recipients asoki, ned.deily, ronaldoussoren, theller
Date 2009-04-01.08:58:59
SpamBayes Score 9.650267e-07
Marked as misclassified No
Message-id <1238576341.18.0.860035938185.issue5413@psf.upfronthosting.co.za>
In-reply-to
Content
no luck.
output for t.py:

Traceback (most recent call last):
  File "t.py", line 3, in <module>
    f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query", params)
  File "/var/root/pytest/python/lib/python2.6/urllib.py", line 82, in
urlopen
    opener = FancyURLopener()
  File "/var/root/pytest/python/lib/python2.6/urllib.py", line 611, in
__init__
    URLopener.__init__(self, *args, **kwargs)
  File "/var/root/pytest/python/lib/python2.6/urllib.py", line 129, in
__init__
    proxies = getproxies()
  File "/var/root/pytest/python/lib/python2.6/urllib.py", line 1558, in
getproxies
    return getproxies_environment() or getproxies_macosx_sysconf()
  File "/var/root/pytest/python/lib/python2.6/urllib.py", line 1452, in
getproxies_macosx_sysconf
    _CFSetup(sc)
TypeError: _CFSetup() takes exactly 2 arguments (1 given)
Exception AttributeError: "FancyURLopener instance has no attribute
'tempcache'" in <bound method FancyURLopener.__del__ of
<urllib.FancyURLopener instance at 0x372288>> ignored


output for tt.py:

Traceback (most recent call last):
  File "tt.py", line 4, in <module>
    x = sc.CFStringCreateWithCString(0, "HTTPEnable", 0)
  File "/var/root/pytest/python/lib/python2.6/ctypes/__init__.py", line
366, in __getattr__
    func = self.__getitem__(name)
  File "/var/root/pytest/python/lib/python2.6/ctypes/__init__.py", line
371, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(RTLD_DEFAULT, CFStringCreateWithCString): symbol
not found

notes:
t.py fails on both with the same error
tt.py runs on Intel/Mac OS X and fails on PPC/Mac OS X Server
History
Date User Action Args
2009-04-01 08:59:01asokisetrecipients: + asoki, theller, ronaldoussoren, ned.deily
2009-04-01 08:59:01asokisetmessageid: <1238576341.18.0.860035938185.issue5413@psf.upfronthosting.co.za>
2009-04-01 08:59:00asokilinkissue5413 messages
2009-04-01 08:58:59asokicreate