[Eric] eric having issues

webmedic webmedic at gmail.com
Tue Jan 8 15:34:03 GMT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/eric/attachments/20130108/4bd50646/attachment.html>


More information about the Eric mailing list