Karel Marissens wrote: > Well the instructions aren't really like that as it's one installer > (configure, make, make install) for all bindings (although you can > tell it to only install certain ones). > However, I changed all symbolic links for python in /usr/bin to > /sw/bin and ran the installation again. This fixed my problem! Another way to do that is to use fink's "python" package, which puts a "python" executable at the head of the PATH. There are separate versions of that for each version of python. > > Now if only my own python code would work... but the hello.py (fuse) > example script works so I can start debugging! > > Thanks for the help, > > Karel > > On 05 Apr 2009, at 14:25, Alexander Hansen wrote: > >> 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 >> >
-- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel