-
Notifications
You must be signed in to change notification settings - Fork 188
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
Import Error 'Color' #708
Comments
If you add a
Then if you start i3pystatus again, the full traceback should show up in that log. |
This looks like a missing python library please try the following and restart i3pystatus
|
Yeah, the temp module does import from |
Whoops! Forgot to mention i have Color v0.1 already installed, along with colorama and colour_science. I tried the loggig way, but I dont see the logfile any where. even after i3-msg restart |
so, my mistake. colour is actually spelt different
notice the "u" if that still fails please post the output of also regarding logging, im unsure if it is actually a problem but my status object is initialized like
|
actionlib==1.11.13 Can't get the logging to work. Btw, I tried it with a comma
|
interesting... whats the output of:
|
also, try changing
in
|
I got
I got nothing with
This shouldn't work because |
That makes sense, its the required package
thats an excellent point... i keep forgetting ubuntu are still in the dark ages
That appears to be an issue - although logging to a file works for me, i use absolute paths however |
Logging works fine. I was expecting real-time logging. Sorry. 😭 @eraserpencil See if your |
@lasers import os
status = Status(logfile=os.path.expanduser('~/i3pystatus.log')) However, once you get logging enabled, you won't necessarily see logging output, unless the module developer is actively using logging, and the This hasn't had any activity in almost 18 months. Are you still having trouble @eraserpencil @lasers? |
@terminalmage I vaguely remember getting this to work with |
I am trying out i3pystatus, but when configuring the status bar, I encounter the error "ImportError(cannot import name 'Color')
I am currently on Ubuntu 16.04, 4.15.0-43-generic. Python version 3.5.2, i3pystatus version 3.35.
My i3 config file:
My i3pystatus config file:
The text was updated successfully, but these errors were encountered: