Hi,

I'm very excited to start writing a FUSE filesystem in Python.  I'm
trying to install the Python bindings on Leopard using the
instructions at http://blog.macos.fr/post/2007/01/18/GMailFS-for-Mac-OS-X.

I'm able to install everything, but then when I try to use the module
in Python I get the following error:

Black:example David$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 21:08:09)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import fuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  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

I don't know what to try next.  Can someone please suggest a course of
action?

Thanks,
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to