Hi,
I have tried to install eric4.3.0 and appeared these error
ngovu at NgoVu-lippy:~/Documents/Temp/Download/eric4-4.3-snapshot-20081005$
eric4
Warning: translation file 'qt_en_US'could not be loaded.
Using default.
Warning: translation file 'eric4_en_US'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
An unhandled exception occurred. Please report the problem using the error
reporting dialog or via email to <eric4-bugs at die-offenbachs.de>. A log has
been written to "/home/ngovu/.eric4/eric4_error.log".
Error information:
--------------------------------------------------------------------------------
2008-10-05, 18:20:14
--------------------------------------------------------------------------------
<type 'exceptions.TypeError'>:
argument 1 of QTextCodec.codecForName() has an invalid type
--------------------------------------------------------------------------------
File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 235, in
<module>
main()
File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 220, in main
mainWindow = UserInterface(loc, splash, pluginFile, noopen, restartArgs)
File "/usr/lib/python2.5/site-packages/eric4/UI/UserInterface.py", line
581, in __init__
debugServer.startClient(False)
File "/usr/lib/python2.5/site-packages/eric4/Debugger/DebugServer.py",
line 285, in startClient
self.__createDebuggerInterface()
File "/usr/lib/python2.5/site-packages/eric4/Debugger/DebugServer.py",
line 234, in __createDebuggerInterface
self.debuggerInterface = DebuggerInterfacePython(self, self.passive)
File
"/usr/lib/python2.5/site-packages/eric4/Debugger/DebuggerInterfacePython.py",
line 67, in __init__
self.codec =
QTextCodec.codecForName(Preferences.getSystem("StringEncoding"))
--------------------------------------------------------------------------------
Version Numbers:
Python 2.5.2
Qt 4.3.4
PyQt4 4.3.3
sip 4.7.3
QScintilla 2-snapshot-20070923
eric4 4.3-snapshot-20081005 (r2541)
Platform: linux2
2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
--------------------------------------------------------------------------------
Plugins Version Numbers:
PluginAbout 4.3.0
PluginEricapi 4.3.0
PluginEricdoc 4.3.0
PluginSyntaxChecker 4.2.0
PluginTabnanny 4.2.0
PluginVcsPySvn 4.3.0
PluginVcsSubversion 4.3.0
PluginVmListspace 4.2.0
PluginVmMdiArea 1.0.0
PluginVmTabview 4.3.0
PluginVmWorkspace 4.2.0
PluginWizardPyRegExp 4.2.0
PluginWizardQColorDialog 4.2.0
PluginWizardQFileDialog 4.2.0
PluginWizardQFontDialog 4.2.0
PluginWizardQInputDialog 4.2.0
PluginWizardQMessageBox 4.2.0
PluginWizardQRegExp 4.2.0
On Sun, Oct 5, 2008 at 5:55 PM, oso che bol <ndlgroup1 at gmail.com> wrote:
> Hi,
>> I have installed a new version 4.2.2 and it appear new bugs:
>> Thx,
> -LN
>> --------------------------------------------------------------------------------
> 2008-10-05, 17:50:52
>> --------------------------------------------------------------------------------
> <type 'exceptions.TypeError'>:
> argument 1 of QTextCodec.codecForName() has an invalid type
>> --------------------------------------------------------------------------------
> File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 238, in
> <module>
> main()
> File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 235, in main
> raise err
>>> --------------------------------------------------------------------------------
> Version Numbers:
> Python 2.5.2
> Qt 4.3.4
> PyQt4 4.3.3
> sip 4.7.3
> QScintilla 2-snapshot-20070923
> eric4 4.2.2 (r2537)
>> Platform: linux2
> 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
> [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
>> --------------------------------------------------------------------------------
> Plugins Version Numbers:
> PluginAbout 4.2.0
> PluginEricapi 4.2.0
> PluginEricdoc 4.2.0
> PluginSyntaxChecker 4.2.0
> PluginTabnanny 4.2.0
> PluginVcsPySvn 4.2.0
> PluginVcsSubversion 4.2.0
> PluginVmListspace 4.2.0
> PluginVmMdiArea 1.0.0
> PluginVmTabview 4.2.0
> PluginVmWorkspace 4.2.0
> PluginWizardPyRegExp 4.2.0
> PluginWizardQColorDialog 4.2.0
> PluginWizardQFileDialog 4.2.0
> PluginWizardQFontDialog 4.2.0
> PluginWizardQInputDialog 4.2.0
> PluginWizardQMessageBox 4.2.0
> PluginWizardQRegExp 4.2.0
>>>> On Sun, Oct 5, 2008 at 1:25 PM, Detlev Offenbach <detlev at die-offenbachs.de
> > wrote:
>>> Hi,
>>>> seems like I screwed up a bit. It's fixed and a new version is available.
>>>> Regards,
>> Detlev
>>>> On Sonntag, 5. Oktober 2008, eric_fan wrote:
>> > New to the list, hoping this works...
>> >
>> > Got the same problem with the Django configuration page not showing up.
>> >
>> > The requested info:
>> > print type(self.__defaults[key]) returns:
>> > <type 'tuple'>
>> > print self.__defaults[key] returns:
>> > ('cmd.exe /c',)
>> >
>> > Running latest snapshot on Ubuntu Hardy.
>> >
>> >
>> > Hope this helps...
>> >
>> > ================
>> >
>> > Hi,
>> >
>> > can you please try to determine the type of the QVariant argument (i.e.
>> > insert print type(self.__defaults[key]) before the failing line (299).
>> >
>> > Detlev
>> >
>> > On Samstag, 4. Oktober 2008, oso che bol wrote:
>> > > / On Sat, Oct 4, 2008 at 5:46 AM, Detlev Offenbach
>> >
>> > />/
>> > />/ <detlev at die-offenbachs.de
>> > <http://www.riverbankcomputing.com/mailman/listinfo/eric>>wrote:
>> > />/ > On Freitag, 3. Oktober 2008, oso che bol wrote:
>> > />/ > > On Fri, Oct 3, 2008 at 10:49 AM, Detlev Offenbach
>> > />/ > >
>> > />/ > > <detlev at die-offenbachs.de
>> > <http://www.riverbankcomputing.com/mailman/listinfo/eric>>wrote:
>> > />/ > > > On Freitag, 3. Oktober 2008, oso che bol wrote:
>> > />/ > > > > Helo Detlev,
>> > />/ > > > >
>> > />/ > > > > I just install django 2.0.0 plugin, i have try many for
>> > install and
>> > />/ > > > > uninstall but i do not work.
>> > />/ > > > >
>> > />/ > > > > ah, one note for you, i have manually install Eric4.2.1. And
>> > when i
>> > />/ > > >
>> > />/ > > > install
>> > />/ > > >
>> > />/ > > > > with script, "sudo python install.py", there is a prompt
>> that
>> > />/ >
>> > />/ > required
>> > />/ >
>> > />/ > > > > me "enter the directory of qt data which include the
>> directory
>> > />/ > > > > qsci", but i just press enter to bypass this. And it
>> > announced that
>> > />/ > > > > installation is complete.
>> > />/ > > >
>> > />/ > > > That has nothing to do with your problem. It just means, that
>> > eric
>> > />/ >
>> > />/ > didn't
>> > />/ >
>> > />/ > > > install it's API files in the default path, because that
>> > couldn't be
>> > />/ > > > detected. Did you install the plugin via the Plugin
>> Installation
>> > />/ >
>> > />/ > dialog?
>> > />/ >
>> > />/ > > Yes, i do install via Plugin Installation dialog.
>> > />/ > >
>> > />/ > > > Could it be possible, that you have two eric4 installations on
>> > your
>> > />/ > > > computer?
>> > />/ > > > The config page is only available on eric4 4.2.0 and newer.
>> > />/ > >
>> > />/ > > Now, my computer just have 1 eric 4.2.1. Before install eric
>> > 4.2.1 by
>> > />/ > > manually, i did installation via Synaptic of Ubuntu 8.04, it
>> > installs
>> > />/ > > the version 4.1.1 and do not support Django Plugin. So, i do
>> > UNinstall
>> > />/ > > eric4.1.1 and try to install eric4.2.1.
>> > />/ >
>> > />/ > Cab you try to debug the problem on your side because over here it
>> > works
>> > />/ > ok.
>> > />/ > Please check the version numbers first (Help->Show Versions...).
>> > If that
>> > />/ > doesn't show something strange, please try to determine, why the
>> > Django
>> > />/ > config page isn't loaded (exception raised?).
>> > />/
>> > />/ The version and exception are:
>> > />/ An unhandled exception occurred. Please report the problem using the
>> > error
>> > />/ reporting dialog or via email to <eric4-bugs at die-offenbachs.de
>> > <http://www.riverbankcomputing.com/mailman/listinfo/eric>>. A log has
>> > />/ been written to "/home/ngovu/.eric4/eric4_error.log".
>> > />/ Error information:
>> > />/
>> >
>> ---------------------------------------------------------------------------
>> > />/----- 2008-10-02, 13:49:40
>> > />/
>> >
>> ---------------------------------------------------------------------------
>> > />/----- <type 'exceptions.TypeError'>:
>> > />/ argument 1 of QVariant() has an invalid type
>> > />/
>> >
>> ---------------------------------------------------------------------------
>> > />/----- File
>> > />/
>> >
>> "/usr/lib/python2.5/site-packages/eric4/Preferences/ConfigurationDialog.py"
>> > />/, line 377, in __showConfigurationPage
>> > />/ self.showConfigurationPageByName(pageName)
>> > />/ File
>> > />/
>> >
>> "/usr/lib/python2.5/site-packages/eric4/Preferences/ConfigurationDialog.py"
>> > />/, line 411, in showConfigurationPageByName
>> > />/ page = self.__initPage(pageData)
>> > />/ File
>> > />/
>> >
>> "/usr/lib/python2.5/site-packages/eric4/Preferences/ConfigurationDialog.py"
>> > />/, line 388, in __initPage
>> > />/ page = pageData[2](self)
>> > />/ File "/home/ngovu/.eric4/eric4plugins/PluginProjectDjango.py", line
>> > 65, in
>> > />/ createDjangoPage
>> > />/ page = DjangoPage(djangoPluginObject)
>> > />/ File
>> > />/
>> >
>> "/home/ngovu/.eric4/eric4plugins/ProjectDjango/ConfigurationPage/DjangoPage
>> > />/.py", line 53, in __init__
>> > />/ self.__plugin.getPreferences("ConsoleCommand"))
>> > />/ File "/home/ngovu/.eric4/eric4plugins/PluginProjectDjango.py", line
>> > 299, in
>> > />/ getPreferences
>> > />/ QVariant(self.__defaults[key])).toString()
>> > />/
>> >
>> ---------------------------------------------------------------------------
>> > />/----- Version Numbers:
>> > />/ Python 2.5.2
>> > />/ Qt 4.3.4
>> > />/ PyQt4 4.3.3
>> > />/ sip 4.7.3
>> > />/ QScintilla 2-snapshot-20070923
>> > />/ eric4 4.2.1 (r2426)
>> > />/ Platform: linux2
>> > />/ 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
>> > />/ [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
>> > />/
>> > />/ Thanks, i will try!
>> > />/
>> > />/ Best Regards,
>> > />/ -LN
>> > />/
>> > />/ > Regards,
>> > />/ > Detlev
>> > />/ > --
>> > />/ > Detlev Offenbach
>> > />/ > detlev at die-offenbachs.de
>> > <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
>>>>-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20081005/a1d38e1b/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 0018hndouke.com.cn caoyanhai518.com.cn xuelutong.com.cn www.hashport.com.cn www.xrdi.com.cn bxyt795.com.cn ivmu.com.cn www.gnul.com.cn www.vanval.com.cn zhbus.com.cn