Hi, I've used http://gitorious.org/+pyside-developers/pyside/buildscripts to get latest PySide on Fedora 15. But, unfortunately, it appeared that compiled version is not the latest.
>>> from PySide import * Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'QtWebKit' >>> PySide.__version__ '1.0.3' >>> PySide.qt.__version__ Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'qt' >>> PySide.QtCore.__version__ '4.7.3' `git submodule update` doesn't do anything. `git submodule status` shows: 6fc241dcfadfc5b60b67cbc19193d67f9ea1799c apiextractor (0.10.3-1-g6fc241d) eca2d705206483d04cfa7b24b51459f3d266f457 generatorrunner (0.6.10-1-geca2d70) 2b78766cdc750ab28ba68795be115403d1c8d133 pyside (1.0.2-85-g2b78766) 9858841c1a328a9076499deeff6401a8c45a5100 pyside-tools (0.2.9) ce418b35c58d8fa11d8dd55e68611ab4b03c2d1d shiboken (1.0.3-11-gce418b3) $ cat .gitmodules [submodule "apiextractor"] path = apiextractor url = git://gitorious.org/pyside/apiextractor.git [submodule "generatorrunner"] path = generatorrunner url = git://gitorious.org/pyside/generatorrunner.git [submodule "shiboken"] path = shiboken url = git://gitorious.org/pyside/shiboken.git [submodule "pyside"] path = pyside url = git://gitorious.org/pyside/pyside.git [submodule "pyside-tools"] path = pyside-tools url = git://gitorious.org/pyside/pyside-tools.git It doesn't seem that these repositories are outdated, so why git fetched these outdated versions? It looks like buildscripts should be updated every time for new release, but I couldn't find where git stores info about revisions in submodules to switch to version 1.0.6. Any help? -- anatoly t. _______________________________________________ PySide mailing list PySide@lists.pyside.org http://lists.pyside.org/listinfo/pyside