[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] Nanoengineer-1 Install / PyQt / Lucid
From:       Lee Nelson <technologiclee () gmail ! com>
Date:       2009-12-31 21:09:05
Message-ID: 4b0045760912311309x507e432eh4d0b66e78c06dad () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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

[Attachment #5 (text/html)]

<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>



_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic