+ 3

How to run app without openning cmd?

I creat an app with python and make it exe. but when run it cmd open with app. how can solve this??

25th Feb 2017, 6:56 PM
hamid
hamid - avatar
7 Respuestas
+ 7
Try adding -w option to the command: pyinstaller -w myscript.py
27th Feb 2017, 6:57 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
Which builder did you use to make it an .exe? You might want to check its documentation on how to disable the cmd from running.
25th Feb 2017, 8:14 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
27th Feb 2017, 7:14 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
Did you make an UI for it ? how, what did you use ?
1st Mar 2017, 11:23 AM
Eduard Alexandru
Eduard Alexandru - avatar
+ 1
with pyinstaller, can help me please
27th Feb 2017, 6:52 PM
hamid
hamid - avatar
+ 1
thank you kuba, I will test that, Im sure that will work ;))
27th Feb 2017, 7:08 PM
hamid
hamid - avatar
+ 1
can you help about other my questions?
27th Feb 2017, 7:18 PM
hamid
hamid - avatar