[XML-SIG] install question for PyXML-0.7

Markus Jais info@mjais.de
Mon, 31 Dec 2001 16:14:45 +0100


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
with_xslt = 1
with_xpath = 1
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



>
>         without_xslt = 0
>
> with the line
>
>         with_xslt = 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