Please help with generatorrunner on Linux Debian Wheezy. 
What was done.. I follow this instruction 
http://lynxline.com/superhybrids-part-2-now-qt-pyside

# git clone git://gitorious.org/pyside/apiextractor.git
# cd apiextractor
# mkdir build && cd build
# cmake .. && make && make install && cd ../..
#
# git clone git://gitorious.org/pyside/generatorrunner.git
# cd generatorrunner
# mkdir build && cd build
# cmake .. && make && make install && cd ../..
#
# git clone git://gitorious.org/pyside/shiboken.git
# cd shiboken
# mkdir build && cd build
# cmake .. && make && make install && cd ../..
#
# git clone git://gitorious.org/pyside/pyside.git
# cd pyside
# mkdir build && cd build
# cmake .. && make && make install && cd ../..

First time, when I check for "import PySide.QtGui" it rise error: 
ImportError: libpyside-python2.7.so.1.2: cannot open shared object file: No 
such file or directory
So I run ldconfig and it helps me.

Now I try run: generatorrunner --generator-set=shiboken
and got this error:
generatorrunner: Error loading generator-set plugin: shiboken_generator module 
not found.


_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to