enzo refuze to run after i compile it

Bug #614879 reported by Razvan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Enso Project
Invalid
Undecided
blackdaemon

Bug Description

I follow the instruction from SConstruct.win32

after i compile the source:
cd c:\1\community-enso
c:\python25\scripts\scons.bat

i run with:
c:\1\community-enso\run.bat

and i get this:

INFO:root:Loading 'C:\Users\Razvan\.ensorc'.
INFO:root:Skipping provider enso.platform.osx.
INFO:root:Skipping provider enso.platform.linux.
INFO:root:Added provider enso.platform.win32.
INFO:root:Obtained interface 'input' from provider 'enso.platform.win32'.
INFO:root:Obtained interface 'cairo' from provider 'enso.platform.win32'.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\AsyncEventThread.cxx L274]: Created invisible window.
INFO:root:Obtained interface 'graphics' from provider 'enso.platform.win32'.
INFO:root:Obtained interface 'selection' from provider 'enso.platform.win32'.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\InputManager.cxx L314]: Installed exit handler.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\HookHandlers.c L186]: In _installKeyboardHook().
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\InputManager.cxx L323]: Installed keyboard/mouse hooks.
INFO:root:Obtained interface 'scripts_folder' from provider 'enso.platform.win32'.
INFO:root:Loaded plugin 'enso.contrib.scriptotron'.
INFO:root:Loaded plugin 'enso.contrib.help'.
INFO:root:Loaded plugin 'enso.contrib.google'.
INFO:root:Loaded plugin 'enso.contrib.evaluate'.
WARNING:root:Error while loading plugin 'enso.contrib.close'.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\InputManager.cxx L384]: A Python exception occurred in an InputManager event handler
.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\InputManager.cxx L393]: Removed keyboard/mouse hooks.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\InputManager.cxx L401]: Removed exit handler.
Traceback (most recent call last):
  File "scripts\run_enso.py", line 20, in <module>
    enso.run()
  File "C:\1\community-enso\enso\__init__.py", line 56, in run
    eventManager.run()
  File "C:\1\community-enso\enso\events.py", line 205, in run
    input.InputManager.run( self )
  File "C:\1\community-enso\enso\platform\win32\input\InputManager.py", line 93, in run
    def run(self): return _InputManager.InputManager_run(self)
  File "C:\1\community-enso\enso\events.py", line 230, in onInit
    func()
  File "C:\1\community-enso\enso\plugins.py", line 93, in _init
    module = __import__( moduleName, {}, {}, [] )
ImportError: No module named close
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\AsyncEventThread.cxx L249]: async event thread: quit signal received.
INFO [Sun Aug 08 04:04:00 2010 src\platform\win32\InputManager\AsyncEventThread.cxx L303]: Closed invisible window.
Press any key to continue . . .

Razvan (razvanab)
description: updated
Revision history for this message
blackdaemon (blackdaemon) wrote :

What branch is this based on?

It's apparent from the log that Enso crashes because it cannot find
the 'enso.contrib.close' plugin in your branch located at c:\1\community-enso\.

To remedy this, either copy the 'close' plugin into enso\contrib subdirectory,
or remove the "enso.contrib.close" from PLUGINS configuration setting
in your 'C:\Users\Razvan\.ensorc' file.

Changed in enso:
assignee: nobody → blackdaemon (blackdaemon)
Revision history for this message
Razvan (razvanab) wrote :

I remove "enso.contrib.close" from .ensorc and it's working.

What exactly the enso.contrib.close plug-in does ?

Thank You !

Revision history for this message
blackdaemon (blackdaemon) wrote :

It provides commands "quit" and "close".

Changed in enso:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.