Skip to content

Instantly share code, notes, and snippets.

@kscottz
Created August 18, 2011 21:35
Show Gist options
  • Select an option

  • Save kscottz/1155298 to your computer and use it in GitHub Desktop.

Select an option

Save kscottz/1155298 to your computer and use it in GitHub Desktop.
Katherine-Scotts-MacBook-Air:orange katherinescott$ ipython
WARNING: Configuration file ipythonrc not found. Ignoring request.
------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/ConfigLoader.py", line 66, in load
fname = filefind(fname,incpath)
File "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/genutils.py", line 554, in filefind
' not found in current or supplied directories:' + `alt_dirs`
IOError: File'ipythonrc' not found in current or supplied directories:u'/Users/katherinescott/.ipython'
WARNING: Problems loading configuration file 'ipythonrc'
Starting with default -bare bones- configuration.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/ipmaker.pyc in force_import(modname, force_reload)
61 reload(sys.modules[modname])
62 else:
---> 63 __import__(modname)
64
65
ImportError: No module named ipy_user_conf
WARNING: /Users/katherinescott/.ipython/ipy_user_conf.py does not exist, please run %upgrade!
WARNING: Loading of ipy_user_conf failed.
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
Type "copyright", "credits" or "license" for more information.
IPython 0.10.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import orange
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/Volumes/Orange/Orange.app/Contents/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/orange/<ipython console> in <module>()
ImportError: ./orange.so: no appropriate 64-bit architecture (see "man python" for running in 32-bit mode)
In [2]: %upgrade
> /usr/bin/python "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/upgrade_dir.py" "/Library/Python/2.6/site-packages/ipython-0.10.2-py2.6.egg/IPython/UserConfig" "/Users/katherinescott/.ipython"
Creating /Users/katherinescott/.ipython/__init__.py
Creating /Users/katherinescott/.ipython/ipy_user_conf.py
In [3]: import orange
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/Volumes/Orange/Orange.app/Contents/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/orange/<ipython console> in <module>()
ImportError: ./orange.so: no appropriate 64-bit architecture (see "man python" for running in 32-bit mode)
In [4]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment