Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You need to use pywin32
Read more here.
habrahabr.ru/post/104589
In addition to all of the above, you can run python programs without going into PyCharm. Just run your main file. If the python is in the environment variables, then double-clicking on the file is enough. If not, write a batch file with text like
C:\Python2.7\python.exe main.py and put it next to your main file.
By main-file we mean the file with the hypothetical entry point.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question