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 takluyver
Recipients Jurko.Gospodnetić, barry, brett.cannon, eric.snow, ncoghlan, ned.deily, r.david.murray, takluyver
Date 2014-03-12.21:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394660461.82.0.193425093434.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
In the clean solution, it sounds like making importlib/__init__.py deal with the lack of a __file__ attribute would fix the problem in cx_Freeze. We'd still need to work out whether freezing importlib into the base executable is the right thing to do, but freezing would work on Python 3.4. So that sounds good to me.
History
Date User Action Args
2014-03-12 21:41:01takluyversetrecipients: + takluyver, barry, brett.cannon, ncoghlan, ned.deily, r.david.murray, Jurko.Gospodnetić, eric.snow
2014-03-12 21:41:01takluyversetmessageid: <1394660461.82.0.193425093434.issue20884@psf.upfronthosting.co.za>
2014-03-12 21:41:01takluyverlinkissue20884 messages
2014-03-12 21:41:01takluyvercreate