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

cmd option should not require PyQT dependency #383

Open
orsenthil opened this issue Jul 25, 2015 · 0 comments
Open

cmd option should not require PyQT dependency #383

orsenthil opened this issue Jul 25, 2015 · 0 comments

Comments

@orsenthil
Copy link

$ turpial -i cmd
Could not initialize QT interface.
No module named PyQt4.QtGui
Traceback (most recent call last):
  File "/Users/skumaran/.pyenv/versions/trials/bin/turpial", line 8, in <module>
    load_entry_point('turpial==3.0', 'console_scripts', 'turpial')()
  File "/Users/skumaran/.pyenv/versions/trials/lib/python2.6/site-packages/turpial-3.0-py2.6.egg/turpial/main.py", line 106, in main
    t = Turpial()
  File "/Users/skumaran/.pyenv/versions/trials/lib/python2.6/site-packages/turpial-3.0-py2.6.egg/turpial/main.py", line 66, in __init__
    self.ui = util.INTERFACES[options.interface](debug=options.debug)
TypeError: __init__() got an unexpected keyword argument 'debug'
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

1 participant