Detlev Offenbach wrote:
> On Samstag, 14. Juni 2008, Jaime Seuma wrote:
>>> Detlev Offenbach wrote:
>>>>> 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?
>>>>> I suposse so; I've followed the install sequence as follows:
>> -> python25 (already installed, haven't uninstalled-reinstalled back
>> -> qt-> got rid of previous compilation-install, then downloaded de
>> qt-4.4.0 bundle (not compiled from src, mind you) and installed it.
>> -> sip-4.7.6->configure.py, mingw32-make && mingw32-make install
>> -> QScintilla-gpl-2.2\qt4: qmake qscintilla.pro, mingw32-make &&
>> mingw32-make install
>> -> PyQt-win-gpl-4.4.2: configure.py, mingw32-make && mingw32-make install
>> -> QScintilla-gpl-2.2\Python: configure.py, mingw32-make && mingw32-make
>> install
>> And then
>> -> eric4-4.1.4: install.py => get the forementioned error.
>>>> In C:\Python25\Lib\site-packages\PyQt4 is the file qsci.pyd (along with
>> the different qt*.pyc files). In C:\Qt\4.4.0\bin and C:\Qt\4.4.0\Lib
>> there is the file qscintilla2.dll
>>>> Did you copy qscintilla2.dll from C:\Qt\4.4.0\Lib to C:\Qt\4.4.0\bin yourself?
> Over here only the first one is installed by make install and I have to copy
> it to the bin directory myself. Another point to check for is whether there
> is a qscintilla2.dll somewhere else on your system. You should also ensure,
> that C:\Qt\4.4.0\bin comes first in your PATH. The error message indicates,
> that the loaded dll is incompatible. In a python shell you could try
>> from PyQt4 import Qsci
>>
Dettley: thank you very much.
You have the right to think that I'm completely stupid. You'd be right!
The one qscintilla2.dll living in .../bin is a copy a made of the one
living in /lib.
But, and here is the trick, I must have put, maybe a year ago or so, an
old qscintilla2.dll in *c:\windows
*Once I have deleted this, eric installs fine.
Again, thank you very much.
Note: I still can't import QtWebkit. But I'll find why!
>>> Is it possible that something is missing with the pythonpath or something?
>>>>>>>> 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.
>>>>>>>> eric-request at riverbankcomputing.com wrote:
>>>>>>>>> Send Eric mailing list submissions to
>>>>> eric at riverbankcomputing.com
>>>>>>>>>> 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
>>>>> eric-request at riverbankcomputing.com
>>>>>>>>>> You can reach the person managing the list at
>>>>> eric-owner at riverbankcomputing.com
>>>>>>>>>> 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 <jaims.seuma at gmail.com>
>>>>> Subject: [Eric] QWebKit/eric 4
>>>>> To: eric at riverbankcomputing.com
>>>>> Message-ID: <484FC312.4020908 at gmail.com>
>>>>> 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 <phil at riverbankcomputing.com>
>>>>> Subject: Re: [Eric] QWebKit/eric 4
>>>>> To: eric at riverbankcomputing.com
>>>>> Message-ID: <200806111344.21565.phil at riverbankcomputing.com>
>>>>> 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
>>>>> Eric at riverbankcomputing.com
>>>>> http://www.riverbankcomputing.com/mailman/listinfo/eric
>>>>>>>>>>>>>>> End of Eric Digest, Vol 24, Issue 8
>>>>> ***********************************
>>>>>>>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20080614/39d7d9e3/attachment.html
More information about the Eric
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 0018www.gnhouse.com.cn www.b019.com.cn www.hwggz.com.cn www.gdio.org.cn www.socway.com.cn intnet.net.cn www.wishr.com.cn yq518.com.cn green17.com.cn gblg020.com.cn