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

List:       pykde
Subject:    Re: [PyQt] Installing PyQt 4 from source
From:       "ashwin .D" <winash12 () gmail ! com>
Date:       2018-03-12 17:23:42
Message-ID: CAH0LXy69sMCSUBGOQz1-gY_qctbWa_TuwMY84U0p32AQh=Ufcw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I am sorry I could not understand that. Where should I specify the --qmake
flag ? At the risk of appearing  foolish is this what you meant -

qmake --qmake=/usr/local/Trolltec/Qt-4.8.7/bin

I just tried this on a tcsh and got this error

qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such
file or directory



Regarding Qt 4 yes I am aware it is no longer supported but I plan to use
Py Qt with Mayavi and I was told that Py Q 5 is not supported by Mayavi
(please correct me if I am wrong)

On Mon, Mar 12, 2018 at 10:30 PM, Phil Thompson <phil@riverbankcomputing.com
> wrote:

> On 12 Mar 2018, at 4:40 pm, ashwin .D <winash12@gmail.com> wrote:
> >
> > Hello,
> >            I am trying to install Py Qt from source on Ubuntu 16.04. I
> have previously installed qmake under the following directory
> >
> > /usr/local/TrollTech/Qt-4.7.8/bin/qmake. However when I run python3.5
> configure-ng.py I get this message
> >
> > qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No
> such file or directory
> > Error: PyQt4 requires Qt v4.1.0 or later. Use the --qmake flag to
> specify the
> > correct version of qmake. If you are sure you are using Qt v4 then try
> the
> > configure.py script instead of this one.
> > Querying qmake about your Qt installation...
> >
> > There is an existing /usr/bin/qmake which came with Ubuntu I presume
> which does not work for whatever reasons. My installation sits in a
> different directory as pointed above. How do I modify my configure-ng.py
> script so it picks up my version of qmake and not the system one ?
> >
> > I have root privileges on this box and I am the sole user.
> >
> >  I modified this line
> >
> >  pipe = os.popen(' '.join([qmake, '-query']))
> >
> > and changed it to ' pipe = os.popen(' '.join(['/usr/local/TrollTech/Qt-4.7.8/bin/qmake',
> '-query']))
> >
> > but this does not seem to work either. When I run this on my tcsh that
> command prints the information without any error.
> >
> > Any suggestions will be appreciated.
>
> As the error message suggests, use the --qmake flag to pass the name of
> the qmake executable.
>
> Phil
>
>

[Attachment #5 (text/html)]

<div dir="ltr"><div><div><div>I am sorry I could not understand that. Where should I \
specify the --qmake flag ? At the risk of appearing   foolish is this what you meant \
- <br><br></div>qmake --qmake=/usr/local/Trolltec/Qt-4.8.7/bin <br><br></div>I just \
tried this on a tcsh and got this error <br><br>qmake: could not exec \
&#39;/usr/lib/x86_64-linux-gnu/qt4/bin/qmake&#39;: No such file or \
directory<br><br><br><br></div>Regarding Qt 4 yes I am aware it is no longer \
supported but I plan to use Py Qt with Mayavi and I was told that Py Q 5 is not \
supported by Mayavi (please correct me if I am wrong) <br></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 12, 2018 at 10:30 PM, \
Phil Thompson <span dir="ltr">&lt;<a href="mailto:phil@riverbankcomputing.com" \
target="_blank">phil@riverbankcomputing.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><span class="">On 12 Mar 2018, at 4:40 pm, ashwin .D &lt;<a \
href="mailto:winash12@gmail.com">winash12@gmail.com</a>&gt; wrote:<br> &gt;<br>
&gt; Hello,<br>
&gt;                  I am trying to install Py Qt from source on Ubuntu 16.04. I \
have previously installed qmake under the following directory<br> &gt;<br>
&gt; /usr/local/TrollTech/Qt-4.7.8/<wbr>bin/qmake. However when I run python3.5 \
configure-ng.py I get this message<br> &gt;<br>
&gt; qmake: could not exec &#39;/usr/lib/x86_64-linux-gnu/<wbr>qt4/bin/qmake&#39;: No \
such file or directory<br> &gt; Error: PyQt4 requires Qt v4.1.0 or later. Use the \
--qmake flag to specify the<br> &gt; correct version of qmake. If you are sure you \
are using Qt v4 then try the<br> &gt; configure.py script instead of this one.<br>
&gt; Querying qmake about your Qt installation...<br>
&gt;<br>
&gt; There is an existing /usr/bin/qmake which came with Ubuntu I presume which does \
not work for whatever reasons. My installation sits in a different directory as \
pointed above. How do I modify my configure-ng.py script so it picks up my version of \
qmake and not the system one ?<br> &gt;<br>
&gt; I have root privileges on this box and I am the sole user.<br>
&gt;<br>
&gt;   I modified this line<br>
&gt;<br>
&gt;   pipe = os.popen(&#39; &#39;.join([qmake, &#39;-query&#39;]))<br>
&gt;<br>
&gt; and changed it to &#39; pipe = os.popen(&#39; \
&#39;.join([&#39;/usr/local/TrollTech/<wbr>Qt-4.7.8/bin/qmake&#39;, \
&#39;-query&#39;]))<br> &gt;<br>
&gt; but this does not seem to work either. When I run this on my tcsh that command \
prints the information without any error.<br> &gt;<br>
&gt; Any suggestions will be appreciated.<br>
<br>
</span>As the error message suggests, use the --qmake flag to pass the name of the \
qmake executable.<br> <span class="HOEnZb"><font color="#888888"><br>
Phil<br>
<br>
</font></span></blockquote></div><br></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://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