I downloaded dateutil which comes with a setup.py file but it throws an error when I try to open it. What’s the proper way to install this module?
This is the error:
error: no commands supplied
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
setup.py is designed to be run from the command line. You’ll need to open your command prompt (In Windows 7, hold down shift while right-clicking in the directory with the setup.py file. You should be able to select “Open Command Window Here”).
From the command line, you can type
…to get a list of commands. What you are looking to do is…