[Tutor] sys.path.append issues with cgi

Gabriel Farrell gsf at panix.com
Fri Apr 15 00:48:03 CEST 2005


Sorry, addendum to that post.  The line 

from ElementTree import Element, SubElement, tostring

should read 

from elementtree.ElementTree import Element, SubElement, tostring

but that still doesn't work.


gabe


More information about the Tutor mailing list