Created
December 20, 2010 15:40
-
-
Save dltj/748527 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sonata plugins # eselect python list | |
Available Python interpreters: | |
[1] python2.4 | |
[2] python2.5 | |
[3] python2.6 | |
[4] python3.1 * | |
sonata plugins # eselect python set 3 | |
sonata plugins # /usr/sbin/glcu | |
Traceback (most recent call last): | |
File "/usr/sbin/glcu", line 16, in <module> | |
import output | |
ImportError: No module named output | |
sonata plugins # eselect python set 2 | |
sonata plugins # /usr/sbin/glcu | |
Traceback (most recent call last): | |
File "/usr/sbin/glcu", line 16, in <module> | |
import output | |
ImportError: No module named output | |
sonata plugins # eselect python set 1 | |
sonata plugins # /usr/sbin/glcu | |
Traceback (most recent call last): | |
File "/usr/sbin/glcu", line 16, in ? | |
import output | |
ImportError: No module named output | |
sonata plugins # eselect python set 4 | |
sonata plugins # /usr/sbin/glcu | |
File "/usr/sbin/glcu", line 32 | |
print '\n!!! ERROR: ' + errMsg | |
^ | |
SyntaxError: invalid syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment