Re: [Tutor] Importing and creation on the fly

2007-06-28 Thread Tino Dai
On 6/26/07, Tino Dai <[EMAIL PROTECTED]> wrote: On 6/26/07, Dave Kuhlman <[EMAIL PROTECTED]> wrote: > On Tue, Jun 26, 2007 at 12:20:18PM -0400, Tino Dai wrote: > > Hi there, > > > > I've been banging my head on this for about two weeks, and I can't > > figure out a solution to this. I'm won

Re: [Tutor] Importing and creation on the fly

2007-06-26 Thread Tino Dai
On 6/26/07, Dave Kuhlman <[EMAIL PROTECTED]> wrote: On Tue, Jun 26, 2007 at 12:20:18PM -0400, Tino Dai wrote: > Hi there, > > I've been banging my head on this for about two weeks, and I can't > figure out a solution to this. I'm wondering if you could assist me on this > pesky problem. > >

Re: [Tutor] Importing and creation on the fly

2007-06-26 Thread Dave Kuhlman
On Tue, Jun 26, 2007 at 12:20:18PM -0400, Tino Dai wrote: > Hi there, > > I've been banging my head on this for about two weeks, and I can't > figure out a solution to this. I'm wondering if you could assist me on this > pesky problem. > > I'm reading in an xml file that has the name of c

Re: [Tutor] Importing and creation on the fly

2007-06-26 Thread Kent Johnson
Tino Dai wrote: > Hi there, > > I've been banging my head on this for about two weeks, and I can't > figure out a solution to this. I'm wondering if you could assist me on > this pesky problem. > > I'm reading in an xml file that has the name of class, location, > and the filename in

[Tutor] Importing and creation on the fly

2007-06-26 Thread Tino Dai
Hi there, I've been banging my head on this for about two weeks, and I can't figure out a solution to this. I'm wondering if you could assist me on this pesky problem. I'm reading in an xml file that has the name of class, location, and the filename into a dictionary. I want to import th