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...
I'm getting a separate error after making the changes in #8.
OUTPUT: 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
Traceback (most recent call last): File "C:\hangouts_to_sms-develop\hangouts_to_sms.py", line 1, in
Excuse my ignorance if this is just a simple Python mistake...