weird COM behavior, sets arguments to Null

Jeff Shannon jeff at ccvcorp.com
Thu Aug 9 14:14:30 EDT 2001


dsavitsk wrote:

> I made a COM server that is a wrapper to the bsddb.  (this is unimportant,
> however, as i have seen this behavior from other objects as well.)  if i
> pass a single argument to the server everything is fine, if i pass more than
> one, python resets them all to null values.
>
> for example, vb code
>

[ trimming code]

> 'add/update an item
> odb.set_item(key, value)
> 'key now is null.
> ------------------------

Are you sure that this is a Python problem and not a VB problem?  I haven't
noticed this in any of my Python COM code...

Try writing an equivalent client in Python, and see if it has the same behavior.



Jeff Shannon
Technician/Programmer
Credit International





More information about the Python-list mailing list