Python embeded in c++ application. Can't load python module if application is placed in folder with unicode chars.

Сергей Владимирович ivanov161 at gmail.com
Thu Feb 2 18:37:03 EST 2012


Hello. Please help me to import python module in my application that
has python 2.7.2 embeded.
I tried example from this link
http://docs.python.org/extending/embedding.html#embedding-python-in-c
paragraph 5.3.
If i place program in folder D:\temp\test_python\test_pythonævnes
på\Debug I will get error - Failed to load "multiply".
My localization settings (system language) don't correspond the chars'
language used in path.



More information about the Python-list mailing list