Irmen de Jong wrote:
> [...] is there any reason why you would go the route of embedding python
> in C++ ? Why not just stick to (pure) Python? Embedding C or C++ stuff
> as extension modules in Python (if you really need to do this) is easier
> than the other way around, in my experience.

If you want to offer scriptability to your application, you obviously need
to embed a scripting language into your application, not the other way
around.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to