[PyQt] Noob woes continued (but making progress)

Jason Hihn jason at eyemaginations.com
Mon May 14 22:19:21 BST 2007


Ok, I have something that configures ok. It even compiles!

We'll call my class AAA. But when I try to import it, it fails saying no
module BBB. BBB was sipped as well, and AAA.sip imported BBB.sip.

What do I have to do to get it to generate BBB as well?

 

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

Python 2.5.1 (r251:54863, May 14 2007, 12:23:14) [MSC v.1400 32 bit (Intel)]
onwin32

Type "help", "copyright", "credits" or "license" for more information.

>>> from PyQt4 import *

>>> import AAA

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

ImportError: No module named BBB

 

Also, How does one go about using  short * in sip/python? It looks like the
sip language supports it, but I get errors from sip. For now, it is
commented out.

 

 

 

---

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/557934f9/attachment.html


More information about the PyQt mailing list