Karel Marissens wrote: > Hi, > > I'm currently working on a Fuse filesystem, written in python. I'd > like to try the current version (working on linux) on OS X. Therefore > I need the following: > - Python > - (Mac)Fuse > - Fuse python bindings > - Xapian > - Xapian python bindings > > I installed Fuse and its python bindings (fuse-py25/26) using Fink. I > also used Fink to install Xapian-core. > As the Xapian python bindings aren't available through Fink, I > downloaded the source from the Xapian website (xapian.org) and > installed them as described in its documentation. > > When I run the default python interpreter (/usr/bin/python), I can use > the xapian module, but not the fuse module. > When I run the Fink python interpreter (/sw/bin/python2.5), I can use > the fuse module, but not the xapian module. > > How do I make it so I can use both the xapian and fuse module? > > Thanks in advance, > > Karel > > You'd need _not_ to follow the xapian instructions exactly, but instead make sure that Fink's /sw/bin/python2.5 is used. Our python modules typically do this via:
/sw/bin/python2.5 setup.py build /sw/bin/python2.5 setup.py install -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel