argTypes = ((3, 1), (3, 1), (3, 1), (3, 1), (3, 1), (16392, 2), (16389, 2))
args = (1, 0, 382, 1, 0, ,
)
If this is a bug in pywin, is this enough information to fix it? If not,
how can I generate more helpful information?
Thanks!
nathan
nathan
--
Nathan Edwards, Ph.D.
Center for Bioinformat
ANWiffFile, I get a
IFMANWiffFile (default Dispatch for FMANWiffFile). I can't do an
explicit Dispatch('Analyst.IFMANWiffFile2') (not a valid class string).
Later, again in VB, we have
theWF = theFMANSpecData.GetWiffFileObject()
theWF2 = theWF
Is the CastTo "equivalent" t
s,
which for other functions in this library generates exceptions, the
crash happens anyway (implies that even the parameter checking doesn't
get done, and since this usually is done first, before any other stuff
happens, it suggests we don't even make it into the library function
prope
None)
>>> Dispatch('Analyst.FMANWiffFileControl')
...
com_error: (-2147467262, 'No such interface supported', None, None)
>>> Dispatch('Analyst.IFMANWiffFileControl')
...
com_error: (-2147221005, 'Invalid class string', None, None)
Why does