Message111873
| Author | ned.deily |
|---|---|
| Recipients | ned.deily, ronaldoussoren, w31rd0, zzzeek |
| Date | 2010-07-28.23:27:39 |
| SpamBayes Score | 0.061961737 |
| Marked as misclassified | No |
| Message-id | <1280359661.74.0.944376908452.issue9405@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There have been similar problems reported in the past when subprocesses cause OS X CoreFoundation interfaces to be first called from the subprocess and not the main process. A quick workaround is to make a call from the main process. In this case, adding a call to urllib.getproxies() before calling Process appears to fix the problem for me. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-28 23:27:41 | ned.deily | set | recipients: + ned.deily, ronaldoussoren, zzzeek, w31rd0 |
| 2010-07-28 23:27:41 | ned.deily | set | messageid: <1280359661.74.0.944376908452.issue9405@psf.upfronthosting.co.za> |
| 2010-07-28 23:27:39 | ned.deily | link | issue9405 messages |
| 2010-07-28 23:27:39 | ned.deily | create | |