Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > PyQt

Reply
 
 
KK
Guest
Posts: n/a
 
      06-10-2011
I have python 3.2 installed m not able to install PyQt.....
i have downloaded and configured sip but how to build it???
whats the make and make install given on the installation....
Plzzz help m a newbie to python....
 
Reply With Quote
 
 
 
 
Andrew Berg
Guest
Posts: n/a
 
      06-10-2011
On 2011.06.10 08:09 AM, KK wrote:
> I have python 3.2 installed m not able to install PyQt.....
> i have downloaded and configured sip but how to build it???

The pages are misleading. You only need the SIP source if you want to
build everything from source. Since you don't seem to be familiar with
make, I'll assume you're on Windows, in which case you should grab the
binaries here:
http://www.riverbankcomputing.com/so.../pyqt/download
Choose the bitness that matches the bitness of your installed Python.
 
Reply With Quote
 
 
 
 
KK
Guest
Posts: n/a
 
      06-10-2011
Thanks for the reply!!
i ve installed the binary....
but when i import anything of PyQt in my prog it says error....??
i think there is some problem with folders????
 
Reply With Quote
 
Benjamin Kaplan
Guest
Posts: n/a
 
      06-10-2011
On Fri, Jun 10, 2011 at 12:15 PM, KK <> wrote:
> Thanks for the reply!!
> i ve installed the binary....
> but when i import anything of PyQt in my prog it says error....??
> i think there is some problem with folders????



What is the exact text of the error message? We can't help you unless
we know exactly what's wrong.
 
Reply With Quote
 
Terry Reedy
Guest
Posts: n/a
 
      06-11-2011
On 6/10/2011 3:15 PM, KK wrote:
> Thanks for the reply!!
> i ve installed the binary....
> but when i import anything of PyQt in my prog it says error....??
> i think there is some problem with folders????


If you install in python32/Lib/site-packages, it should work.
But see Andrew's message. Show both actual import statement and
resulting traceback and error.

--
Terry Jan Reedy

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[PY GUI] interest function in python GUI(wxpython,pyqt) program.wxpython,pyqt ulysses Python 4 10-22-2003 03:28 PM
PyQT, Sharp Zaurus and color in the QTextBrowser Sybren Stuvel Python 12 07-16-2003 03:14 PM
ANN: PyQt v3.7 Released Phil Thompson Python 0 07-05-2003 06:01 PM
Re: PyQT and Mandrake 9.1 MK Python 5 07-03-2003 05:01 PM
PyQt and async I/O djw Python 1 07-02-2003 01:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57