From: John D. <moo...@gm...> - 2016-03-03 10:20:41
|
This has to do with the inner workings of the prebuilt binary. It's built around A (for ANSI) calls and you need replace them with W (for wide char) calls. On 3/3/2016 10:19 AM, Gianluca Cantoro wrote: > Dear all, > I'm having some troubles with some specific characters in the > installation folder. > If I convert my script and run it from a simple named folder, say > c:\myprogram\myscript.exe, everything works fine. > If I put the same script in a folder with other characters, say > c:\myprogram\ááá\myscript.exe, I get the error that the program cannot > load python27.dll... and I can assure you that the dll is in that > folder. > > I assume the issue has to do with the "á" symbol in the path but I > don't know how to solve it and which file to modify. Perhaps the > setup.py file? or should I put something in my scripts' headers? > > Any help is welcome. > Thanks, > Gianluca > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Py2exe-users mailing list > Py2...@li... > https://lists.sourceforge.net/lists/listinfo/py2exe-users |