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
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
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
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
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
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