[Question] how to make Executable file with [Navigation and routing]?? #3101
Unanswered
jjjunehkim
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I use auto-py-to-exe and works fine, maybe you can try it. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Question
The desired execution process is as follows.
After being created a Executable file(.exe file),
Run a Executable file(.exe file) on "A"computer(PC)
And connect "http://192.168.35.35:8550/data_table on "B" computer(PC)
So, I am trying to make a Executable file(.exe file) through the process below.
Could you help me?
And I tried other method "flet build". after change file name (myapp.py -> main.py) for using the command("flet build windows")
->>> command : flet build windows
Creating Flutter bootstrap project...OK
Customizing app icons and splash images...OK
Generating app icons...OK
Packaging Python app...OK
Building Windows app...OK
Copying build to build\windows directory...OK
Success!
And......
I run the Executable file(.exe file) on "A"computer. it work.
and I opened chorome browser.
and I try to connect <"http://192.168.35.35:8550/data_table" in the chrome browser address bar>on "B" computer(PC)
but it was not opened on "B"computer.
One more trial!!!!
And I tried other method "flet build". after change file name (myapp.py -> main.py) for using the command("flet build web")
->>> command : flet build web
It also didn't work as expected.
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions