[Eric] eric having issues
Detlev Offenbach
detlev at die-offenbachs.de
Tue Jan 8 17:26:15 GMT 2013
Hello,
somewhere you must have an 'enchant' module. You may test this by entering
this in a Python console.
>>> import enchant
If this doesn't fail with an ImportError, you have to look around your system
for this module and get rid of it (if you are sure you don't have enchant
around).
I just tested eric5 over here on a Win8 machine with Python 3.3 and no
pyenchant installed and it works fine.
Regards,
Detlev
On Tuesday 08 January 2013, 07:34:03 webmedic wrote:
in the past this was running just fine and i was using it to manage a project I
was working on. I ended up needing a module that was not available for 64 bit
python3 so I installed the 32bit version as well as 32bit qt and pyqt. Now
after this I reinstall eric but the splash screen comes up and then it just
closes.
I figured at this point something just got messed up from moving to 32 bit so I
just uninstalled everything and reinstalled the 64bit version and forgot about
whatever module. However eric still does not work. I tried current stable for
eric 5 as well as the dev snapshots.
Looking at the log file for eric I see it thinking that there is a spell
checker installed (enchant/pyenchant) which there is not. Somehow this worked
fine before without the spell checker installed and not sure what to do past
this.
The log file:
--------------------------------------------------------------------------------
2013-01-08, 07:20:54
--------------------------------------------------------------------------------
<class 'AttributeError'>:
'module' object has no attribute 'list_languages'
--------------------------------------------------------------------------------
File "C:\Python33\Lib\site-packages\eric5\eric5.pyw", line 8, in <module>
main()
File "C:\Python33\Lib\site-packages\eric5\eric5.py", line 271, in main
raise err
File "C:\Python33\Lib\site-packages\eric5\eric5.py", line 255, in main
mainWindow = UserInterface(app, loc, splash, pluginFile, noopen,
restartArgs)
File "C:\Python33\Lib\site-packages\eric5\UI\UserInterface.py", line 503, in
__init__
self.__initActions()
File "C:\Python33\Lib\site-packages\eric5\UI\UserInterface.py", line 1992,
in __initActions
self.viewmanager.initActions()
File "C:\Python33\Lib\site-packages\eric5\ViewManager\ViewManager.py", line
468, in initActions
self.__initSpellingActions()
File "C:\Python33\Lib\site-packages\eric5\ViewManager\ViewManager.py", line
3571, in __initSpellingActions
self.__enableSpellingActions()
File "C:\Python33\Lib\site-packages\eric5\ViewManager\ViewManager.py", line
3577, in __enableSpellingActions
spellingAvailable = SpellChecker.isAvailable()
File "C:\Python33\Lib\site-packages\eric5\QScintilla\SpellChecker.py", line
81, in isAvailable
return len(enchant.list_languages()) > 0
--------------------------------------------------------------------------------
Version Numbers:
Python 3.3.0
Qt 4.8.4
PyQt4 4.9.6
sip 4.14.2
QScintilla 2.7
WebKit 534.34
eric5 5.3-snapshot-20130106 (rev 77f889999804)
Platform: win32
3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 bit (AMD64)]
--------------------------------------------------------------------------------
Plugins Version Numbers:
PluginAbout 5.1.0
PluginEricapi 5.1.0
PluginEricdoc 5.1.0
PluginPep8Checker 5.1.0
PluginSyntaxChecker 5.1.0
PluginTabnanny 5.1.0
PluginVcsMercurial 5.1.0
PluginVcsPySvn 5.1.0
PluginVcsSubversion 5.1.0
PluginVmListspace 5.1.0
PluginVmTabview 5.1.0
PluginWizardE5MessageBox 5.1.0
PluginWizardPyRegExp 5.1.0
PluginWizardQColorDialog 5.1.0
PluginWizardQFileDialog 5.1.0
PluginWizardQFontDialog 5.1.0
PluginWizardQInputDialog 5.1.0
PluginWizardQMessageBox 5.1.0
PluginWizardQRegExp 5.1.0
Thanks
Brook
--
Detlev Offenbach
detlev at die-offenbachs.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/eric/attachments/20130108/99c59d74/attachment-0001.html>
More information about the Eric
mailing list