I was using pip to install pytz (for timezones), which happened to tar up their code using bz2. The python bz2 wasn't installed in q python, so it failed. My workaround was to download the tar.gz from pytz and install it from /sdcard/Downloads/pytz-2014.9.tar.gz .
I was using pip to install pytz (for timezones), which happened to tar up their code using bz2. The python bz2 wasn't installed in q python, so it failed. My workaround was to download the tar.gz from pytz and install it from /sdcard/Downloads/pytz-2014.9.tar.gz .