Hi
i was wondering if anyone here can help me!
i am having a very hard time understanding iloot!
i downloaded the source
downloaded pyton
opened new page
loaded iloot.py
put the apple id in the lines:
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog='iloot')
parser.add_argument("appleid@gmail.com", type=str, default=None, help="appleid@gmail.com")
parser.add_argument("password", type=str, default=None, help="password")
pressed f5
and i always get this:
import hurry.filesize
ImportError: No module named hurry.filesize
i am using windows 7
please if any one can help!
i was wondering if anyone here can help me!
i am having a very hard time understanding iloot!
i downloaded the source
downloaded pyton
opened new page
loaded iloot.py
put the apple id in the lines:
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog='iloot')
parser.add_argument("appleid@gmail.com", type=str, default=None, help="appleid@gmail.com")
parser.add_argument("password", type=str, default=None, help="password")
pressed f5
and i always get this:
import hurry.filesize
ImportError: No module named hurry.filesize
i am using windows 7
please if any one can help!