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 from http://code.google.com/p/macfuse/ and tried to mount the tutorial filesystem found on http://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 -~----------~----~----~----~------~----~------~--~---