ImageEncryptor
ImageEncryptor copied to clipboard
Pip Install Fails due to difference in name
Pip installing this will fail because setup.py uses ImageEncrypter but the folder name is ImageEncryptor
Sample error message received:
Complete output from command python setup.py egg_info:
running egg_info
creating ImageEncrypter.egg-info
writing ImageEncrypter.egg-info/PKG-INFO
writing top-level names to ImageEncrypter.egg-info/top_level.txt
writing dependency_links to ImageEncrypter.egg-info/dependency_links.txt
writing manifest file 'ImageEncrypter.egg-info/SOURCES.txt'
error: package directory 'ImageEncrypter' does not exist
You should only change in setup.py 'ImageEncrypter' for 'ImageEncryptor'.
Then run it with: python ImageEncryptor key1 key2 [-e <rawfile>] [-d <encryptedfile>]