-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KEY ERROR ? #5
Comments
is the KeyError output the second unencoded character of your input?
Anybody else experiencing this? Could this be part of my configuration? Is there a missing dependency I am overlooking? Could a later version of python fix it? Any tips at all? |
I will look for it when I free. Not a soon. (I look forward to contribution. It would be very pleasure) |
I got it to work by updating the system I am using it on. Was trying on Windows 5.x with Python 3.4.x and could not upgrade to Python 3.7 because Windows 5... On Windows "7" (6.x) with Python 3.7 I am able to encode and decode bytes. Now am looking for how to save encoded text in files.
then the use for base65536.encrypt() should be
This is to switch encoding between string and bytes.
have not got it to work with int as int because int has no len(). also have not tried with files yet. but int works the same as other strings if you just use str(x) on the int, and a handler could be built in. I may work an int/str handler later into the simple function above. |
What am I doing wrong ?
Does this module support numbers (str) ?
The text was updated successfully, but these errors were encountered: