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

Unified Diff: third_party/gsutil/gslib/addlhelp/crc32c.py

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 years 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
« no previous file with comments | « third_party/gsutil/gslib/addlhelp/command_opts.py ('k') | third_party/gsutil/gslib/addlhelp/metadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/addlhelp/crc32c.py
diff --git a/third_party/gsutil/gslib/addlhelp/crc32c.py b/third_party/gsutil/gslib/addlhelp/crc32c.py
index d2befe2e39f7fec48c109ede4074929ab198d42e..ed2bd8d4aa36a873972566b877bd2173f035c08a 100644
--- a/third_party/gsutil/gslib/addlhelp/crc32c.py
+++ b/third_party/gsutil/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.
""")
« no previous file with comments | « third_party/gsutil/gslib/addlhelp/command_opts.py ('k') | third_party/gsutil/gslib/addlhelp/metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698