Message 275682 - Python tracker
Message275682
| Author | steve.dower |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2016-09-10.19:24:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473535445.1.0.581777184049.issue28059@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This bug is entirely because _ctypes cannot be found when we launch from the symlink without also setting PYTHONPATH. I've already removed the import of _ctypes, but I'll also set PYTHONPATH in the test as there's no reason to require only builtins here. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-10 19:24:05 | steve.dower | set | recipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware |
| 2016-09-10 19:24:05 | steve.dower | set | messageid: <1473535445.1.0.581777184049.issue28059@psf.upfronthosting.co.za> |
| 2016-09-10 19:24:05 | steve.dower | link | issue28059 messages |
| 2016-09-10 19:24:05 | steve.dower | create | |