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
User has to read the traceback to figure what's missing
$ ./scimitar.py
Traceback (most recent call last):
File "./scimitar.py", line 21, in <module>
from sessions import modes, offline_session, debug_session
File "C:\Users\Parsa\Documents\scimitar\scimitar\sessions\__init__.py", line 12, in <module>
import modes, offline_session, debug_session
File "C:\Users\Parsa\Documents\scimitar\scimitar\sessions\offline_session.py", line 14, in <module>
import pexpect
ImportError: No module named pexpect
Proposed Solution
Warn the user if dependencies (pexpect, prompt_toolkit, etc) are not installed.
Create wheel/egg
The text was updated successfully, but these errors were encountered:
Problem
User has to read the traceback to figure what's missing
Proposed Solution
The text was updated successfully, but these errors were encountered: