Activity log for bug #614879

Date Who What changed Old value New value Message
2010-08-08 01:05:33 Razvan bug added bug
2010-08-08 01:07:20 Razvan description I follow the instruction from SConstruct.win32 after i compile the source: cd c:\community-enso c:\python25\scripts\scons.bat i run with: c:\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 . . . 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 . . .
2010-08-08 21:28:32 blackdaemon enso: assignee blackdaemon (blackdaemon)
2010-08-08 23:04:39 blackdaemon enso: status New Invalid