[XML-SIG] install question for PyXML-0.7 (original) (raw)
Markus Jais info@mjais.de
Mon, 31 Dec 2001 16:17:55 +0100
- Previous message: [XML-SIG] install question for PyXML-0.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Monday 31 December 2001 16:14, Markus Jais wrote:
On Monday 31 December 2001 14:34, you wrote: > > python setup.py build --without-{xpath,xslt} > > > > but when I go to > > /usr/local/lib/python2.2/site-packages/xmlplus > > and type > > $ ls > > I still see a directory called "xpath" and one called "xslt". > > I'm surprised you see a xpath directory, this is not supposed to > happen. As for xslt; this is a bug in setup.py. Replace the assignment
thanks for your mail. it works now. I changed withxslt = 1 withxpath = 1
nonsense! of cource I changed them to with_xslt = 0 with_xpath = 0
markus
in the setup.py script in line 34 and 35
there was a xpath derictory when I intalled it the first time: $ ls /usr/local/lib/python2.2/site-packages/xmlplus/ outputs: FtCore.py init.py checkversion.py dom ns.py parsers schema utils xslt FtCore.pyc init.pyc checkversion.pyc marshal ns.pyc sax unicode xpath after I had changed the setup.py everything was fine. thanks. markus > withoutxslt = 0 > > with the line > > withxslt = 0 > > > can you tell me, how to exclude xpath and xslt from PyXML so > > I can use those which come with 4Suite ?????? > > Just delete the resulting xpath and xslt directories. > > Regards, > Martin
-- Markus Jais http://www.mjais.de info@mjais.de The road goes ever on and on - Bilbo Baggins
- Previous message: [XML-SIG] install question for PyXML-0.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]