OS: windows7 x64
Python: 2.7(32bit)
Pyfilesystem: 0.5.5a1
Dokan: 1.0.3 x64
>>>fromfs.exposeimportdokan>>>fromfs.memoryfsimportMemoryFS>>>memfs=MemoryFS()
>>>dokan.mount(memfs, 'Q:\\')
<fs.expose.dokan.MountProcessobjectat0x02784350>>>>dokan.unmount('Q:\\')
Traceback (mostrecentcalllast):
File"<string>", line3, in<module>File"C:\Python27\lib\site-packages\fs\expose\dokan\__init__.py", line1107, in_do_mountmount(fs, path, **opts)
File"C:\Python27\lib\site-packages\fs\expose\dokan\__init__.py", line1009, inmountres=libdokan.DokanMain(ctypes.byref(opts), ctypes.byref(opstruct))
WindowsError: exception: accessviolationreading0x0000004A>>>Anything wrong?
OS: windows7 x64
Python: 2.7(32bit)
Pyfilesystem: 0.5.5a1
Dokan: 1.0.3 x64
Anything wrong?