I haven't used py2exe...I'll have to check. However, what you'll need to do somehow is tell py2exe to include the package resources. In pyinstaller I've shown how to do that #43, but as I said, I'll have to play aroudn with py2exe to figure out what the convention is fo...
While working on Visual Studio Code , I had initially set the encoding to UTF-16 LE. You can verify the encoding by clicking on the encoding option located at the bottom right corner of VSCode. To change the encoding to UTF-8, click on "save with encoding" and select the desired encodi...