Well, just from looking at the error it appears that your configuration
directory is either wrong or is missing the conf.py file. Any reason you
don't just use yum to install pyside? You would need the EPEL repo,
instructions below

EPEL instructions:
http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/

Then just do the following (sudo if needed)

   1. yum install python-pyside pyside-tools



- Heath Naylor


On Tue, Jul 15, 2014 at 11:35 PM, Xue Yang <[email protected]> wrote:

>  Hi,
>
>
>
> I am trying to install PySide-1.2.2 on our RHEL6 system,
>
>
>
> ~> python setup.py bdist_wheel --qmake=/usr/bin/qmake-qt4
>
>
>
> …..
>
> Generating Shiboken documentation shiboken...
>
> Running process: /usr/bin/make doc
>
> /usr/bin/make doc
>
> Scanning dependencies of target doc
>
> Making output directory...
>
> Error: Configuration directory doesn't contain conf.py file.
>
> make[3]: *** [doc/CMakeFiles/doc] Error 1
>
> make[2]: *** [doc/CMakeFiles/doc.dir/all] Error 2
>
> make[1]: *** [doc/CMakeFiles/doc.dir/rule] Error 2
>
> make: *** [doc] Error 2
>
> error: Error generating documentation shiboken
>
>
>
> the standard output message received in building PySide is attached to
> this email.
>
> Any advice?
>
>
>
> Thanks,
>
>
>
> Sue
>
>
>
>
>
>
>
> _______________________________________________
> 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

Reply via email to