Hi,

looking into source tarball pyside-qt4.7+1.0.0~beta4.tar.bz2
in file CMakeLists.txt:

set(BINDING_NAME PySide)
set(BINDING_API_MAJOR_VERSION "1")
set(BINDING_API_MINOR_VERSION "0")
set(BINDING_API_MICRO_VERSION "0")
set(BINDING_API_RELEASE_LEVEL "beta") # alpha, beta, candidate, or final
set(BINDING_API_SERIAL 3) # leave as 0 when release level is final

I thinh the:
  BINDING_API_SERIAL 3
should be:
  BINDING_API_SERIAL 4

Regards
-Roman

2011/1/25 Werner F. Bruhin <[email protected]>:
> On 25/01/2011 17:32, 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)
>>
> I am not sure I understand your point, aren't the above variables in
> PySide/__init__.py shown I do PySide.__version__?
>
> Anyhow, that too shows beta 3, btw it is in
> "Python26\Lib\site-packages\PySide\__init__.py
>
> So, I used the Windows control panel to de-install beta 4 (which is the only
> one listed) and checked that following folders in site_packages were
> actually removed.
>
> - PySide
> - PySide-1.0.0beta4qt471-py2.6.egg-info
> - pysideuic
>
> They were gone (i.e. nothing starting with pyside was in there anymore),
> then I installed beta 4 again, but it still shows beta 3 even so the dll's
> in PySide folder seem to indicate that it is beta 4 - see previous post.
>
> import PySide
> PySide.__version_info__
> (1, 0, 0, 'beta', 3)
>
> Werner
>
> _______________________________________________
> PySide mailing list
> [email protected]
> http://lists.openbossa.org/listinfo/pyside
>
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to