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

18.04 No module names 'configobj' #31

Closed
mckellyln opened this issue Apr 21, 2020 · 2 comments
Closed

18.04 No module names 'configobj' #31

mckellyln opened this issue Apr 21, 2020 · 2 comments
Labels
invalid This doesn't seem right

Comments

@mckellyln
Copy link

Hi,
I installed the latest terminator and ran -

sudo python3 ./setup.py install   --record=install-files.txt

then went to start it and -

% terminator
Traceback (most recent call last):
  File "/usr/local/bin/terminator", line 48, in <module>
    import terminatorlib.optionparse
  File "/usr/local/lib/python3.6/dist-packages/terminatorlib/optionparse.py", line 24, in <module>
    from . import config
  File "/usr/local/lib/python3.6/dist-packages/terminatorlib/config.py", line 75, in <module>
    from configobj import ConfigObj, flatten_errors
ModuleNotFoundError: No module named 'configobj'

Anyone have any ideas before I go digging ?
thx,
-m

@mckellyln
Copy link
Author

I'm on Ubuntu 18.04 and latest termintor commit 53118b9

@mckellyln
Copy link
Author

ok, sorry my error not having configobj installed for python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants