PyVariant anyone

Paul Keating keating at acm.org
Mon Jul 14 03:20:30 EDT 2003


I need to call a C++ DLL from Python, for which I'm planning to use
boost.python. But the DLL has been written to a VBA interface, and this
means it expects to get variable length arrays as Windows Variants instead
of lists or tuples.

Anyone know how to construct a convincing Windows Variant in Python?






More information about the Python-list mailing list