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 -- http://mail.python.org/mailman/listinfo/python-list