Re: How to use python modules from inside and outside fink
Alexander Hansen <alexanderk.hansen <at> gmail.com>
2009-04-05 13:44:25 GMT
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
(Continue reading)