Ok, my bad..
AnthonyOn 9/29/05, Monty Taylor <[EMAIL PROTECTED]> wrote:
That doesn't work in CPython either...Python 2.4.1 (#1, May 27 2005, 18:02:40)[GCC 3.3.3 (cygwin special)] on cygwinType "help", "copyright", "credits" or "license" for more information.
>>> from xml import *>>> dir()['__built
That doesn't work in CPython either...
Python 2.4.1 (#1, May 27 2005, 18:02:40)
[GCC 3.3.3 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml import *
>>> dir()
['__builtins__', '__doc__', '__name__', 'dom', 'parsers', 'sax']
>>> from sa
IronPython 0.9.2 is not allowing module import from packages that were
previously imported. See below where I could not import from
"Synthesis" after importing it from "System.Speech" unless explicitly
importing it from "System.Speech.Synthesis".
Anthony
IronPython 0.9.2 on .NET 2.0.50215.44
Copy