Comment #6 on issue 1829 by ondrej.certik: release 0.6.7
http://code.google.com/p/sympy/issues/detail?id=1829

I am getting some ipython related problem:


============================= test process starts ==============================
executable:   /usr/bin/python  (2.6.4-final-0)

Traceback (most recent call last):
  File "./setup.py", line 225, in <module>
    'clean': clean,
  File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "./setup.py", line 123, in run
    sympy.doctest()
File "/tmp/sympy-0.6.7-rc1/sympy/utilities/runtests.py", line 211, in doctest
    failed = not t.test()
  File "/tmp/sympy-0.6.7-rc1/sympy/utilities/runtests.py", line 433, in test
    self.test_file(f)
File "/tmp/sympy-0.6.7-rc1/sympy/utilities/runtests.py", line 446, in test_file
    setup_pprint()
File "/tmp/sympy-0.6.7-rc1/sympy/utilities/runtests.py", line 88, in setup_pprint
    init_printing(sstrrepr)
  File "/tmp/sympy-0.6.7-rc1/sympy/interactive/__init__.py", line 13, in
init_printing
    ip = IPython.ipapi.get()
AttributeError: 'module' object has no attribute 'ipapi'


I think it's because my ipython is too new. However, should our doctests depend on
ipython at all?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to