All Questions
5 questions
0
votes
1
answer
41
views
Program paused while thread is being executed
I have a program that should start a web server (as the thread), and then display it in a CEF Browser (not a thread). But when I start it, it just waits for the thread to stop executing, which it will ...
0
votes
1
answer
536
views
Setting frames on tkinter with cef
Can someone help with this?
I have my page defined with frames but when i run the code it only shows the browser window.
This issue is a continuation from Load CEF in labelframe
Its basicly a window ...
0
votes
1
answer
253
views
Load CEF in labelframe
How can i put this inside a frame or a labelframe?
Been trying everything and nothing.
i need to put it inside a labelframe or frame in tkinter.
Been trying with this https://github.com/cztomczak/...
0
votes
1
answer
400
views
Python 3, concurrent.futures.ProcessPoolExecutor and CEF crashes after pool size is reached
I'm on Win 10 with Python 3.9.6 and am trying to create a concurrent.futures.ProcessPoolExecutor pool with a small size and add a lot of tasks to it which use CEF.
This always works for the first ...
2
votes
0
answers
1k
views
CefPython3, PySide, and cx_freeze: Can't get EXE working
I recently downloaded an installed the following:
Python 3.2.5
CefPython 3
PySide - for handling the GUI of my CEF-powered app
cx_freeze - to make my app distributable
Now, the first three work just ...