Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Last login: Sun Sep 11 13:46:37 on ttys000
  2. Jason-Walters-MacBook:~ jwalter$ ipython
  3. Leopard libedit detected.
  4. WARNING: Configuration file ipythonrc not found. Ignoring request.
  5. ------------------------------------------------------------
  6. Traceback (most recent call last):
  7. File "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/ConfigLoader.py", line 66, in load
  8. fname = filefind(fname,incpath)
  9. File "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/genutils.py", line 554, in filefind
  10. ' not found in current or supplied directories:' + `alt_dirs`
  11. IOError: File'ipythonrc' not found in current or supplied directories:u'/Users/jwalter/.ipython'
  12.  
  13. WARNING: Problems loading configuration file 'ipythonrc'
  14. Starting with default -bare bones- configuration.
  15. Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
  16. Type "copyright", "credits" or "license" for more information.
  17.  
  18. IPython 0.10.2 -- An enhanced Interactive Python.
  19. ? -> Introduction and overview of IPython's features.
  20. %quickref -> Quick reference.
  21. help -> Python's own help system.
  22. object? -> Details about 'object'. ?object also works, ?? prints more.
  23.  
  24. In [1]: import SimpleCV
  25.  
  26. In [2]: cam=Camera()
  27. ---------------------------------------------------------------------------
  28. NameError Traceback (most recent call last)
  29.  
  30. /Users/jwalter/<ipython console> in <module>()
  31.  
  32. NameError: name 'Camera' is not defined
  33.  
  34. In [3]:
Add Comment
Please, Sign In to add comment