[PySide] My changes to get Pyside working on Linux

Roman Lacko backup.rlacko at gmail.com
Tue Jun 5 08:58:41 CEST 2012


Hi,

2012/6/5 Rajesh <freesoft12 at gmail.com>:
>
> 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
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside



More information about the PySide mailing list