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

__init__.py is missing #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install or build google-docs-fs
2. Run gmount

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

Instead of running gmount fails with

$ gmount
Traceback (most recent call last):
  File "/usr/bin/gmount.py", line 5, in <module>
    from googledocsfs import gFile
ImportError: No module named googledocsfs

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

r110 of googledocsfs and python2.6

Please provide any additional information below.

Creating empty __init__.py in /usr/lib64/python2.6/site-
packages/googledocsfs fixed the problem

Original issue reported on code.google.com by JazzV...@gmail.com on 3 Mar 2010 at 4:03

GoogleCodeExporter commented 9 years ago
Cheers for this. I'd forgotten to add __init__.py to SVN control. Revision 111 
has
resolved this.

Original comment by d38dm8nw81k1ng@gmail.com on 6 Mar 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Problem not solved as here is the directory output:

root@halifax:/usr/local/lib/python2.6/dist-packages/googledocsfs# ls
gFile.py  gFile.pyc  gNet.py  gNet.pyc  __init__.py  __init__.pyc

Original comment by christia...@gmail.com on 17 Sep 2011 at 10:10