Topic: Unicode filepath to module

Hi.
I use python 2.7.1 in my project, written in c++. I have problem with module importing when path to it contains unicode symbols - PyImport_ImportModule fails. Application and python lib (linked as static) projects have option "Use Multi-Byte Character Set". I use VS2010, Win7.
Please help me to solve localization problem.

Last edited by sv161 (January 27, 2012 08:35)

Thumbs up