Re: [Fink-devel] How to use python modules from inside and outside fink

2009-04-06 Thread Steve Huff
On Apr 5, 2009, at 6:51 AM, Karel Marissens wrote: How do I make it so I can use both the xapian and fuse module? Karel, in addition to the good suggestions you've received so far, i'd add that the best way to get access to a Python module that's not included in Fink is to package it up

Re: [Fink-devel] How to use python modules from inside and outside fink

2009-04-06 Thread Olly Betts
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). You can specify PYTHON=/sw/bin/python2.5 to build xapian-bindings for use with that Python int

Re: [Fink-devel] How to use python modules from inside and outside fink

2009-04-05 Thread Alexander Hansen
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 install

Re: [Fink-devel] How to use python modules from inside and outside fink

2009-04-05 Thread Alexander Hansen
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 insta

[Fink-devel] How to use python modules from inside and outside fink

2009-04-05 Thread Karel Marissens
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/