Forgot to mention that I used  cx_Freeze 4.2.3 to compile application.
And the machine that has the problem has 2.6 version of Linux kernel. My
machine has 3.0.12.

I hope that additional info will help you to get the problem.

Thanks you.

2011/11/21 Rostyslav Dzinko <[email protected]>

> Hi!
> I've got a problem in making working PySide compiled distributions on
> different Linux versions.
> When I run executable on machines without qt installed (Ubuntu with Unity)
> - it runs ok, but when the machine has qt installed, I get the next error
> (On a KDE Debian) :
>
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/cx_Freeze/initscripts/Console.py",
> line 27, in <module>
>   File "zeonet.py", line 5, in <module>
>   File "/usr/lib/python2.6/dist-packages/PySide/__init__.py", line 2, in
> <module>
>   File "/usr/lib/python2.6/dist-packages/PySide/private.py", line 2, in
> <module>
>   File "ExtensionLoader_PySide_QtCore.py", line 12, in <module>
> ImportError: 
> /home/isia/Soft/exe.linux-x86_64-2.6/PySide.QtCore.so<http://pyside.qtcore.so/>:
> undefined symbol: _ZNK11QMetaMethod8revisionEv
>
> So how can I avoid those errors having my code working across different
> Linux distributions?
>
>
> --
> Regards, Rostislav Dzinko
>



-- 
Regards, Rostislav Dzinko
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to