On Aug 18, 2007, at 4:12 PM, Bill Janssen wrote:
> Is this fixed in later versions of Python, anyone know? You can test
> by calling "urllib.getproxies()" and seeing if it returns your
> proxysettings.
Python 2.5.1 (r251:54863, Aug 5 2007, 21:08:32)
_>>> urllib.getproxies()
_ {}
Does this ans
I noticed that with the system Python 2.3.5 on OS X 10.4, the
automatic proxy setting doesn't work for urlopen(). It's because the
code in urllib.py expects os.name() to return 'mac', and instead it
returns 'posix'.
Is this fixed in later versions of Python, anyone know? You can test
by calling
Timothy Reaves wrote:
>
> I'm looking for the Python package itself. Where as the code could be
> the
> same, I don't believe th python source as a make install for a framework on
> Apple. Could be wrong, but don't think so.
>
The source code for Python is available at http://python.
Ronald Oussoren wrote:
>
> On 17 Aug, 2007, at 4:15, Timothy Reaves wrote:
>
>> I can't seem to find source for these. I need to compile myself, as
>> I'm running
>> 10.5. I'm seeing some weird stuff, and want to determine if a
>> recompile will
>> take care of it.
>
> AFAIK the binaries on