Hide imports from a module

Jorge starglider101 at gmail.com
Tue Oct 27 11:36:39 EDT 2009


Hi,
I'm making an executable fiel (win32) with py2exe.
The application is in python 2.6 and uses the firebird driver kinterbasdb.
It make the exe but when the application try to use the kinterbasdb module
gives
this error:
No Module named typeconv_24plus
in this post
http://groups.google.com/group/PyInstaller/tree/browse_frm/month/2007-05?_done=%2Fgroup%2FPyInstaller%2Fbrowse_frm%2Fmonth%2F2007-05%3F&pli=1
mahasamatman say to hide the  'typeconv_24plus' from the imports of
kinterbasdb.

My question is how can I do that?

Thanks in advance for your help.

Regards,

Jorge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091027/d081e6b5/attachment.html>


More information about the Python-list mailing list