Hi a third time,

I found the issue. After ugly debugging code, I found out that site.py was calling for a sitecustomize module, that was in my home directory for some reason, and that set the encoding. This sitecustomize.py was in Evennia code. I don't know why Python used it. Anyway, I deleted the directory and Python 2 is now back to using ASCII. Now I'll be able to work and have it accept utf-8 in a consistent manner!


Thanks for your help,

Vincent
On 12/12/2016 1:47 PM, Thomas Kluyver wrote:
On 12 December 2016 at 11:57, Vincent LE GOFF <vincent.legoff....@gmail.com <mailto:vincent.legoff....@gmail.com>> wrote:

    Perhaps it's one of the site-packages modules that change that
    without my knowing, and since it's not frozen... but if so, it's
    loaded automatically.


Look for .pth files, which can run code when Python starts.


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi


_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to