Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency argparse #7

Closed
r1chardj0n3s opened this issue Feb 28, 2012 · 0 comments
Closed

Missing dependency argparse #7

r1chardj0n3s opened this issue Feb 28, 2012 · 0 comments
Labels
bug Something isn't working

Comments

@r1chardj0n3s
Copy link

I installed under Python 2.6:

Traceback (most recent call last):
File "/usr/local/bin/http", line 9, in
load_entry_point('httpie==0.1.4', 'console_scripts', 'http')()
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 2279, in load_entry_point
return ep.load()
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 1989, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/Library/Python/2.6/site-packages/httpie/httpie.py", line 5, in
import argparse
ImportError: No module named argparse

I manually installed argparse and all was well.

flashingpumpkin added a commit to flashingpumpkin/httpie that referenced this issue Feb 29, 2012
@jkbrzt jkbrzt closed this as completed in 3442a5d Mar 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants