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 Jurko.Gospodnetić
Recipients Jurko.Gospodnetić, barry, brett.cannon, eric.snow, ncoghlan, ned.deily, r.david.murray
Date 2014-03-12.09:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394616986.94.0.19663950349.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned by Anthony Tuininga at:

  https://bitbucket.org/anthony_tuininga/cx_freeze/issue/61/python-340-nameerror-name-__file__-is-not#comment-9077661

The value of __file__ in the problematic importlib/__init__.py
module with Python 3.3. is '<frozen>' while with Python 3.4 it is
not defined.

And this '<frozen>' string seems to be something coming from Python
and not cx_Freeze (I see it in 'Python/import.c' in both Python
3.3.5 & 3.4).

Hope this helps.

Best regards,
  Jurko Gospodnetić
History
Date User Action Args
2014-03-12 09:36:27Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić, barry, brett.cannon, ncoghlan, ned.deily, r.david.murray, eric.snow
2014-03-12 09:36:26Jurko.Gospodnetićsetmessageid: <1394616986.94.0.19663950349.issue20884@psf.upfronthosting.co.za>
2014-03-12 09:36:26Jurko.Gospodnetićlinkissue20884 messages
2014-03-12 09:36:26Jurko.Gospodnetićcreate