how: embed + extend to control my running app?

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Jul 24 06:53:57 EDT 2013


David M. Cotter wrote:
> For Mac, I understand i need to "create" (?) a python.dylib,

If your Python was installed as a framework, you should
already have one. Just link your application with "-framework Python".

> Now for Windows: same thing, i think i must create a .dll, right?

Again, you should already have a python.dll in your installation
somewhere.

-- 
Greg



More information about the Python-list mailing list