cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.08k stars 473 forks source link

Not working with .pyw files #648

Open APCAPCAPC opened 2 years ago

APCAPCAPC commented 2 years ago

Hi, i'm using cefpython3 with Tkinter and when it is a .py file it works good. However, when I try to change to the file type .pyw (so it doasn't show console) it doasn't show anymore

When it is .py: image

When it is .pyw: image

I don't know how this happens. Also I have seen the browser is there (in the .pyw), but doasn't make a server request.