[Haizea] Problem Running sample_trace.conf

Borja Sotomayor borja at borjanet.com
Tue Dec 9 07:06:40 CST 2008


Hi Junaid,

> I am new to haizea and want to play with it. I have installed python 2.5 
> and the appropriate mxDateTime with it. But when I try to run the 
> sample_conf.trace to test my haizea installation, it gives me errors given 
> below. Just to mention, I am doing everything as root user...
> 
> Would any of you have any idea about the source of this and any 
> suggestions to correct it...

Where did you install mx? If you installed it in Python's site-packages 
directory (typically /usr/lib/python2.5/site-packages; this is where 
package managers will typically install it), you should be able to use 
it just by importing the "mx" package (you may want to double-check that 
"mx" is actually in the site-packages directory).

If you manually installed it in your home directory, or in an alternate 
location, you will need to set your PYTHONPATH environment variable to 
point to that location. For example:

	export PYTHONPATH=/home/johndoe/lib/python

Please let us know if this helps, of if you're still having trouble 
getting started.

Cheers!
-- 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Borja Sotomayor, University of Chicago
  Ph.D. Candidate, Department of Computer Science
  Ryerson 257-C, 1100 East 58th Street, Chicago, IL
  http://people.cs.uchicago.edu/~borja/
Haizea: http://haizea.cs.uchicago.edu/
·····························································
          "Dis maschine vill run und run!"
                -- Kurt Gödel (on the Turing Machine)
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


More information about the Haizea mailing list