
How to setup and compile the latest source code of PySide under Mac OS X
Continue reading
Compile PySide under Mac OS X
Leave a reply

How to setup and compile the latest source code of PySide under Mac OS X
Continue reading

To pass a Win32 window handler from a PySide object to a win32gui.GetDC() method is not so simple as with PyQt4 or wxPython.
Continue reading

In this post I’ll show you a simple event dispatcher implementation in Python. Every big UI frameworks can play with events an listener without reinvent the wheel but sometimes you need a very simple way to dispatch and receive events in you application without involve in megabytes of an external framework.