Hi, 2012/6/5 Rajesh <[email protected]>: > > Hi Roman, > > The first problem I had: > >> $ git clone https://github.com/PySide/pyside-setup > - This crashed for me. I am using git version 1.6.0.2. When I change 'https:' > to 'git:', it worked. > > The fourth step had a problem: > > [ pyside-setup ] /usr/pkgs/python/v2.7.2/bin/python setup.py install > Traceback (most recent call last): > File "setup.py", line 46, in <module> > from setuptools import setup > ImportError: No module named setuptools > You need to install distribute:
$ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz $ tar -xvzf distribute-0.6.27.tar.gz $ cd distribute-0.6.27 $ sudo python setup.py install R. > - Rajesh > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
