Renato Araujo Oliveira Filho wrote:

> Hi Werner
> 
> Check for the pyside "__init__.py" file installed on windows. I do not
> know the correct path on windows but on linux is:
> /usr/local/lib/python2.6/dist-packages/PySide/__init__.py
> 
> Check if the variables are with correct values.
> 
> OBS: these are main line values, you need check for your current
> installed version values.
> 
> __version__         = "1.0.0~beta5"
> __version_info__    = (1, 0, 0, "beta", 5)
> 
> 
> BR

By the way, I confirm the same here (Linux builds), and the source is; 

pyside$ grep BINDING_API_SERIAL CMakeLists.txt | head -n1
set(BINDING_API_SERIAL 3) # leave as 0 when release level is final

So BINDING_API_SERIAL hasn't been bumped to 4 for the release…

Cheers, 

OdyX

_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to