Interestingly, this was not a problem with the version of argparse than I has
packaged (1.2.1), but rather with the way I had packaged it.
I put an __init__.py file along with argparse.py into a folder and simply added
from argparse import *
into __init.py__.
This is where the problem lies be
I've found the problem. Sorry to cause a fuss!
A package that I have created provides a copy of argparse that doesn't have a
__version__ attribute. Should Ipython be able to work around this or do I need
to change something in my installation scripts, do you think? This is my
setup.py:
import
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
from IPython.frontend.
3 matches
Mail list logo