We have this problem with every new release of MacFuse. All you have to do is rebuild the python-fuse bindings so they can link properly against MacFuse. That is, just run <code>python setup.py install</ code> from the python-fuse directory again, and it will rebuild the installation.
On May 18, 6:01 am, Stephan Müller <[EMAIL PROTECTED]> wrote: > Hi all, > > I need to build a FS to access files stored in a sqlite db. To do so, > I would like to use a easy script language, like Python. (The rest of > my app is written in PHP, but since there doesn't seem to exist a > port…) > > I have installed the current version 1.5.1 of macfuse > fromhttp://code.google.com/p/macfuse/and tried to mount the tutorial > filesystem found > onhttp://fuse.sourceforge.net/wiki/index.php/FUSE%20Python%20tutorial, > but when I try to mount it, I get > > Traceback (most recent call last): > File "./foofs.py", line 3, in <module> > from fuse import Fuse > File "/Library/Python/2.5/site-packages/fuse.py", line 26, in > <module> > from fuseparts._fuse import main, FuseGetContext, FuseInvalidate > ImportError: dlopen(/Library/Python/2.5/site-packages/fuseparts/ > _fusemodule.so, 2): Symbol not found: _iconv > Referenced from: /usr/local/lib/libfuse.0.dylib > Expected in: flat namespace > > Can anyone give me a hand getting started creating macfuse filesystems > with Python? > > Thanks, > Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---