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

ImportError: No module named googledocsfs #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I did install the packages and tried:

shevel@shevel-VirtualBox:~$ gmount google-docs  shevel.andrey@gmail.com
Traceback (most recent call last):
  File "/usr/local/bin/gmount.py", line 5, in <module>
    from googledocsfs import gFile 
ImportError: No module named googledocsfs

Installed
=============
ii  python2.6                              2.6.7-4ubuntu1                       
      An interactive high-level object-oriented language (version 2.6)
ii  python2.6-minimal                      2.6.7-4ubuntu1                       
      A minimal subset of the Python language (version 2.6)
ii  python2.7                              2.7.2-5ubuntu1                       
      An interactive high-level object-oriented language (version 2.7)
ii  python2.7-minimal                      2.7.2-5ubuntu1                       
      A minimal subset of the Python language (version 2.7)

ii  python-fuse                            2:0.2.1-5                            
      Python bindings for FUSE (Filesystems in USErland)

ii  python-gdata                           2.0.14-1                             
      Python bindings to gdata libraries. Package for all architectures.

ii  google-docs-fs                         1.0rc1-1                             
      Mount Google Docs as a file system
=====================

Also

shevel@shevel-VirtualBox:~$ cat /etc/issue
Ubuntu 11.10 \n \l
shevel@shevel-VirtualBox:~$ uname -a
Linux shevel-VirtualBox 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:49:42 UTC 
2012 i686 i686 i386 GNU/Linux

I did not find the module "googledocsfs" by hand either.

Any advice appreciated.

Thanks in advance.

Andrey

1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by shevel.a...@gmail.com on 13 Mar 2012 at 4:33