[PyQt] Nanoengineer-1 Install / PyQt / Lucid

Lee Nelson technologiclee at gmail.com
Thu Dec 31 21:09:05 GMT 2009


I am trying to install Nanoengineer-1 on Ubuntu 10.04 64bit
http://nanoengineer-1.com/content/

I have installed it before on Ubuntu Hardy through Karmic.

The first part of the install calls for

python2.5-dev
g++
qt-x11-opensource-src-4.3.5.tar.gz
<ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz>
sip-4.7.4.tar.gz
<http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz>
PyQt-x11-gpl-4.3.3.tar.gz
<http://www.nanoengineer-1.com/bhelfrich/BuildMeister/PyQt-x11-gpl-4.3.3.tar.gz>


My commands are:
apt-get install python2.5-dev >> installog1
apt-get install build-essential >> installog1
wget ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.gz
>> installog1chmod 777 qt-x11-opensource-src-4.3.5.tar.gz >>
installog1

gunzip qt-x11-opensource-src-4.3.5.tar.gz >> installog1
tar -xf qt-x11-opensource-src-4.3.5.tar >> installog
cd qt-x11-opensource-src-4.3.5/ >> installog1
./configure >> installog1
echo yes >> installog1

echo %12 >> installog1
make >> installog1
su -c "make install" >> installog1
PATH=/usr/local/Trolltech/Qt-4.3.5/bin:$PATH export PATH >> installog1

wget http://www.nanoengineer-1.com/bhelfrich/BuildMeister/sip-4.7.4.tar.gz
>> installog1

#chmod 777 /sip-4.7.4.tar.gz >> installog1
chmod 777 sip-4.7.4.tar.gz >> installog1
gunzip sip-4.7.4.tar.gz >> installog1
tar -xf sip-4.7.4.tar >> installog1

cd sip-4.7.4 >> installog1
python configure.py >> installog1
make
#************************************************** the removal was
not necessary on lucid

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

#Download PyQt 4.3.3
python configure.py
make
sudo make install



My problem is:

~/qt433/PyQt-x11-gpl-4.3.3$ python2.5 configure.py
Determining the layout of your Qt installation...
This is the GPL version of PyQt 4.3.3 (licensed under the GNU General Public
License) for Python 2.5.4 on linux2.
Error: This version of PyQt and the Desktop edition of Qt have incompatible
licenses



I have never had this error before. Any suggestions?

thanks,
lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091231/5194015c/attachment.html


More information about the PyQt mailing list