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

Reply via email to