google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Wrong python interpreter path in src/gdata/Crypto/Util/RFC1751.py #609

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open 
http://code.google.com/p/gdata-python-client/source/browse/src/gdata/Crypto/Util
/RFC1751.py
2. Look at the first line which contains the interpreter path

What is the expected output? What do you see instead?
Expected path is "/usr/bin/python".
Currently the path is "/usr/local/bin/python".

What version of the product are you using?
gdata 2.0.17

Please provide any additional information below.
We in Debian currently have a patch which changes this line, see 
http://patch-tracker.debian.org/patch/series/view/python-gdata/2.0.16-1/fix_wron
g_interpreter_path.patch.

Original issue reported on code.google.com by Mitya57 on 29 Apr 2012 at 1:11

GoogleCodeExporter commented 9 years ago
The patch is available at http://codereview.appspot.com/6190052/.

Original comment by Mitya57 on 15 May 2012 at 8:03