Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termios error #6

Closed
AkshayJainG opened this issue Aug 24, 2015 · 3 comments
Closed

termios error #6

AkshayJainG opened this issue Aug 24, 2015 · 3 comments
Assignees

Comments

@AkshayJainG
Copy link

$ python qark.py
Traceback (most recent call last):
File "qark.py", line 24, in
from modules import common,intents,webviews, report, unpackAPK
File "C:\Users\akshay\Desktop\qark-master\qark-master\modules\common.py", line 26, in
from lib.blessed import *
File "C:\Users\akshay\Desktop\qark-master\qark-master\lib\blessed__init__.py", line 12, in
from terminal import Terminal
File "C:\Users\akshay\Desktop\qark-master\qark-master\lib\blessed\terminal.py", line 7, in
import termios
ImportError: No module named termios

@tushardalvi
Copy link
Contributor

Thanks. We are looking into it now. Can you provide us some more details (like the OS you are running this on, whether its a 32/64 bit OS and python version) so we can triage the issue faster.

Cheers,
Tushar

@tushardalvi tushardalvi self-assigned this Aug 24, 2015
@AkshayJainG
Copy link
Author

Windows 7 64 bit version and python 2.7
On Aug 24, 2015 11:23 PM, "tushardalvi" notifications@github.com wrote:

Thanks. We are looking into it now. Can you provide us some more details
(like the OS you are running this on, whether its a 32/64 bit OS and python
version) so we can triage the issue faster.

Cheers,
Tushar


Reply to this email directly or view it on GitHub
#6 (comment).

@SecBro1
Copy link

SecBro1 commented Aug 24, 2015

QARK is not currently designed to support Windows operating systems. We only currently support OSX and Ubuntu Linux (Other versions of Linux may work, but are not supported). We would recommend running one of these in a VM if necessary.

@SecBro1 SecBro1 closed this as completed Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants