adein / hangouts_to_sms

Google Hangouts SMS/MMS to XML converter
MIT License
31 stars 11 forks source link

ImportError: No module named argparse #14

Closed GamerKingFaiz closed 6 years ago

GamerKingFaiz commented 6 years ago

I'm getting a separate error after making the changes in #8.

OUTPUT:
Traceback (most recent call last): File "C:\hangouts_to_sms-develop\hangouts_to_sms.py", line 1, in from hangouts_parser import HangoutsParser File "C:\Users\Faiz-ur.Rahman\Downloads\hangouts_to_sms-develop\hangouts_parser.py", line 2, in from argparse import Namespace ImportError: No module named argparse

Excuse my ignorance if this is just a simple Python mistake...

GamerKingFaiz commented 6 years ago

Uninstalling Python 3.0 and installing the latest version (Python 3.6.5) seemed to have gotten me past this error.