Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py

Issue 1376593003: Roll gsutil version to 4.15. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py
diff --git a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py
index d2befe2e39f7fec48c109ede4074929ab198d42e..ed2bd8d4aa36a873972566b877bd2173f035c08a 100644
--- a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py
+++ b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/crc32c.py
@@ -110,7 +110,19 @@ _DETAILED_HELP_TEXT = ("""
https://pypi.python.org/pypi/crcmod/1.7
MSI installers are available for the 32-bit versions of Python 2.6 and 2.7.
+ Make sure to install to a 32-bit Python directory. If you're using 64-bit
+ Python it won't work with 32-bit crcmod, and instead you'll need to install
+ 32-bit Python in order to use crcmod.
+ Note: If you have installed crcmod and gsutil hasn't detected it, it may have
+ been installed to the wrong directory. It should be located at
+ <python_dir>\\files\\Lib\\site-packages\\crcmod\\
+
+ In some cases the installer will incorrectly install to
+ <python_dir>\\Lib\\site-packages\\crcmod\\
+
+ Manually copying the crcmod directory to the correct location should resolve
+ the issue.
""")

Powered by Google App Engine
This is Rietveld 408576698