[PyQt] Noob Woes

Jason Hihn jason at eyemaginations.com
Mon May 14 16:40:22 BST 2007


I have a QFrame-derived class I am trying to use in Python. I've got PyQt
working ok, but I the instructions on the website seem to only apply to Qt3?

 

I followed the example, and I can't even get passed the sip command:

C:\e3play\e3play>\Python-2.5.1c1\sip -c . playerwidget.sip

sip: Unable to find file "qt/qtmod.sip"

 

So I tried the configure approach:

 

C:\e3play\e3play>\Python-2.5.1c1\PCbuild8\Win32\python.exe configure.py

Traceback (most recent call last):

  File "configure.py", line 3, in <module>

    import pyqtconfig

ImportError: No module named pyqtconfig

 

Also, I am concerned about the fact that I load UI files at runtime where
I've used designer to promote the widget to a custom widget. (The widget
that I am trying to wrap.) Are there any additional concerns to make
QFormBuilder be able to load this class?

 

Thanks.

 

 

---

Regards,

Jason Hihn

Director of Software Engineering
Eyemaginations, Inc.

600 Washington Ave, Suite #100
Towson, MD 21204
Domestic: 877.321.5481 ext. 8617
International: 410.321.5481 ext. 8617
Fax: 410.616.8657
jason at eyemaginations.com
www.eyemaginations.com
www.3d-eye.com

=================================================
The information transmitted within this email document or fax is intended
only for 

the person(s) or entity to which it is specifically addressed and may
contain 

confidential and/or privileged material of Eyemaginations. Any re-creation,
review, 

distribution, retransmission, dissemination or other use of, or taking of
any action 

in reliance upon, this information by persons or entities other than the
intended 

parties is completely prohibited. If you have received this email in error,
please 

contact the sender or author and permanently delete and destroy the email
from 

any computer which houses its contents. 

=================================================

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070514/4b0f2ceb/attachment.html


More information about the PyQt mailing list