Re: [IronPython] [python] [IronPythonStudio] Namespace ClassesandAssembly Files

2008-01-30 Thread Curt Hagenlocher
On Jan 30, 2008 10:29 AM, Pigneri, Rocco <[EMAIL PROTECTED]> wrote: > It sounds like instead, I need to do this: > > import FormOne > import FormTwo > > f = FormOne.Forms.FormOne() > f2 = FormTWo.Forms.FormTwo() > > Is this correct? Exactly. When you said "from FormOne import *", you introduced

Re: [IronPython] [python] [IronPythonStudio] Namespace ClassesandAssembly Files

2008-01-30 Thread Pigneri, Rocco
Discussion of IronPython Subject: Re: [IronPython] [python] [IronPythonStudio] Namespace ClassesandAssembly Files On Jan 30, 2008 9:25 AM, Pigneri, Rocco <[EMAIL PROTECTED]> wrote: > Ah, ha! I think I may have found the culprit! > > If I have the following import sequences in the fol