Bug#704678: Further useful information.

2013-04-15 Thread Mathew Topper
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

Bug#704678: Local argparse is the issue.

2013-04-04 Thread Mathew Topper
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

Bug#704678: ImportError: No module named _argparse

2013-04-04 Thread Mathew Topper
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.