This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Big Stone
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-24.20:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477341913.28.0.0500470674993.issue28522@psf.upfronthosting.co.za>
In-reply-to
Content
on WinPython-64bit-3.6.0.0Zerorc2.exe, python-3.6.0b2 based, I can't get IDLEX working with "python._pth".

If I put "Lib\site-packages\" in python._pth, python.exe dies.
If I put "#Lib\site-packages\", idlexlib is said "unable to located".

Could it be a python-3.6.0b2 bug, or just a wrong-doing from WinPython ?

"Python._pth"=
.
Lib
import site
DLLs
#Lib/site-packages
#python36.zip
History
Date User Action Args
2016-10-24 20:45:13Big Stonesetrecipients: + Big Stone, paul.moore, tim.golden, zach.ware, steve.dower
2016-10-24 20:45:13Big Stonesetmessageid: <1477341913.28.0.0500470674993.issue28522@psf.upfronthosting.co.za>
2016-10-24 20:45:13Big Stonelinkissue28522 messages
2016-10-24 20:45:13Big Stonecreate