[IPython-user] "Bus error" on Mac OS X
Hans Fangohr
H.FANGOHR at soton.ac.uk
Wed Jun 29 10:13:02 CDT 2005
Hi,
I have installed Python 2.3.5 using fink, and then installed
ipython-0.6.15 using that. When executing ipython (from /sw/bin/ipython),
it seems to start okay. However, entering any command such as "1+1" or
"import math" results in a short delay and then a "Bus error" message.
Any ideas what this could be and how to debug this further?
Thank you,
Hans
P.S. The error in verbose:
dhcp-246-25:~ fangohr$ which ipython
/sw/bin/ipython
dhcp-246-25:~ fangohr$ which python
/sw/bin/python
dhcp-246-25:~ fangohr$ ipython
Python 2.3.5 (#1, May 15 2005, 13:23:15)
Type "copyright", "credits" or "license" for more information.
IPython 0.6.15 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: 1+1
Bus error
dhcp-246-25:~ fangohr$
More information about the IPython-user
mailing list