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 paul.moore
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-16.12:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487248189.53.0.64018171511.issue29578@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure about this, I've never seen __path__ used like this. Why can't you just set sys.path?

    sys.path.append(os.path.dirname(os.path.abspath(__file__)))

That's how scripts typically adjust their search path if needed.
History
Date User Action Args
2017-02-16 12:29:49paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, Big Stone
2017-02-16 12:29:49paul.mooresetmessageid: <1487248189.53.0.64018171511.issue29578@psf.upfronthosting.co.za>
2017-02-16 12:29:49paul.moorelinkissue29578 messages
2017-02-16 12:29:49paul.moorecreate