[PyKDE] New PyKDE snapshot - help needed

David Boddie david at boddie.org.uk
Sun Jan 22 13:37:51 GMT 2006


On Sat, 21 Jan 2006 16:49:20, Jim Bublitz wrote:
> On Saturday 21 January 2006 14:11, Baz Walter wrote:
> > On Saturday 21 Jan 2006 16:45, you wrote:

> > > No - I've never seen that happen. I'll have to take a look at
> > > configure.py and see what might cause that, but I can't imagine what
> >
> > I just figured this one out. I think I made a typo and ran python with
> > the -i option... Duh...
> >
> > Hope I didn't waste your time with this.
>
> No problem. -i should still drop back to the shell. (I haven't had a chance
> to look at it yet anyway).

He meant that he ran configure.py with something like this:

  python -i configure.py <some-pykde-options>

The Python interpreter drops you into an interactive session after it's
finished running the script - run "python -h" for more information. :-)

David




More information about the PyQt mailing list