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

Fails to run from virtualenv #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a virtualenv
2. Install the gdata and fuse-python to the virtualenv (all requirements)
3. Install google-docs-fs to virtualenv
4. Run gmount

What is the expected output? What do you see instead?
gmount should succeed, instead it fails with an error.

What version of the product are you using? On what operating system?
Latest from mercurial repo as of now.

Please provide any additional information below.
I get the below error:

readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
/Users/hdara/bin/python/bin/gmount: line 7: /gmount.py: No such file or 
directory

Original issue reported on code.google.com by harid...@gmail.com on 3 Aug 2011 at 6:37

GoogleCodeExporter commented 9 years ago
It seems either a Mac only issue as it ran fine from virtualenv on Linux. I 
will try to install in a standard location on Mac and see if it specific to 
virtualenv or not.

Original comment by harid...@gmail.com on 3 Aug 2011 at 5:59