Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
using pywin32 together with pywebview I noticed unexpected behaviour. I would like to use the shell to list everything in the windows folder "Dieser PC"/"This computer".
I made a minimal demonstration example:
With index.html:
<button value="asdf" onClick="window.pywebview.api.listFoldersDieserPC()">List Folders</button>
The first time I call the function api.listFoldersDieserPC directly from python, the second time through the button in the pywebview browser window.
This is the output:
It is the same, except that the folder for Apple iPhone is missing on the second go.
Why is the shell behaving differently here? What can I change to make it show the "Apple iPhone" entry also on the function call from the pywebview browser?
Kind regards
Bastian
Beta Was this translation helpful? Give feedback.
All reactions