<br>I am trying to install Nanoengineer-1 on Ubuntu 10.04 64bit<br><a href="http://nanoengineer-1.com/content/">http://nanoengineer-1.com/content/</a><br><br>I have installed it before on Ubuntu Hardy through Karmic.<br><br>

The first part of the install calls for<br><br><pre>python2.5-dev<br>g++<br><a href="ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz" class="external" title="ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz" rel="nofollow">qt-x11-opensource-src-4.3.5.tar.gz</a><br>

<a href="http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz" class="external" title="http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz" rel="nofollow">sip-4.7.4.tar.gz</a><br><a href="http://www.nanoengineer-1.com/bhelfrich/BuildMeister/PyQt-x11-gpl-4.3.3.tar.gz" class="external" title="http://www.nanoengineer-1.com/bhelfrich/BuildMeister/PyQt-x11-gpl-4.3.3.tar.gz" rel="nofollow">PyQt-x11-gpl-4.3.3.tar.gz</a><br>

<br><br>My commands are:<br>apt-get install python2.5-dev &gt;&gt; installog1<br><span dir="ltr" id=":gu">apt-get install build-essential &gt;&gt; installog1<br></span>wget <a href="ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz">ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz</a> &gt;&gt; installog1chmod 777 qt-x11-opensource-src-4.3.5.tar.gz &gt;&gt; installog1<br>

gunzip qt-x11-opensource-src-4.3.5.tar.gz &gt;&gt; installog1<br>tar -xf qt-x11-opensource-src-4.3.5.tar &gt;&gt; installog<br>cd qt-x11-opensource-src-4.3.5/ &gt;&gt; installog1<br>./configure &gt;&gt; installog1<br>echo yes &gt;&gt; installog1<br>

echo %12 &gt;&gt; installog1<br>make &gt;&gt; installog1<br>su -c &quot;make install&quot; &gt;&gt; installog1<br>PATH=/usr/local/Trolltech/Qt-4.3.5/bin:$PATH export PATH &gt;&gt; installog1<br><br>wget <a href="http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz">http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz</a> &gt;&gt; installog1<br>

#chmod 777 /sip-4.7.4.tar.gz &gt;&gt; installog1<br><font face="Courier New">chmod 777 sip-4.7.4.tar.gz &gt;&gt; installog1</font><br>gunzip sip-4.7.4.tar.gz &gt;&gt; installog1<br>tar -xf sip-4.7.4.tar &gt;&gt; installog1<br>

cd sip-4.7.4 <font face="Courier New">&gt;&gt; installog1<br></font>python configure.py <font face="Courier New">&gt;&gt; installog1</font><br>make<br>#************************************************** the removal was not necessary on lucid<br>

#sip needs to be removed from usr/bin :<br>#Navigate to:<br>#usr/bin/sip<br>#use the command:<br>sudo rm sip<br>#*************************************************************************************<br>sudo make install<br>

<br>#Download PyQt 4.3.3<br>python configure.py<br>make<br>sudo make install<br></pre><br><br>My problem is:     <br><br>~/qt433/PyQt-x11-gpl-4.3.3$ python2.5 configure.py<br>Determining the layout of your Qt installation...<br>

This is the GPL version of PyQt 4.3.3 (licensed under the GNU General Public<br>License) for Python 2.5.4 on linux2.<br>Error: This version of PyQt and the Desktop edition of Qt have incompatible<br>licenses<br><br><br><br>

I have never had this error before. Any suggestions?<br><br>thanks,<br>lee<br><br>