Skip to content

error when starting ipython #2087

@breisfeld

Description

@breisfeld

OS: Windows 7

$ python

Python 2.7.2 |EPD 7.1-1 (32-bit)| (default, Jul  3 2011, 15:13:59) [MSC v.1500 32 bit (Intel)] on win32

ipython:
$ git describe

rel-0.13-19-g70ea9a8

$ git rev-parse HEAD

70ea9a8992045f509c99f5046cf3f48c5c05bce8

I get the following traceback when running ipython from the command line:

$ ipython

Traceback (most recent call last):
  File "C:\Python27\Scripts\ipython-script.py", line 9, in <module>
    load_entry_point('ipython==0.14.dev', 'console_scripts', 'ipython')()
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\frontend\terminal\ipapp.py", line 388, in launch_new_inst
ance
    app.initialize()
  File "<string>", line 2, in initialize
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\config\application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\frontend\terminal\ipapp.py", line 324, in initialize
    self.init_shell()
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\frontend\terminal\ipapp.py", line 340, in init_shell
    ipython_dir=self.ipython_dir)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\config\configurable.py", line 318, in instance
    inst = cls(*args, **kwargs)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\frontend\terminal\interactiveshell.py", line 360, in __in
it__
    user_module=user_module, custom_exceptions=custom_exceptions
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\core\interactiveshell.py", line 475, in __init__
    self.init_logstart()
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\core\interactiveshell.py", line 618, in init_logstart
    self.magic('logstart %s append' % self.logappend)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\core\interactiveshell.py", line 2161, in magic
    return self.run_line_magic(magic_name, magic_arg_s)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\core\interactiveshell.py", line 2068, in run_line_magic
    fn = self.find_line_magic(magic_name)
  File "C:\Python27\lib\site-packages\ipython-0.14.dev-py2.7.egg\IPython\core\interactiveshell.py", line 2125, in find_line_magic
    return self.magics_manager.magics['line'].get(magic_name)
AttributeError: 'NoneType' object has no attribute 'magics'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions