[IPython-user] 0.4.0 ready for Monday
Gary Bishop
gb at cs.unc.edu
Sat May 17 06:26:54 CDT 2003
It works for me on Win2k with Python2.2.2 and SWIG 1.3.19.
In [3]: import example
In [4]: example.cvar
Out[4]: <Global variables>
In [5]: example.cvar.path
Out[5]: '/home/beazley'
In [6]:
In plain python I get:
>>> example.cvar
Global variables { path, status, pt, ptptr, name, iptrvar, cstrvar,
strvar, dvar
, fvar, cvar, ucvar, scvar, ulvar, usvar, uivar, lvar, svar, ivar }
But no crash in either case.
gb
More information about the IPython-user
mailing list