Your message dated Thu, 04 Apr 2013 18:25:04 +0200
with message-id <515da960.5020...@googlemail.com>
and subject line not really an ipython issue
has caused the Debian Bug report #704678,
regarding ImportError: No module named _argparse
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
704678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ipython
Version: 0.13.2~rc2-1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
After attempting to start ipython after an update, I got the following
traceback:
Traceback (most recent call last):
File "/usr/bin/ipython", line 5, in <module>
from IPython.frontend.terminal.ipapp import launch_new_instance
File "/usr/lib/python2.7/dist-packages/IPython/__init__.py", line 43, in
<module>
from .config.loader import Config
File "/usr/lib/python2.7/dist-packages/IPython/config/__init__.py", line 16,
in <module>
from .application import *
File "/usr/lib/python2.7/dist-packages/IPython/config/application.py", line
31, in <module>
from IPython.config.configurable import SingletonConfigurable
File "/usr/lib/python2.7/dist-packages/IPython/config/configurable.py", line
26, in <module>
from loader import Config
File "/usr/lib/python2.7/dist-packages/IPython/config/loader.py", line 26, in
<module>
from IPython.external import argparse
File
"/usr/lib/python2.7/dist-packages/IPython/external/argparse/__init__.py", line
10, in <module>
from _argparse import *
ImportError: No module named _argparse
I tried installing python-argparse, but it had no impact.
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ipython depends on:
ii python 2.7.3-4
ii python-configobj 4.7.2+ds-4
ii python-decorator 3.3.3-1
ii python-pexpect 2.4-1
ii python-simplegeneric 0.8.1-1
ipython recommends no packages.
Versions of packages ipython suggests:
ii ipython-doc 0.13.1-2
ii ipython-notebook 0.13.2~rc2-1
ii ipython-qtconsole 0.13.2~rc2-1
ii python [python-profiler] 2.7.3-4
ii python-argparse 1.2.1-2
pn python-matplotlib <none>
ii python-numpy 1:1.6.2-1.2
ii python-zmq 2.2.0-1
ii python2.7 [python-argparse] 2.7.3-6
-- no debconf information
--- End Message ---
--- Begin Message ---
which version of argparse does not have a __version__ attribute?
I suggest you update the embedded copy of argparse you are using because
if its older than 1.1 it probably won't work with ipython anyway.
--- End Message ---