1 Apr 2006 01:12
acmelab broken
Hey Martin,
I am trying to get some block diagrams put together that describe how
modules/packages/plugins etc relate to each other. It looked like
Acmelab is the most recent example of an evisage app. Is this correct?
If so, it failed to run with the traceback below. Could you check and
see if there is a simple fix?
thanks,
eric
Traceback (most recent call last):
File "c:\wrk\enthought\src\lib\enthought\traits\trait_notifiers.py",
line 213,
in rebind_call_0
getattr( self.object(), self.name )()
File
"c:\wrk\enthought\src\lib\enthought\envisage\core\core_plugin.py", line 2
92, in _on_application_started
for extension in self.load_extensions(Runnable):
File "c:\wrk\enthought\src\lib\enthought\envisage\core\plugin.py",
line 188, i
n load_extensions
return self.application.load_extensions(extension_point_id)
File
"c:\wrk\enthought\src\lib\enthought\envisage\core\application.py", line 4
13, in load_extensions
self.plugin_activator.start_plugin(extension._definition_.id)
File
"c:\wrk\enthought\src\lib\enthought\envisage\core\plugin_activator.py", l
(Continue reading)
The patch seems to work although I get a strange warning:
missing header for unified diff at line 14 of patch
patching file graphics_context.i
Hunk #1 succeeded at 281 with fuzz 2.
If run diff for comparing the original and the patched
graphics_context.i all I get is:
279c279
< if self.thisown2: destroy(self)
---
> if self.thisown: destroy(self)
Probably something is missing because when I run the command:
from enthought.chaco.wx import plt
I get new large error message ending with:
/home/victor/enthought/src/lib/enthought/kiva/__init__.py in
_backend_passthrough()
74 _backend = name
75 return
---> 76 raise RuntimeError, "no usable backend found"
77
78 def backend():
RuntimeError: no usable backend found
En/na Pearu Peterson ha escrit:
>
>
> On 3/30/06, *Víctor Martínez-Moll* <
RSS Feed