[Tutor] Redistribute Python for a C++ app that embed python ...

Sebastien Auclair sxa@fluent.com
Tue Jan 21 14:09:01 2003


Hi folks !

All SDK or API defines procedures for redistributing software made from
them.

For a C++ application that embeds Python... What python files should we put
in our software installation CD ?

We would put Lib and Lib\site-packages and python22.dll of course but what
else ?
We also tried to set PYTHONPATH like it is set on our development machines
and it doesn't seem to be enough.

Thanks.