scottmconway / shopgoodwill-scripts

A collection of scripts for programmatically interacting with Shopgoodwill
GNU General Public License v3.0
51 stars 17 forks source link

ModuleNotFoundError: No module named 'Crypto' #16

Closed RagingRoosevelt closed 2 years ago

RagingRoosevelt commented 2 years ago

Depending on what package is used to install the Crypto module, it may get installed as crypto. Some Crypto modules such as pycrypto are defunct. Suggest specifying pycryptodome in requirements.txt which is actively maintained and addresses the case issue for installed Crypto module.

scottmconway commented 2 years ago

Resolved in #17