Great stuff!
Waiting for the 3.0 version.. :)
--
http://mail.python.org/mailman/listinfo/python-list
Wow.. :)
I think this is one kind of a stupid question.. ;)
Anyway.. thanks a lot.. :)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
we embedded python into our application via Swig. Now we like to wrap the
raw API functionality into a nicer more handleable module, but instead of
repeating every function in this wrapper i thought about importing them into
the namespace of the wrapper module. I like to give you an example of