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.13:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394631421.51.0.0425522514871.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
Ask per Nick's instructions I tweaked cx_Freeze to import a dummy
package as frozen. The dummy package has the following structure:

  gugu/
    __init__.py

and its __init__.py file contains only the 8 bytes '__file__'
(does not include the quotes).

Then running a frozen executable based on a script with the following content:

  import gugu

results in a NameError due to the name '__file__' not being
recognized.

You can see more detailed information at:

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

Hope this helps.

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