Plasmatree / PID-Analyzer

Other
370 stars 101 forks source link

raw_input() is input() in Python 3 #20

Closed lostcontrol closed 6 years ago

lostcontrol commented 6 years ago

Also fixed a small typo.

lostcontrol commented 6 years ago

Tested with Ubuntu 18.04, works great, thanks.

Plasmatree commented 6 years ago

Sure, but input() does not work on 2.7.

raw_input() does not work at all on 3.x? Thought there was some downwards compatibility...

lostcontrol commented 6 years ago

Looking at the installation instructions, I thought you went for Python 3 only. No, raw_input doesn't work in Python 3. I can change it to make it work on both Python 2 and 3 if you prefer.

lostcontrol commented 6 years ago

Should now work on both Python 2 and 3.

Plasmatree commented 6 years ago

Six seems to be fine. I will add it after testing.