ArtS / 28degrees-export

Scraping utility for 28degrees Master Card website
24 stars 8 forks source link

No module named argparse #4

Closed Debjy closed 10 years ago

Debjy commented 10 years ago

Hi when i runt the command I get the following error message..

File "export.py", line 8, in import argparse

Thanks

ArtS commented 10 years ago

Try running

easy_install argparse

On Sat, Jun 21, 2014 at 11:10 PM, Debjy notifications@github.com wrote:

Hi when i runt the command I get the following error message..

File "export.py", line 8, in import argparse

Thanks

— Reply to this email directly or view it on GitHub https://github.com/ArtS/28degrees-export/issues/4.

Art 04 1639 4620

Debjy commented 10 years ago

Thank you that fixed it :) Worked perfectly! Thanks for your effort to develop this!