Re: [Cooker] Python 2.0 - xml.sax no building...

2001-04-08 Thread Frederic Lepied

Robin Cook [EMAIL PROTECTED] writes:

 I am having a problem with Python 2.0-6mdk.   
 
 I have several python programs that use xml and they are not running
 currently 
 giving me an error of no xml.sax module.
 
 I recompiled the rpms from the srpm and then tried the test file.
 
 /usr/lib/python2.0/test/test_sax.py
 
 I get the following error...
 
 Traceback (most recent call last):
File "test_sax.py", line 5, in ?
  frpm xml.sax import make_parser, ContentHandler, \
 ImportError: No module named xml.sax
 

fixed in 8mdk
-- 
Fred - May the source be with you




[Cooker] Python 2.0 - xml.sax no building...

2001-04-07 Thread Robin Cook

I am having a problem with Python 2.0-6mdk.   

I have several python programs that use xml and they are not running
currently 
giving me an error of no xml.sax module.

I recompiled the rpms from the srpm and then tried the test file.

/usr/lib/python2.0/test/test_sax.py

I get the following error...

Traceback (most recent call last):
   File "test_sax.py", line 5, in ?
 frpm xml.sax import make_parser, ContentHandler, \
ImportError: No module named xml.sax

Robin Cook