|
From: Gianluca C. <gia...@gm...> - 2016-03-03 09:19:46
|
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 |