Menu

#67 spock profile not compatible with ipython 1.1.0

Jan14
resolved
None
spock
bug
2014-02-11
2014-01-17
No

Hello, ipython 1.1.0 just entered Debian unstable.
so now when I start spock, I get this error message

picca@mordor:~$ spock
Traceback (most recent call last):
File "/usr/bin/spock", line 45, in
from sardana.spock import genutils
File "/usr/lib/python2.7/dist-packages/sardana/spock/init.py", line 29, in
from genutils import load_ipython_extension, unload_ipython_extension, \ File "/usr/lib/python2.7/dist-packages/sardana/spock/genutils.py", line 68, in
from ipython_00_11.genutils import *
File "/usr/lib/python2.7/dist-packages/sardana/spock/ipython_00_11/genutils.py", line 64, in
from IPython.utils.io import raw_input_ext as _raw_input_ext
ImportError: cannot import name raw_input_ext

cheers

Fred

Discussion

  • Zbigniew Reszela

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
    
     Hello, ipython 1.1.0 just entered Debian unstable.
     so now when I start spock, I get this error message
    
    • status: open --> waiting
     
  • Carlos Pascual

    Carlos Pascual - 2014-02-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     Hello, ipython 1.1.0 just entered Debian unstable.
     so now when I start spock, I get this error message
    
    • status: waiting --> active
     
  • Carlos Pascual

    Carlos Pascual - 2014-02-11

    Fixed in develop and release-jan14 branches (commit a45bd85037fa)

     
  • Carlos Pascual

    Carlos Pascual - 2014-02-11
    • status: active --> resolved