[IronPython] from xml import xpath

Dino Viehland dinov at exchange.microsoft.com
Wed May 17 20:11:47 CEST 2006


This doesn't work for my in CPython 2.4 either, so I think the docs are wrong:

>>> from xml import xpath
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: cannot import name xpath
>>> import sys
>>> sys.version
'2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]'
>>>

Do you want to help develop Dynamic languages on CLR?<http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038> (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)
________________________________
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Greg Lee
Sent: Tuesday, May 16, 2006 3:17 PM
To: users at lists.ironpython.com
Subject: [IronPython] from xml import xpath


I'm porting an application that uses PyXML.  The following from the PyXml documentation http://pyxml.sourceforge.net/topics/howto/section-XPath.html doesn't work:

from xml import xpath
Traceback (most recent call last):
  File , line 0, in input##113
ImportError: cannot import xpath from xml

Any suggestions?  I messed around with adding site-packages to IRONPYTHONPATH but other BadThings happened.

Here's the installation:

Microsoft Windows XP [Version 5.1.2600]
IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42

python 2.4.2
pyxml 0.8.4
pywin32 205
py2exe 0.6.3

IRONPYTHONPATH = c:\python24\lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060517/b4a635e4/attachment.html>


More information about the Ironpython-users mailing list