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 ronaldoussoren
Recipients Rosuav, barry, ncoghlan, ronaldoussoren
Date 2017-06-05.08:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496652842.75.0.999846527778.issue29929@psf.upfronthosting.co.za>
In-reply-to
Content
A disadvantage of requiring "from . import ..." to import modules next to the script is that this requires a different mechanism before and after installation of a script.

That is, before installation the additional modules are next to the script ("from . import helper" and after installation the additional modules are in site-packages while the script itself is in the bin directory ("import helper").
History
Date User Action Args
2017-06-05 08:54:02ronaldoussorensetrecipients: + ronaldoussoren, barry, ncoghlan, Rosuav
2017-06-05 08:54:02ronaldoussorensetmessageid: <1496652842.75.0.999846527778.issue29929@psf.upfronthosting.co.za>
2017-06-05 08:54:02ronaldoussorenlinkissue29929 messages
2017-06-05 08:54:02ronaldoussorencreate