On Mon, Apr 26, 2010 at 12:13 PM, Hugo Parente Lima <[email protected]> wrote: > You tried to import the generated module? Would be nice to have the first > python hello world on windows using a QString :-D
Yes, I imported it and created instances of QCoreApplication and QString :-) > Yes, this is the problem with protected enums, we need to do some changes in > the generator to deal with it, although it's not a hard task. > > Anyway you achieved incredible results! Thanks, I'ḿ just waiting for your > patches/merge requests. I will send them as soon as I have time. By the way: The QtNetwork module fails to build because some generated code tries to allocate an array of unknown size on the stack (similar to an issue we already fixed). I will provide more details if I can't figure out where this comes from. Also, as mentioned before, I'm not able to do anything with the CMake files (or installers). Regards, Thomas _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
