Hello,
the problem of python crash on Eric4 exit
disappears compiling PyQt.
Should not be better to make eric4 works even with
the precompiled version of PyQt?
Installing Qt, QScintilla, and so on is very tedious.
I noticed also another "bug" which appears with the
precompiled versione of PyQt.
If I open the "HelpViewer..." the Eric4 browser appears
together with another windows saying:
QSqlDatabase: QSQLITE driver not loaded
after several identical messages the window
shows the error log and remains blocked.
This is the log error:
*****************************************************************************************************
Warning:
An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to
<eric4-bugs at eric-ide.python-projects.org>.
A log has been written to "C:\Users\Francesco\_eric4\eric4_error.log".
Error information:
--------------------------------------------------------------------------------
2010-03-28, 14:20:48
--------------------------------------------------------------------------------
<type 'exceptions.RuntimeError'>:
underlying C/C++ object has been deleted
--------------------------------------------------------------------------------
File "C:\Python26\Lib\site-packages\eric4\Helpviewer\HelpWebSearchWidget.py",
line 403, in __engineImageChanged
QIcon(QPixmap.fromImage(osm.currentEngine().image())))
--------------------------------------------------------------------------------
Version Numbers:
Python 2.6.4
Qt 4.6.2
PyQt4 4.7.2
sip 4.10.1
QScintilla 2.4.3
eric4 4.4.2 (r3677)
Platform: win32
2.6.4 |EPD 6.1-1 (32-bit)| (r264:75706, Nov 11 2009, 19:42:36) [MSC
v.1500 32 bit (Intel)]
--------------------------------------------------------------------------------
Plugins Version Numbers:
PluginAbout 4.4.0
PluginEricapi 4.4.0
PluginEricdoc 4.4.0
PluginSyntaxChecker 4.4.0
PluginTabnanny 4.4.0
PluginVcsPySvn 4.4.0
PluginVcsSubversion 4.4.0
PluginVmListspace 4.4.0
PluginVmMdiArea 4.4.0
PluginVmTabview 4.4.0
PluginVmWorkspace 4.4.0
PluginWizardPyRegExp 4.4.0
PluginWizardQColorDialog 4.4.0
PluginWizardQFileDialog 4.4.0
PluginWizardQFontDialog 4.4.0
PluginWizardQInputDialog 4.4.0
PluginWizardQMessageBox 4.4.0
PluginWizardQRegExp 4.4.0
*****************************************************************************************************
Thanks for your help.
Ciao ciao.
Fra
On Fri, Mar 26, 2010 at 19:50, Francesco Biccari <biccari at gmail.com> wrote:
> Other informations.
>> I tried to start separately the components of eric4.
> The only components which show the crash of python on exit are:
>> eric.py (the main application)
> eric4-tray.py
> eric4-unittest.py
> eric4-webbrowser.py
>> With the other components, no problem arises.
>> Ciao ciao.
> Fra
>>>> On Fri, Mar 26, 2010 at 15:42, Wilde, Marion G <mgwilde at sandia.gov> wrote:
>> Sir,
>>>> Python is run from a DOS window; the trick I've found to make it close the window after
>> executing a python script is to "call xxxx.py" rather than transferring control to it.
>>>> Here are two small code snippets that may help:
>>>> test.bat
>>>> @echo off
>> call c:\python2.4\python test.py
>> exit
>>>> test.py
>>>> import os
>> os.listdir(os.getcwd())
>> # kill time loop so that the display is visible long
>> # enough to see it
>> for i in range (50000000):
>> pass
>>>> I've executed this on my Windows XP machine, and it works to close the DOS window when the
>> program exits.
>>>> Marion Wilde
>>>> -----Original Message-----
>> From: eric-bounces at riverbankcomputing.com [mailto:eric-bounces at riverbankcomputing.com] On Behalf Of Francesco Biccari
>> Sent: Friday, March 26, 2010 7:43 AM
>> To: eric
>> Subject: Re: [Eric] eric4 problem on Vista: pythonw.exe has stopped working
>>>> Thanks for suggestions.
>> I'm trying to compile PyQt.
>>>> In the meantime I cas report the debug messages of eric4.
>> The last message appears when I close the program.
>> It seems that eric4 is not the problem. : )
>>>> Ciao ciao.
>> Fra
>>>>>>>> python eric4.py --debug
>>>> DEBUG:root:Importing Preferences
>> DEBUG:root:Importing packages...
>> DEBUG:root:Generating Main Window...
>> DEBUG:root:Initializing Plugin Manager...
>> DEBUG:root:Generating Main User Interface...
>> DEBUG:root:Creating Layout...
>> DEBUG:root:Creating Viewmanager...
>> DEBUG:root:Creating toolboxes...
>> DEBUG:root:Created Layout
>> DEBUG:root:Creating Debugger UI...
>> DEBUG:root:Creating Programs Dialog...
>> DEBUG:root:Creating Shortcuts Dialog...
>> DEBUG:root:Setting up connections...
>> DEBUG:root:Initializing Tools...
>> DEBUG:root:Registering Objects...
>> DEBUG:root:Initializing Actions...
>> DEBUG:root:Initializing Menus...
>> DEBUG:root:Initializing Toolbars...
>> DEBUG:root:Initializing Statusbar...
>> DEBUG:root:Initializing Single Application Server...
>> DEBUG:root:Activating Plugins...
>> DEBUG:root:Restoring Toolbarmanager...
>> DEBUG:root:Shutting down, result 0
>>>>>>>>>>>> On Wed, Mar 24, 2010 at 19:05, detlev <detlev at die-offenbachs.de> wrote:
>>> Hi,
>>>>>> I can't reproduce the issue on my Windows systems (Win 7 and XP).
>>> Please try to install PyQt4, sip, ... from sources to make sure, the
>>> issue is not related to the PyQt4 installer.
>>>>>> If you want to get rid of the DOS window, simply create a link to
>>> eric4.pyw on your desktop.
>>>>>> Regards,
>>> Detlev
>>>>>> On Mittwoch, 24. März 2010, Francesco Biccari wrote:
>>>> Hello,
>>>>>>>> I am a new user of eric4.
>>>>>>>> I use Windows Vista 32 bit.
>>>> I installed in order Python 2.6.5 (Windows installer), Qt
>>>> (qt-sdk-win-opensource-2010.02.1.exe file, maybe it was not necessary
>>>> because PyQt already have all the needed files), PyQt
>>>> (PyQt-Py2.6-gpl-4.7.2-1.exe) and eric4 (eric4-4.4.2).
>>>>>>>> Everything, except for eric4, works fine (even simple program with
>>>> some Qt widgets).
>>>>>>>> eric4 works well but when I close the program, a Windows pop-up
>>>> appears saying: "pythonw has stopped working".
>>>> I try to edit the file eric4.bat substituting pythonw with python but
>>>> the error becomes "python has stopped working".
>>>>>>>> Moreover, just for your information, when I launch the script
>>>> eric4.bat a DOS window remains opened.
>>>> I think this is wrong because pythonw is exactly used for this
>>>> porpouse,
>>>> right?
>>>>>>>> I would like to solve this very annoying problem.
>>>> Thank you for your help.
>>>> Regards.
>>>> Francesco
>>>> _______________________________________________
>>>> Eric mailing list
>>>> Eric at riverbankcomputing.com
>>>> http://www.riverbankcomputing.com/mailman/listinfo/eric
>>>>>>>>>>>>> --
>>> Detlev Offenbach
>>> detlev at die-offenbachs.de
>>>>> _______________________________________________
>> Eric mailing list
>> Eric at riverbankcomputing.com
>> http://www.riverbankcomputing.com/mailman/listinfo/eric
>>>>>
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.arvr3d.com.cn www.991zhenti.com.cn www.51yayi.com.cn www.yumur.com.cn www.edblad.com.cn longtaicixiu.com.cn www.in-x.net.cn golfly.com.cn tzcssfdq.com.cn xwlsj.com.cn