[XML-SIG] 4Suite problems

Uche Ogbuji uche.ogbuji@fourthought.com
Fri, 13 Dec 2002 15:41:25 -0700


> On Fri, Dec 13, 2002 at 01:37:58PM -0700, Uche Ogbuji wrote:
> > > Okay, good to know :)
> > > > > I forgot to mention that I am using 4Suite 0.11.1
> > > > You mean 0.12.0, right?
> > > I am running Gentoo and have installed 4Suite using ebuild script they
> > > have in Portage which claims to be 0.11.1..
> > Wow.  That packaging is very confused.  Everything you're doing here pertains 
> > strictly to 0.12.0.
> 
> Is there a way to check directly in the installed files which version it
> is?..

Yes.  You could use the command line tool:

$ 4xslt -V
4XSLT, from 4Suite 0.12.0b1

Or you could find the library dir and look for Xml/__packageInfo__.py

$ grep "version " /usr/lib/python2.2/site-packages/Ft/Xml/__packageInfo__.py
version = '0.12.0b1'

However, I think this is different in 0.11.1, where it's in a file called 
__version__.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Tour of 4Suite - http://www.xml.com/pub/a/2002/10/16/py-xml.html
Proper XML Output in Python - http://www.xml.com/pub/a/2002/11/13/py-xml.html
RSS for Python - http://www-106.ibm.com/developerworks/webservices/library/ws-p
yth11.html
Debug XSLT on the fly - http://www-106.ibm.com/developerworks/xml/library/x-deb
ugxs.html