Hi all,

could someone who packages sync-engine for something other than Gentoo
please apply this one-line patch
to /usr/lib/python2.5/site-packages/SyncEngine/config.py (or where
appropriate):

after each of these lines:
> >     self.sepath = str(xml2util).split()[3][1:-2]
> >     self.sepath = os.path.dirname(self.sepath)      
> >     self.sepath = os.path.dirname(self.sepath)      

please add the line:
> >       print "self.sepath = %s" % self.sepath

and then run sync-engine and check the output against this:
> > self.sepath = /usr/lib/python2.5/site-packages/SyncEngine/xml2util.py
> > self.sepath = /usr/lib/python2.5/site-packages/SyncEngine
> > self.sepath = /usr/lib/python2.5/site-packages

My intention is to see if this is a Gentoo packaging thing I'm doing
wrong, or general python install behaviour.

Any tips to how python packages are installed would also be welcome :)

thanks,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Only someone with nothing to be sorry for smiles back at the rear of an
elephant.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to