Re: xmltramp with python2.(4-5)

2008-02-17 Thread Pradnyesh Sawant
On 22:51, 16Feb2008, John Machin wrote: > On Feb 17, 5:40 pm, Pradnyesh Sawant wrote: > > fire up python2.4 interactive prompt > do this: > import sys; sys.path > import xmltramp; xmltramp.__file__ > > then fire up python2.5 interactive prompt > do this: > import sys; sys.path Hey, thanks a lot

Re: xmltramp with python2.(4-5)

2008-02-16 Thread John Machin
On Feb 17, 5:40 pm, Pradnyesh Sawant <[EMAIL PROTECTED]> wrote: > Hello, > I have a code snippet which does 'import xmltramp' to parse an xml file > received over the network. Also, I have 2 instances of python, namely > python2.4 and python2.5 on my box. The confusing thing is that the code > work