-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[py2app] window.pywebviewready not firing #1565
Comments
This is caused by the js files introduced in 5.3 and more specifically by this line, which points to a virtual path inside the zip file that does not exist in the file system. I have tried
|
I have attemped to solve this issue using recipes and cli switches, but could not figure it out. I have raised an issue with py2app ronaldoussoren/py2app#540 One solution that could work is to have a custom py2app logic that would check if the library is executed from the zip file and locate js files from the |
I pushed the proposed fix to the master. Works in my setup. |
Fix on master works for me as well. Happy to leave this issue open until py2app pushes support / we find out how to use existing py2app tools to do this. |
Specification
Description
Starting with version 5.3, the
window.pywebviewready
event is not firing in a py2app packaged app. Subsequently,window.pywebview
is never available.Possibly related to #1504
Practicalities
YES I am willing to work on this issue myself.
NO I am prepared to support this issue financially.
The text was updated successfully, but these errors were encountered: