Message154886
| Author |
barry-scott |
| Recipients |
barry-scott, eric.araujo, ned.deily |
| Date |
2012年03月04日.10:50:13 |
| SpamBayes Score |
0.17865507 |
| Marked as misclassified |
No |
| Message-id |
<1330858214.62.0.601046691813.issue14188@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I have wxPython installed. Uninstalling it changes the order of sys.path to this:
['',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages',
'/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7',
'/Library/Python/2.7/site-packages',
'/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7']
I'll take this up with the wxPython folks. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年03月04日 10:50:14 | barry-scott | set | recipients:
+ barry-scott, ned.deily, eric.araujo |
| 2012年03月04日 10:50:14 | barry-scott | set | messageid: <1330858214.62.0.601046691813.issue14188@psf.upfronthosting.co.za> |
| 2012年03月04日 10:50:14 | barry-scott | link | issue14188 messages |
| 2012年03月04日 10:50:13 | barry-scott | create |
|