Às 07:55 de 15-07-2017, Paulo da Silva escreveu:
> Hi!
>
> The problem:
>
> import PySide
> print(PySide.__version__)
>
> AttributeError: 'module' object has no attribute '__version__'
>
> How can I fix this?
>
> Other PySide examples seem to work fine!
>
> Thanks for any help.
>
> Further i
Hi!
The problem:
import PySide
print(PySide.__version__)
AttributeError: 'module' object has no attribute '__version__'
How can I fix this?
Other PySide examples seem to work fine!
Thanks for any help.
Further information:
/usr/lib64/python3.4/site-packages/PySide contains only .so files
/u