Special question to embedding Python into C++
Gordon McMillan
gmcm at hypernet.com
Tue May 23 11:33:30 EDT 2000
More information about the Python-list mailing list
Tue May 23 11:33:30 EDT 2000
- Previous message (by thread): Special question to embedding Python into C++
- Next message (by thread): Special question to embedding Python into C++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Reinhard =?iso-8859-1?Q?K=F6nig?= <rekoenig at debis.com> wrote: >How can I embed Python into C++ and ship my application to an user not >having Python? Is there a similar mechanism like freeze for embedded >Python? Freeze your Python. Now take some scissors and cut and paste code from frozenmain.c into your embedding app.
- Previous message (by thread): Special question to embedding Python into C++
- Next message (by thread): Special question to embedding Python into C++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list