How to write a COM object into a file ? - this must be simple..when you know how

Jason Cunliffe jasonic at nomadicsltd.com
Wed Sep 6 23:07:21 EDT 2000


My previous post was perhaps too confusing.
Simply:

How to save a COMObject in python to a regular file?

>>> mySWFobj
<COMObject swfobjs.swfMovie>

>>> f = open(myfile.swf, 'wb')

>>>   ??? now what .. ??

>>>f.close()

Thanks
- jason





More information about the Python-list mailing list