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 ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
