You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: