Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created April 17, 2011 15:44
Show Gist options
  • Save shadeslayer/924148 to your computer and use it in GitHub Desktop.
Save shadeslayer/924148 to your computer and use it in GitHub Desktop.
shadeslayer@saphira ~/amazing-horse ±amarok⚡ » python2.7
Python 2.7.1+ (r271:86832, Mar 24 2011, 00:37:39)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from players import amarok
>>> print player.status()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'player' is not defined
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment