[PyKDE] PythonQt Eric3 issues

Fabien Meghazi amigrave at gmail.com
Thu Apr 28 14:34:07 BST 2005


> It appears that Eric3 is not always installed the first time. I am
> currently working on this. If Eric3 will not start from the windows
> start menu in yur case. Please install PythonQt again.

Yeps I got this problem. But when starting it from command line here's
what I get :

C:\apps\PythonQt\Lib\site-packages\eric3>python eric3.py
Warning: translation file 'qt_fr_BE'could not be loaded.
Using default.
Warning: translation file 'eric3_fr_BE'could not be loaded.
Using default.
Warning: translation file 'qscintilla_fr_BE'could not be loaded.
Using default.
Traceback (most recent call last):
  File "eric3.py", line 123, in ?
    main()
  File "eric3.py", line 106, in main
    from UI.UserInterface import UserInterface
  File "C:\apps\PythonQt\Lib\site-packages\eric3\UI\UserInterface.py", line 28,
in ?
    from EmailDialog import EmailDialog
  File "C:\apps\PythonQt\Lib\site-packages\eric3\UI\EmailDialog.py", line 34, in
 ?
    from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
  File "C:\apps\PythonQt\Lib\site-packages\eric3\Refactoring\Refactoring.py", li
ne 17, in ?
    import ThirdParty.brm.bike as bike
  File "C:\apps\PythonQt\Lib\site-packages\eric3\ThirdParty\brm\bike\__init__.py
", line 10, in ?
    from bikefacade import init, NotAPythonModuleOrPackageException, CouldntLoca
teASTNodeFromCoordinatesException, UndoStackEmptyException
  File "C:\apps\PythonQt\Lib\site-packages\eric3\ThirdParty\brm\bike\bikefacade.
py", line 5, in ?
    from bike.parsing.pathutils import getRootDirectory
ImportError: No module named bike.parsing.pathutils




More information about the PyQt mailing list