make-deb icon indicating copy to clipboard operation
make-deb copied to clipboard

Python3 compatiblity fixes

Open elonen opened this issue 10 years ago • 3 comments

Here are the changes I needed to make to run this in a Python3 venv. Feel free to reject if you want to stay Python 2.

elonen avatar Aug 18 '15 21:08 elonen

Note: this simply makes make-deb run on Python3, not package Py3 project properly.

elonen avatar Aug 18 '15 21:08 elonen

This commit breaks Python 2 compatibility. Python 2 defines the input() function to eval what the user inputs; whereas raw_input just returns the string.

systemizer avatar Sep 02 '15 20:09 systemizer

Looks like a lot of these changes have been done already. This can be closed I think.

msabramo avatar Oct 31 '16 17:10 msabramo