[PyKDE] Problem building PyQt, QScintilla, and eric
Greg Fortune
lists at gregfortune.com
Wed Mar 12 19:31:00 GMT 2003
On Wednesday 12 March 2003 10:08 am, Phil Thompson wrote:
> On Wednesday 12 March 2003 5:57 pm, Greg Fortune wrote:
> > You'll want to build and install qscintilla before building sip.
>
> That won't make any difference.
??? Doesn't sip look for the qscintilla header files? I had no end of
problems trying to get it installed and ran into the exact same message a
bunch of times. If I installed qscintilla first, it worked.
Donald, you should be able to check for qscintilla support by starting python
and typing
import qtext
If it imports, then qscintilla got compiled in and I'm probably very wrong
;o)
>
> It's more likely that a later version of eric is required (ie. a snapshot).
>
> > General upgrade order:
> >
> > 1) build/install qscintilla
> > 2) build/install sip
> > 3) build/install PyQt
> > 4) go to bed
>
> Or use the -c flag, then you only need to get a coffee.
he he, I'm on a PIII 550 so compiling anything takes a little while :)
What does it do? If there is no disadvantage to using -c, could you include
that flag by default?
>
> > 5) wake up in the morning. Congrats. PyQt is done ;o)
> > 6) build/install eric
>
> Phil
>
> _______________________________________________
> PyKDE mailing list PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde
More information about the PyQt
mailing list