Skip to content

Instantly share code, notes, and snippets.

@dltj
Created December 20, 2010 15:40
Show Gist options
  • Save dltj/748527 to your computer and use it in GitHub Desktop.
Save dltj/748527 to your computer and use it in GitHub Desktop.
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