[Haizea] Haizea on CentOS 5

Borja Sotomayor borja at cs.uchicago.edu
Tue Sep 15 05:06:56 CDT 2009


Hi,

> We're getting closer... Your solution below solved the ElementTree issue.

Cool. The other issue looks simple to solve. Just replace this:

>   File "/opt/haizea/lib/python/haizea/common/utils.py", line 110, in 
> import_class
>     module = __import__(package_name, fromlist=[class_name])

with this:

     module = __import__(package_name, globals(), locals(), [class_name])

(that statement should work in both Python 2.4 and above)

If you keep running into problems, please send me a message off-list. I 
may be able to allocate some time today or tomorrow to make the code 
Python 2.4-friendly (and that will probably be more efficient than going 
back and forth via the mailing list with every 2.4 incompatibility you 
uncover)

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