Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

error when using gmount command #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed google-docs-fs_1.0~ubuntu1_all.deb and 
python-gdata_2.0.14-1_all.deb
2. entered "gmount directory email@gmail.com"
3.

What is the expected output? What do you see instead?
error message received:
Traceback (most recent call last):
  File "/usr/share/google-docs-fs/gmount.py", line 5, in <module>
    from googledocsfs import gFile 
  File "/usr/share/google-docs-fs/googledocsfs/gFile.py", line 31, in <module>
    import gNet
  File "/usr/share/google-docs-fs/googledocsfs/gNet.py", line 22, in <module>
    import gdata.docs.service
ImportError: No module named gdata.docs.service

What version of the product are you using? On what operating system?
kernel: linux 2.6.38-8-generic (i686)
Distro: linux mint 11 katya

Please provide any additional information below.

Original issue reported on code.google.com by oldma...@gmail.com on 2 Dec 2011 at 6:37

GoogleCodeExporter commented 9 years ago
worked for me with the following syntax:

gmount email@gmail.com password directory

still waiting for fix of the empty shared directories bug though..

Original comment by milen.ti...@gmail.com on 12 Mar 2012 at 11:40