Renato, Here is some further information about the current state of sandbox and system after installation of pyside-tools. Partial directory listing follows:
a...@supremo:/dat/sandbox$ ls -l [...] -rw-r--r-- 1 ak ak 9549 2010-10-29 21:22 history.txt drwxr-xr-x 4 root root 96 2010-11-02 13:51 libpyside -rw-r--r-- 1 ak ak 17781 2010-10-30 08:38 messages_build_all_try3.txt [...] a...@supremo:/dat/sandbox$ ls -l libpyside total 0 drwxr-xr-x 2 root root 144 2010-11-02 13:51 bin drwxr-xr-x 3 root root 80 2010-11-02 13:51 lib a...@supremo:/dat/sandbox$ a...@supremo:/dat/sandbox$ ls -l libpyside/bin total 388 -rwxr-xr-x 1 root root 291336 2010-11-02 13:51 pyside-lupdate -rwxr-xr-x 1 root root 95510 2010-11-02 13:51 pyside-rcc -rwxr-xr-x 1 root root 3517 2010-11-02 13:51 pyside-uic a...@supremo:/dat/sandbox$ a...@supremo:/dat/sandbox$ ls -l libpyside/lib/python2.6/site- packages/pysideuic/ total 60 drwxr-xr-x 2 root root 216 2010-11-02 13:51 Compiler drwxr-xr-x 2 root root 144 2010-11-02 13:51 elementtree -rw-r--r-- 1 root root 1101 2010-11-02 13:50 exceptions.py -rw-r--r-- 1 root root 3972 2010-11-02 13:50 icon_cache.py -rw-r--r-- 1 root root 2350 2010-11-02 13:50 __init__.py -rw-r--r-- 1 root root 3889 2010-11-02 13:50 objcreator.py -rw-r--r-- 1 root root 12875 2010-11-02 13:50 properties.py -rw-r--r-- 1 root root 25833 2010-11-02 13:50 uiparser.py drwxr-xr-x 2 root root 80 2010-11-02 13:51 widget-plugins a...@supremo:/dat/sandbox$ ************* Apparently, pyside-tools were installed in /dat/sandbox/libpyside/, as the date of creation of the date of creation suggests. Two subdirectories of libpyside/ are bin and lib. The contents are listed in the above. On my PC, /dat/ holds most of my data, including sandbox. My / holds OS system directories, which makes installation of OS independent of data changes. Within my system directories also are PyQt tools - pyuic4, pyrcc4 in /usr/bin/ directory. That suggests that pyside-uic could also be in /usr/bin/. But where should site-packages be? There is an empty directory /usr/local/lib/python2.6/site-packages/ directory. Perhaps I should move or copy pysideuic/ there? I think I will take my chances and try that. Of course, I would be happier if CMakeLists.txt directed installation os pyside-utils to the system, rather than current sandbox/libpyside/. I will report back the outcome after a bit of testing after the file copying. Thank you for your help and patience. Al. -- Algis Kabaila http://akabaila.pcug.org.au/
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
