Thomas, First, my congratulations on your "dependencies.ubuntu.sh" script at
http://qt.gitorious.org/pyside/buildscripts I just used it with a virgin installation of kubuntu 10.10 on a VM - a very useful start on a virgin linux installation! My first attempt to compile failed with several messages, inter alia indicating that it (the compilation script) could not find sphinx and the location for python module installation. So I installed sphinx - Debian package named python-sphinx with several sphinx dependencies, some of which looked very useful, viz. python-docutils python-lxml ptyhon-pygments. As I will need to solve simultaneous equations, I also installed numpy module. After that, the comilation went smoothly. IMHO, it might be useful to add "python-sphinx" to the list of packages in in your "dependencies.ubuntu.sh" script. Even if there are some superfluous packages that would be installed, that beats the option of possible missing some that are vital. May be it would be enough to install python-docutils only instead of python-sphinx, but so what? Kind regards, Al. -- Algis http://akabaila.pcug.org.au _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
