<div dir="ltr"><div><div>Hi,<br></div>you need to install the PySIde egg with easy_install:<br><br>$ easy_install PySide-1.1.3dev-py2.7.egg</div><div class="gmail_extra"></div><div class="gmail_extra"></div><div class="gmail_extra">
<br></div><div class="gmail_extra">If you don't want to install PySide into system python, you can use virtualenv.<br><br></div><div class="gmail_extra">Regards<br></div><div class="gmail_extra">Roman<br></div><div class="gmail_extra">
<br></div><div class="gmail_extra"><div class="gmail_quote">2013/2/1 Purple Tentacle <span dir="ltr"><<a href="mailto:purplish.tentacle@gmail.com" target="_blank">purplish.tentacle@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div>Hello everyone,<br><br></div>I followed the <a href="https://github.com/PySide/pyside-setup" target="_blank">instructions</a> for building a standalone PySide egg in Linux.  Then I moved the egg to a test directory along with a Python script to test it.  I want to be able to access the egg from the current directory, not from the Python dir.<br>

<br>The PySide package is found but I get an "ImportError: No module named QtCore" when I try to import QtCore, or a similar message for any other module.  PySide.__all__  has ['QtCore', 'QtGui', 'QtNetwork', 'QtOpenGL', 'QtSql', 'QtSvg', 'QtTest', 'QtWebKit', 'QtScript'].<br>

<br>The test script:<br></div></div>#!/usr/bin/python<br><div>import sys<br>sys.path.append('./PySide-1.1.3dev-py2.7.egg')<br>import PySide<br>print(PySide.__all__)<br>import PySide.QtCore<br><br></div><div>Am I missing something something? Thanks!!<br>

</div></div>
<br>_______________________________________________<br>
PySide mailing list<br>
<a href="mailto:PySide@qt-project.org">PySide@qt-project.org</a><br>
<a href="http://lists.qt-project.org/mailman/listinfo/pyside" target="_blank">http://lists.qt-project.org/mailman/listinfo/pyside</a><br>
<br></blockquote></div><br></div></div>