I’m not able to do this
ptags.py *.py
or
python *.py
i’m getting an error saying “Cannot open file named *.py”
but i’m able to open all the python files in vim using this command
vim *.py
python 2.7 in windows 7 command prompt
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.
You cannot using standard Windows
cmdshell. You can use something like bash from Cygwin, maybe PowerShell.If you want to open
*.pyfrom application likevimbut in Python, then you can useglobmodule.