-
|
Hello, I like a lot the fact that I can simply install pywebview and start a trame app with it. If I package my small app without the trame + desktop mode, the cli variant seems to work fine. Is there anything special that I should do to package my app + trame + pywebview using pyinstaller ? Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Did you look at the example/bundle part of the cookie cutter? |
Beta Was this translation helpful? Give feedback.
-
|
Mainly that part import multiprocessing
if __name__ == "__main__":
multiprocessing.freeze_support()
# do your thing |
Beta Was this translation helpful? Give feedback.
Mainly that part