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 >
I have added distribute bootstrap to setup script. Just pull latest version from github and the distribute will be installed by the script itself Regards Roman > - 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
