-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
OS: windows7 x64
Python: 2.7(32bit)
Pyfilesystem: 0.5.5a1
Dokan: 1.0.3 x64
>>> from fs.expose import dokan
>>> from fs.memoryfs import MemoryFS
>>> memfs = MemoryFS()
>>> dokan.mount(memfs, 'Q:\\')
<fs.expose.dokan.MountProcess object at 0x02784350>
>>> dokan.unmount('Q:\\')
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "C:\Python27\lib\site-packages\fs\expose\dokan\__init__.py", line 1107, in _do_mount
mount(fs, path, **opts)
File "C:\Python27\lib\site-packages\fs\expose\dokan\__init__.py", line 1009, in mount
res = libdokan.DokanMain(ctypes.byref(opts), ctypes.byref(opstruct))
WindowsError: exception: access violation reading 0x0000004A
>>>Anything wrong?
Metadata
Metadata
Assignees
Labels
No labels