On 22/10/12 07:40, ameya dambir wrote: > Hi, > > I build PySide on RHEL with Python3.2. > > I use "python setup.py install" command to install PySide. > > When I tried to import shiboken but I am got error. > > >>> import shiboken > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named shiboken
Hi, You need to install a package named like "shiboken". Start your package manager and search for "shiboken" Alternatively, if you're running ubuntu or debian, at the command line type: sudo apt-get install shiboken Chris > > Please let me know how should I resolve this? > > Thanks, > Ameya > > > > > > > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside -- Christian Gagneraud, Embedded systems engineer. Techworks Marine 1 Harbour road Dun Laoghaire Co. Dublin Ireland Tel: + 353 (0) 1 236 5990 Web: http://www.techworks.ie/ -- Visit us at the International Conference on Ocean Energy Dublin 17-19 Oct http://www.icoe2012dublin.com/ _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
