<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
So I did...<br>
<br>
Everything went ok but eric4 (4.4.1.4 or 4.4.1.5) won't install. <br>
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.<br>
<br>
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...<br>
<br>
I'll have to spend some more hours on the subject, I'm afraid.<br>
<br>
All the same, thank u Phil.<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:eric-request@riverbankcomputing.com">eric-request@riverbankcomputing.com</a> wrote:
<blockquote
 cite="mid:200806121105.m5CB5iqO031353@riverbankcomputing.com"
 type="cite">
  <pre wrap="">Send Eric mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/eric">http://www.riverbankcomputing.com/mailman/listinfo/eric</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:eric-request@riverbankcomputing.com">eric-request@riverbankcomputing.com</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:eric-owner@riverbankcomputing.com">eric-owner@riverbankcomputing.com</a>

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 <a class="moz-txt-link-rfc2396E" href="mailto:jaims.seuma@gmail.com">&lt;jaims.seuma@gmail.com&gt;</a>
Subject: [Eric] QWebKit/eric 4
To: <a class="moz-txt-link-abbreviated" href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:484FC312.4020908@gmail.com">&lt;484FC312.4020908@gmail.com&gt;</a>
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 <a class="moz-txt-link-rfc2396E" href="mailto:phil@riverbankcomputing.com">&lt;phil@riverbankcomputing.com&gt;</a>
Subject: Re: [Eric] QWebKit/eric 4
To: <a class="moz-txt-link-abbreviated" href="mailto:eric@riverbankcomputing.com">eric@riverbankcomputing.com</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:200806111344.21565.phil@riverbankcomputing.com">&lt;200806111344.21565.phil@riverbankcomputing.com&gt;</a>
Content-Type: text/plain;  charset="iso-8859-1"

On Wednesday 11 June 2008 1:20:34 pm Jaime Seuma wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Does anyone have a clue on this particular subject?

Thanx in advance

Jaime
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Phil


------------------------------

_______________________________________________
Eric mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/eric">http://www.riverbankcomputing.com/mailman/listinfo/eric</a>


End of Eric Digest, Vol 24, Issue 8
***********************************

  </pre>
</blockquote>
<br>
</body>
</html>