G'day,

Ok, so the latest version of Envisage (as of this morning ;^) requires the
following:-

enthought.envisage_3.0
enthought.traits_3.0
enthought.etsconfig_2.1
enthought.util_3.0

Cool, thanks,  I installed them and tried running the MOTD example in
enthought.envisage_3.0/examples/MOTD/dist by running 'python run.py',
and it fails on an error looking for a module named configobj.  I
guess had I been running a real easy_install it would have picked up
the dependency on ConfigObj.  I didn't have it installed before this.
Once I did 'easy_install ConfigObj', and in case anyone else is
interested, here's what I had to do to get the MOTD example to work:
(but there's probably an easier way)

Oops - yep I forgot about ConfigObj... its an excellent 3rd-party package for reading and writing '.ini'-style files...

cd enthought.envisage_3.0/examples/MOTD/src/acme.motd
python setup.py bdist_egg
cp dist/acme.motd-0.1a1-py2.5.egg ../../dist/eggs/
cd ../acme.motd.software_quotes/
python setup.py bdist_egg
cp dist/acme.motd.software_quotes-0.1a1-py2.5.egg ../../dist/eggs/
cd ../../dist
python run.py

Thanks for posting this... I think there are also some instructions in the docs folder (in reST format...)...

Martin

Reply via email to