Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
  2. Type "help", "copyright", "credits" or "license" for more information.
  3. >>> from mido import *
  4. >>> mido.get_output_names()
  5. Traceback (most recent call last):
  6. File "<stdin>", line 1, in <module>
  7. NameError: name 'mido' is not defined
  8. >>> get_output_names()
  9. Traceback (most recent call last):
  10. File "<stdin>", line 1, in <module>
  11. NameError: name 'get_output_names' is not defined
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement