Message213258
| 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ć |
|