Freeze and SWIG

Daniel ARGOLLO argollo at ircom.unilim.fr
Fri Sep 3 06:30:54 EDT 1999


Hi there,

I've got a problem....

I'm trying to freese a python project that uses some external Cpp code
(in DLLs). The C code was wrapped with SWIG, it means that, for a 
my_class class, there is a my_class.py and incide an

import my_classc statement.

When i freeze my python code, it gives me an error message, because
freeze trys to import a my_classc module that does not exist.

Does anybody have a solution for this????


-------------------------------------------------------
Daniel ARGOLLO
IRCOM - Université de Limoges
argollo at ircom.unilim.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/19990903/cbc11dcd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 4638 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/19990903/cbc11dcd/attachment.gif>


More information about the Python-list mailing list