qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Missing readline in qpython3 #188

Open haxwithaxe opened 6 years ago

haxwithaxe commented 6 years ago

Importing readline fails with a ModuleNotFoundError exception under while using python 3. This breaks pip_console. Ser attached screenshots. screenshot_20180408-101638 screenshot_20180408-101721

I have had the Qpython3 app installed previously but I uninstalled it and removed the entire qpython directory prior to installing Qpython and the python 3 pluggin.

Qpython v2.2.3-1 Phone

agoose77 commented 6 years ago

+1 (Galaxy S8)

HsuTzuJen commented 6 years ago

+1(Galaxy S8 plus)

Pooky-s commented 6 years ago

Same on OnePlus 5 Android 8.1.0 Oreo

okw95 commented 6 years ago

Same here Android 8.1 on Asus Zenfone Max Pro M1

shane-tw commented 5 years ago

To fix this I just removed the readline dependency from pip_console.py.

Works for me anyway.