<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I want to compile my python application (using pyqt) with py2exe.<br>
<br>
This works fine with this call: <br>
<br>
<blockquote>python setup.py py2exe -i sip<br>
</blockquote>
<br>
But my problem start if I use some stuff of the qtsql.<br>
I get this error when I start the compiled exe file:<br>
<br>
<blockquote>Traceback (most recent call last):<br>
  File "lpan_hauptpg.py", line 15, in<br>
  File "qtsql.pyc", line 9, in ?<br>
  File "qtsql.pyc", line 7, in __load<br>
ImportError: No module named qttable<br>
  <br>
</blockquote>
in the depending line this is written:<br>
<br>
from qttable import *<br>
<br>
I tried other ways to import it, but didn&acute;t get any change.<br>
<br>
<br>
I hope you understand my problem<br>
and can give me some usefull solutions.<br>
<br>
Regards<br>
Matthias<br>
<br>
<br>
<FONT SIZE=3><BR>
<BR>
****************************************************************************<BR>
This email and any files transmitted with it are confidential and<BR>
intended solely for the use of the individual or entity to whom they<BR>
are addressed. Access to this e-mail by anyone else is unauthorised.<BR>
If you are not the intended recipient, any disclosure, copying,<BR>
distribution or any action taken or omitted to be taken in reliance on<BR>
it, is prohibited.<BR>
E-mail messages are not necessarily secure.  Renesas does not accept<BR>
responsibility for any changes made to this message after it was sent.<BR>
Please note that this email message has been swept by Renesas for<BR>
the presence of computer viruses.<BR>
****************************************************************************<BR>
</FONT>
</body>
</html>