Hello How is it possible to run import pyexpat in zope 2.6 with a win distribution. The modul is in "lib\python\Shared\DC\xml\pyexpat" but it's not working. Mit freundlichen GrĂ¼ssen Roger Ineichen ___________________________ Projekt01 GmbH www.projekt01.ch Langackerstrasse 8 6330 Cham phone +41 (0)41 781 01 78 mobile +41 (0)79 340 52 32 fax +41 (0)41 781 00 78 email r.ineichen@projekt01.ch ___________________________ END OF MESSAGE
Hello Dieter Do you know a version of pyexpat for win2000 how is working? Or a version of python with a working pyexpat function? I try to run ParsedXML. Has anybody experience with ParsedXML? Whats the best way for to present a xml document in python in a dom-object? No, XSL or Schema needed, just present a xml file for to traverse like a dom object. Mit freundlichen GrĂ¼ssen Roger Ineichen ___________________________ END OF MESSAGE
Projekt01, Roger Ineichen writes:
How is it possible to run import pyexpat in zope 2.6 with a win > distribution. > The modul is in "lib\python\Shared\DC\xml\pyexpat" but it's not working. from Shared.DC.xml import pyexpat
Dieter
Projekt01, Roger Ineichen writes:
Do you know a version of pyexpat for win2000 how is working? I know only very few things about Win/*. Very often when I have to work with one of these beasts I get badly surprised....
Or a version of python with a working pyexpat function? Go to "http://www.python.org". Search for "PyXML". There are binaries for Windows.
Dieter
participants (2)
-
Dieter Maurer -
Projekt01, Roger Ineichen