Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19813 > unrolled thread

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

Started byСергей Владимирович <ivanov161@gmail.com>
First post2012-02-03 01:37 +0200
Last post2012-02-03 01:37 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python embeded in c++ application. Can't load python module if application is placed in folder with unicode chars. Сергей Владимирович <ivanov161@gmail.com> - 2012-02-03 01:37 +0200

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

FromСергей Владимирович <ivanov161@gmail.com>
Date2012-02-03 01:37 +0200
SubjectPython embeded in c++ application. Can't load python module if application is placed in folder with unicode chars.
Message-ID<mailman.5380.1328225833.27778.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web