[SciPy-user] using enthought packages with Python 2.4

Sebastian Haase haase at msg.ucsf.edu
Fri May 26 20:41:25 EDT 2006


PLEASE IGNORE MY LAST QUESTION.
I found the solution.
I just needed to put the images directory from src/lib/enthought/pyface into 
the build/lib.linux-i686-2.4  tree.
I supposed this would have been copied by a setup install.
-Sebastian.


On Friday 26 May 2006 17:31, Sebastian Haase wrote:
> Hi,
> After commenting out kiva and tvtk I could get setup_numpy.py to run
> through all the way.
> But trying out any traits related demo or example gives below error trace
> back:
> ValueError: Rick's installer is broken
>
> With help of strace it looks  like it is maybe looking for
> pyface/images.zip What is this  ?
> I did not run any "setup install" - I just put
> .../enthought/src/lib/enthought/build/lib.linux-i686-2.4  into my
> PYTHONPATH env-variable.
>
>
> Traceback (most recent call last):
>   File "demo.py", line 514, in ?
>     view     = demo_view ) ] )
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/traits/ui/editors.py", line 200, in TreeEditor
>     return toolkit().tree_editor( *args, **traits )
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/traits/ui/wx/toolkit.py", line 494, in tree_editor
>     import tree_editor as te
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/traits/ui/wx/tree_editor.py", line 58, in ?
>     from enthought.pyface.dock.core \
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/dock/core.py", line 23, in ?
>     from dock_window \
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/dock/dock_window.py", line 55, in ?
>     from dock_sizer \
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/dock/dock_sizer.py", line 240, in ?
>     DockImages = DockImages()
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/dock/dock_sizer.py", line 222, in __init__
>     self._close_tab  = self.close_tab.create_image().ConvertToBitmap()
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/image_resource.py", line 98, in create_image
>     image = self._get_image_not_found_image()
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/image_resource.py", line 160, in _get_image_not_found_image
>     image = IMAGE_NOT_FOUND.create_image()
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/image_resource.py", line 98, in create_image
>     image = self._get_image_not_found_image()
>   File
> "/home/haase/myCVS/enthought/src/lib/enthought/build/lib.linux-i686-2.4/ent
>hought/pyface/image_resource.py", line 165, in _get_image_not_found_image
>     raise ValueError("Rick's installer is broken")
> ValueError: Rick's installer is broken
>
> - Thanks, Sebastian.
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list