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 Decorater
Recipients Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-09-11.01:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505092779.22.0.494657098472.issue31413@psf.upfronthosting.co.za>
In-reply-to
Content
E:\TinyURL\app\Release>tinyurl
Fatal Python error: only 'import site' is supported in ._pth file

Current thread 0x0000161c (most recent call first):

The above Happens when I try to use the ._pth file to automatically call <something>.main()

However it prints that and then Crashes on Windows. I am not sure about how it does on linux or not.

I would like this extended to work how I thought it would. (To support more than just site.py in the standard library as this would reduce rebuilds of embedded interpreters.
History
Date User Action Args
2017-09-11 01:19:39Decoratersetrecipients: + Decorater, paul.moore, tim.golden, zach.ware, steve.dower
2017-09-11 01:19:39Decoratersetmessageid: <1505092779.22.0.494657098472.issue31413@psf.upfronthosting.co.za>
2017-09-11 01:19:39Decoraterlinkissue31413 messages
2017-09-11 01:19:38Decoratercreate