[XML-SIG] [ pyxml-Bugs-464796 ] can't import xpath, windows python 2.1

noreply@sourceforge.net noreply@sourceforge.net
Tue, 25 Sep 2001 06:31:06 -0700


Bugs item #464796, was opened at 2001-09-25 06:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=464796&group_id=6473

Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't import xpath, windows python 2.1

Initial Comment:

I installed 4Suite-0_11_1_win32-py2_1.exe, and (presumably since there's no __init__.py in the 
_xmlplus directory), I can't import xml.xpath.  Not being sure what tricky stuff the package does 
with the import mechanism, I'm stuck.

>>> import _xmlplus
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named _xmlplus
>>> import xml.xpath
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named xpath
>>>


John


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=464796&group_id=6473