Hi, I am long time user of wxPython but now I am planning to switch to PySide. To start with I would re-write a commercial grade application, I have developed long time back using wxPython. Thanks to new LGPL licensing!
Environment: Python 2.6.2 XP 32Bit Couple of examples are getting crashed when closed/exit. (An unhandled win32 exception in pythonw.exe) No other problem is noticed so far in examples. When wrapping a python module containing some PySide widget into dynamic (.pyd) module using cython (pure python mode), I am successfully able to import the module but when I am initializing the imported widget from dynamic module, app is getting crashed with same (An unhandled win32 exception in pythonw.exe) As far as I remember this is same with PyQt. Am I missing something? I can attach the code if anybody is interested in the next reply. Thanks Prashant _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
