[XML-SIG] problem installing PyXML-0.7.1 and PyXML-0.8.1
Martin v. Löwis
martin@v.loewis.de
22 Jan 2003 17:34:10 +0100
LDC - Pablo Endres Lozada <epablo@ldc.usb.ve> writes:
> I really don't know how to know if it's supported, let me investigate on
> it and I'll tell you. Is that a compile option??
It should be activated automatically if available.
>
> >>> imp.get_suffixes()
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> NameError: name 'imp' is not defined
Of course, you will have to perform
import imp
before.
Regards,
Martin