Strange bug when typing import copy in iPython-QtConsole (Anaconda)

hernanavella

I wonder if anyone has experienced this weird behavior: Every time I type:

import copy

In the iPython qtconsole, it freezes (Not Responding). I have to kill the window and launch it again. The only way It can work is if I copy-paste 'import copy' with other pieces of code as one block in the copy-paste.

I appreciate any insight

Python 2.7.7-1, Anaconda 2.1, iPython 2.3.1

Update:

It appears that it's about the import command only, I was trying to import seaborn import sns and same happened.

hernanavella

This problem got solved with the recent iPython-qtconsole update to 2.4.1 version, automatically done by Anaconda.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Anaconda ipython qtconsole launcher

From Dev

IPython QtConsole: select text to copy?

From Dev

Enable Gnome/GTK integration of IPython qtconsole from Anaconda

From Dev

ipython Qtconsole - conflicting keybinding

From Dev

Error loading ipython qtconsole

From Dev

Why is IPython QtConsole not launching?

From Dev

Displaying an Image in the iPython qtconsole

From Dev

How can I remove borders from display of dataframe in iPython QtConsole (Anaconda)?

From Dev

embedding ipython qtconsole and passing objects

From Dev

Launch ipython qtconsole on a specific environnement

From Dev

IPython startup script: Check if QtConsole

From Dev

Why ipython Anaconda does not recognize my omdb import?

From Dev

Why ipython Anaconda does not recognize my omdb import?

From Dev

strange bug when trying to position <a> element

From Dev

Failed to change font size in ipython qtconsole

From Dev

Enabling vi key bindings in IPython qtconsole

From Dev

Anaconda prompt - why there's a syntax error when typing 'conda list'?

From Dev

import fails when running python as script, but not in iPython?

From Dev

Strange XML layout bug when targeting Android 4.3

From Dev

Strange bug when incrementing a value while iterating through a collection in Java

From Dev

Strange texture shifting bug when using PointClamp or PointWrap

From Dev

Is copy and pasting data safer than typing when not using VPN

From Dev

Is path broken for anaconda ipython?

From Dev

Anaconda : IPython not running

From Dev

Anaconda / IPython / matplotlib Issue

From Dev

Unable to import package (pytables) in iPython/Spyder in Anaconda 2.4 (python 3.5) even though it is installed

From Dev

Strange behaviour of IPython

From Dev

How do I print without truncation in ipython qtconsole?

From Dev

How to turn on auto-complete of brackets in ipython qtconsole

Related Related

  1. 1

    Anaconda ipython qtconsole launcher

  2. 2

    IPython QtConsole: select text to copy?

  3. 3

    Enable Gnome/GTK integration of IPython qtconsole from Anaconda

  4. 4

    ipython Qtconsole - conflicting keybinding

  5. 5

    Error loading ipython qtconsole

  6. 6

    Why is IPython QtConsole not launching?

  7. 7

    Displaying an Image in the iPython qtconsole

  8. 8

    How can I remove borders from display of dataframe in iPython QtConsole (Anaconda)?

  9. 9

    embedding ipython qtconsole and passing objects

  10. 10

    Launch ipython qtconsole on a specific environnement

  11. 11

    IPython startup script: Check if QtConsole

  12. 12

    Why ipython Anaconda does not recognize my omdb import?

  13. 13

    Why ipython Anaconda does not recognize my omdb import?

  14. 14

    strange bug when trying to position <a> element

  15. 15

    Failed to change font size in ipython qtconsole

  16. 16

    Enabling vi key bindings in IPython qtconsole

  17. 17

    Anaconda prompt - why there's a syntax error when typing 'conda list'?

  18. 18

    import fails when running python as script, but not in iPython?

  19. 19

    Strange XML layout bug when targeting Android 4.3

  20. 20

    Strange bug when incrementing a value while iterating through a collection in Java

  21. 21

    Strange texture shifting bug when using PointClamp or PointWrap

  22. 22

    Is copy and pasting data safer than typing when not using VPN

  23. 23

    Is path broken for anaconda ipython?

  24. 24

    Anaconda : IPython not running

  25. 25

    Anaconda / IPython / matplotlib Issue

  26. 26

    Unable to import package (pytables) in iPython/Spyder in Anaconda 2.4 (python 3.5) even though it is installed

  27. 27

    Strange behaviour of IPython

  28. 28

    How do I print without truncation in ipython qtconsole?

  29. 29

    How to turn on auto-complete of brackets in ipython qtconsole

HotTag

Archive