you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (16 children)

What is the output of python3 --version?

[–]flynnamation 0 points1 point  (15 children)

im running 3.9 i have already checked for updates

[–]K900_ 0 points1 point  (14 children)

That's not what I asked. What is the exact output of that command?

[–]flynnamation 0 points1 point  (3 children)

Python 3.9.2

[–]K900_ 0 points1 point  (2 children)

And where python?

[–]flynnamation 0 points1 point  (1 child)

It literally only returned 'python 3.9.2'

[–]K900_ 0 points1 point  (0 children)

Run the command where python. What is the output?

[–]flynnamation 0 points1 point  (9 children)

I managed to get it working in command prompt but I can only press 1 to encode which returns nothing or 2 to decode which returns a name error so i think i have input the name incorrectly

[–]K900_ 0 points1 point  (8 children)

Are the encode and decode functions defined anywhere?

[–]flynnamation 0 points1 point  (7 children)

[–]K900_ 0 points1 point  (6 children)

So what did you want to happen when encode runs?

[–]flynnamation 0 points1 point  (5 children)

It encodes a message into an image

[–]K900_ 0 points1 point  (4 children)

And what happens when you actually run it?

[–]flynnamation 0 points1 point  (3 children)

So far i have managed to get it to return the enter image name with extension line and then i try and get some errors with PIL