Hi friends,

I have a C/C++ application and I wrote a .py file to extend it.
The .py file includes some simple functions without import any other
modules.

Today, I want to update my .py file and import SMTP library in the
file, but it seems fail to import SMTP library.

So I want to ask: when the .py file is used to extend C/C++
application, can it import other modules? How to do that? should I
copy all pythons libs to my C/C++ application directory? That could be
terrible...

Thanks.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to