Joshua Kugler - 2006-03-29

I've been trying to install MicroView (on Linux), and am about ready to give up.  I was able to decipher all the needed modules, even though many were not included in the installation how to, files that weren't found my setup.py, and was able to figure out things like running cmake in the Build directory, even though that's never mentioned either.

But, now that I'm so close, I've hit a wall.  When I run MicroView, I get the splash screen, then python dies and tells me:

File "/usr/lib/python2.4/site-packages/MicroView/_MicroView.py", line 4, in ?
    from libMicroViewPython import *
ImportError: No module named libMicroViewPython

setup.py install was supposed to build and set everything up, right?  Going to the src/ directory and typing cmake gives all kinds of error about not being able to find BuildConfiguration.xml because ${VISUALIZATION_ROOT} isn't defined when it goes to write the xml file.

Any pointers?  I am using the version I got from CVS today (2006-03-29). I'd really like to be able to get this up and running, but it appears the build process is broken.