Re: [PyQt] pyqt loading libQtGui.dylib twice on Mac OS X

2011-11-19 Thread Martin Zibricky
Jeremy Sanders píše v So 19. 11. 2011 v 16:57 +: > I've had similar problems with pyinstaller, where Qt plugins don't use > the > right Qt library. The otool program is great for fixing which > libraries a > dylib or executable is using. I've attached a script I use for fixing > which > liba

Re: [PyQt] pyqt loading libQtGui.dylib twice on Mac OS X

2011-11-19 Thread Jeremy Sanders
Jeremy Sanders wrote: > I've had similar problems with pyinstaller, where Qt plugins don't use the > right Qt library. The otool program is great for fixing which libraries a > dylib or executable is using. I've attached a script I use for fixing > which libaries the Qt plugins use, which may f

[PyQt] Qt keystroke input and OS X keystroke apps

2011-11-19 Thread David Cortesi
I've posted this at the Qt developer forum with no response, (http://developer.qt.nokia.com/forums/viewthread/11749/), hopefully someone here has a thought: my PyQt4 app under OS X 10.6 does not respond properly to keystroke input generated by the popular apps PopChar and Typinator. (PopChar is an

Re: [PyQt] pyqt loading libQtGui.dylib twice on Mac OS X

2011-11-19 Thread Jeremy Sanders
Martin Zibricky wrote: > Hi, > > I'm working on PyInstaller (www.pyinstaller.org) and recently for Mac > platform we switched from using LD_LIBRARY_PATH to use > @executable_path. > > However, the side effect is that frozen PyQt app won't run if macports > is installed. > > If I don't use code

[PyQt] pyqt loading libQtGui.dylib twice on Mac OS X

2011-11-19 Thread Martin Zibricky
Hi, I'm working on PyInstaller (www.pyinstaller.org) and recently for Mac platform we switched from using LD_LIBRARY_PATH to use @executable_path. However, the side effect is that frozen PyQt app won't run if macports is installed. If I don't use code 'from PyQt4 import Qt' everything seems

[PyQt] Support for QtDBus

2011-11-19 Thread Phil Thompson
The current PyQt snapshot now includes full support for QtDBus - which means you can use D-Bus with Python v3. Most of the C++ examples have been ported but they don't exactly stretch the API so some parts will be relatively untested. Phil ___ PyQt maili