All Questions
Tagged with windows-10-desktop python-3.x
5 questions
0
votes
2
answers
2k
views
Windows/Python check if file is open or in use
I am using python to monitor a folder and check if files are being copied in and if so, replicate those to a new location.
I am using the following to monitor the folder:
fsmonitor
The issue I am ...
0
votes
0
answers
421
views
videowriter crashes when run using pyinstaller
For the past several weeks I have been using videowriter.write() and it has been working fine. I needed to give the program to several coworkers that have random python installations so I packaged it ...
0
votes
0
answers
161
views
Auto Py to Exe - Keylogger-Emailer - Exe runs through once. Then doesn't register key inputs
Keylogger that sends results to email
Running .PY from anaconda CMD or IDE:
1. records keyboard input
2. when input > 100 = stores in txt file
3. emails txt file
4. repeat indefinitely
Running from ...
2
votes
2
answers
2k
views
Empty plot on Bokeh Tutorial Exercise
I'm following the bokeh tutorial and in the basic plotting section, I can't manage to show a plot. I only get the axis. What am I missing?
Here is the code:
df = pd.DataFrame.from_dict(AAPL)
...
2
votes
2
answers
2k
views
Gcloud app deploy gives unsupported Python 2.5 runtime error
When I run gcloud app deploy in my project folder I get the following error:
ERROR: Service [None] uses unsupported Python 2.5 runtime. Please use [runtime: python27] instead.
ERROR: (gcloud.app....