embedded python in c++ packaging

Furkan Kuru furkankuru at gmail.com
Thu Feb 7 11:39:28 EST 2008


Hello,

I have been developing an application in C++ that embeds Python interpreter.
It takes advantage of too many modules from Python.
When I want to package this application, I need to add too many files (.pyc)
from Python/lib folder together with Python25.dll.
Is there a way to pack these .pyc files to a zip file and redirect
Python25.dll to that zip file?

Thanks in advance.

-- 
Furkan Kuru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080207/ede79162/attachment.html>


More information about the Python-list mailing list