Re: [IronPython] 0.9.2 Module Search Path Error

2005-09-29 Thread Anthony Tarlano
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

Re: [IronPython] 0.9.2 Module Search Path Error

2005-09-29 Thread Monty Taylor
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 Module Search Path Error

2005-09-29 Thread Anthony Tarlano
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