Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7379 > unrolled thread
| Started by | KK <kunalkapadia12@gmail.com> |
|---|---|
| First post | 2011-06-10 06:09 -0700 |
| Last post | 2011-06-10 21:28 -0400 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
PyQt KK <kunalkapadia12@gmail.com> - 2011-06-10 06:09 -0700
Re: PyQt Andrew Berg <bahamutzero8825@gmail.com> - 2011-06-10 08:31 -0500
Re: PyQt KK <kunalkapadia12@gmail.com> - 2011-06-10 12:15 -0700
Re: PyQt Benjamin Kaplan <benjamin.kaplan@case.edu> - 2011-06-10 14:07 -0700
Re: PyQt Terry Reedy <tjreedy@udel.edu> - 2011-06-10 21:28 -0400
| From | KK <kunalkapadia12@gmail.com> |
|---|---|
| Date | 2011-06-10 06:09 -0700 |
| Subject | PyQt |
| Message-ID | <864dd825-83db-4731-9fc6-3c8d78dc5081@j13g2000pro.googlegroups.com> |
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....
[toc] | [next] | [standalone]
| From | Andrew Berg <bahamutzero8825@gmail.com> |
|---|---|
| Date | 2011-06-10 08:31 -0500 |
| Message-ID | <mailman.83.1307712668.11593.python-list@python.org> |
| In reply to | #7379 |
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/software/pyqt/download Choose the bitness that matches the bitness of your installed Python.
[toc] | [prev] | [next] | [standalone]
| From | KK <kunalkapadia12@gmail.com> |
|---|---|
| Date | 2011-06-10 12:15 -0700 |
| Message-ID | <1ac4bc04-1ea0-4834-9adc-d7a95e65bdec@k15g2000pri.googlegroups.com> |
| In reply to | #7380 |
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????
[toc] | [prev] | [next] | [standalone]
| From | Benjamin Kaplan <benjamin.kaplan@case.edu> |
|---|---|
| Date | 2011-06-10 14:07 -0700 |
| Message-ID | <mailman.109.1307740039.11593.python-list@python.org> |
| In reply to | #7397 |
On Fri, Jun 10, 2011 at 12:15 PM, KK <kunalkapadia12@gmail.com> 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.
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2011-06-10 21:28 -0400 |
| Message-ID | <mailman.120.1307755751.11593.python-list@python.org> |
| In reply to | #7397 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web