[Nix-dev] Re: python search path and PyQt4&dbus
Peter Simons
simons at cryp.to
Thu Aug 26 11:50:00 CEST 2010
Hi Yury,
> 1) Apply my patch.
> 2) Build pyqt4.
> 3) use PYTHONPATH from $pyqt/bin/* wrappers
> 4) strace python -c "import dbus.mainloop.qt". It finds dbus.mainloop in
> $pythonDBus, then looks for dbus.mainloop.qt ONLY in $pythonDBus.
I am sorry, but I can't do these steps right now. Could you please post
the results of running the commands
- find $pytonDBus -exec ls -lhd {} \;
- find $pyqt -exec ls -lhd {} \;
- cat $pyqt/bin/<some-wrapper-script>
...? Then I can take a look at the results without building everything
myself.
Take care,
Peter
More information about the nix-dev
mailing list