[Quickfix-developers] SWIG and Python and dictionaries
Brought to you by:
orenmnero
|
From: Shawn Y. <sya...@ge...> - 2006-01-26 21:38:23
|
> Do Python dictionaries work? I'm having trouble with dictionaries =
under QuickFIX for Python.
>=20
> In short, the SWIG wrapper function appears to return a =
"SWIGTYPE_p_Dictionary", which is created from a "QuickFIX Dictionary *" =
pointer by SWIG_NewPointerObj(), but then if I print the resulting =
object in Python, I see only this:
>=20
> <Swig Object at _e88d2e08_p_Dictionary>
>=20
> ...instead of a normal Python dictionary dump {}.
>=20
> (please reply to me directly)
>=20
> Thanks,
> Shawn Yarbrough
> sya...@ge...
>=20
|