logging.fileConfig limitations?

2009-06-17 Thread Mani Ghasemlou
Hi all, I have an application that writes out its logs in a subfolder of the user's local data directory. Let's say our user's name is "ßéäöÜ2". On my Windows XP machine, this logging path turns out to be: C:\Documents and Settings\ßéäöÜ2\Local Settings\Application Data\MyApp\MyApp.log My appli

urllib2, proxies, and pac files on OS X

2009-03-30 Thread Mani Ghasemlou
Hi all, urllib2 correctly detects proxies as configured in my preferences pane on OS X 10.5: Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import urllib2 >>> urllib2.ProxyHa