On Freitag, 13. Juni 2008, Jaime Seuma wrote: > So I did... > > Everything went ok but eric4 (4.4.1.4 or 4.4.1.5) won't install. > It complains about the entry point > _ZNK15QsciLexerPython20indentationGuideViewEv not being found on > qscintilla.dll; and the installer then asks (very politely :-) )to > install qscintilla2 and its pyqt4 wrapper. Which I have already > installed btw.
Did you generate the QScintilla2 python bindings after the installation of PyQt4? > > In the other hand, in Python25_home/Lib/site-packages/pyqt4 there is now > a file called QtWebKit.pyd, which means that qtwebkit should be > availaible. But the script I had left pyuic write for me (from a .ui > file) still doesn't work... > > I'll have to spend some more hours on the subject, I'm afraid. > > All the same, thank u Phil. > > [EMAIL PROTECTED] wrote: > > Send Eric mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://www.riverbankcomputing.com/mailman/listinfo/eric > > or, via email, send a message with subject or body 'help' to > > [EMAIL PROTECTED] > > > > You can reach the person managing the list at > > [EMAIL PROTECTED] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Eric digest..." > > > > > > Today's Topics: > > > > 1. QWebKit/eric 4 (Jaime Seuma) > > 2. Re: QWebKit/eric 4 (Phil Thompson) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Wed, 11 Jun 2008 14:20:34 +0200 > > From: Jaime Seuma <[EMAIL PROTECTED]> > > Subject: [Eric] QWebKit/eric 4 > > To: [email protected] > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hi > > > > I've been implementing a small webbrowser based in QtWebKit, in C++. > > It' works ok, I wanted to give it a try using python/eric. > > QtWebKit has been added to qt library base in the 4.4.0 release, afaik. > > > > I had compiled it in my pc. this stuff: > > eric4-4.1.4 > > PyQt-win-gpl-4.3.3 > > sip-4.7.3 > > qt-win-opensource-src-4.4.0 > > > > When I try to execute a python script that imports the stuff needed, > > this line: > > 'from QtWebKit.QWebView import QWebView' > > > > raises a except: > > "No module named QtWekKit.QWebView" > > > > > > What do u think? Should I dismiss my current installs of pyqt, etc and > > download more recent version? > > Does anyone have a clue on this particular subject? > > > > Thanx in advance > > > > Jaime > > > > > > ------------------------------ > > > > Message: 2 > > Date: Wed, 11 Jun 2008 13:44:21 +0100 > > From: Phil Thompson <[EMAIL PROTECTED]> > > Subject: Re: [Eric] QWebKit/eric 4 > > To: [email protected] > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset="iso-8859-1" > > > > On Wednesday 11 June 2008 1:20:34 pm Jaime Seuma wrote: > >> Hi > >> > >> I've been implementing a small webbrowser based in QtWebKit, in C++. > >> It' works ok, I wanted to give it a try using python/eric. > >> QtWebKit has been added to qt library base in the 4.4.0 release, afaik. > >> > >> I had compiled it in my pc. this stuff: > >> eric4-4.1.4 > >> PyQt-win-gpl-4.3.3 > >> sip-4.7.3 > >> qt-win-opensource-src-4.4.0 > >> > >> When I try to execute a python script that imports the stuff needed, > >> this line: > >> 'from QtWebKit.QWebView import QWebView' > >> > >> raises a except: > >> "No module named QtWekKit.QWebView" > >> > >> > >> What do u think? Should I dismiss my current installs of pyqt, etc and > >> download more recent version? > > > > Yes. > > > >> Does anyone have a clue on this particular subject? > >> > >> Thanx in advance > >> > >> Jaime > > > > Phil > > > > > > ------------------------------ > > > > _______________________________________________ > > Eric mailing list > > [email protected] > > http://www.riverbankcomputing.com/mailman/listinfo/eric > > > > > > End of Eric Digest, Vol 24, Issue 8 > > *********************************** -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
