Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

I've been developing a Tkinter GUI application with CEFPython for browser integration. My application runs smoothly when executed as a Python script. However, I've been running into issues when trying ...
Cassano 's user avatar
3 votes
0 answers
710 views

I have a problem with build my project on - windows 11 - python 3.9.13 - pyinstaller 5.7.0 - wxpython 4.2.0 - cefpython 66.1 everythings are 64bit and no problem "python BuildTest.py". it ...
JH Bok's user avatar
  • 31
1 vote
0 answers
184 views

I'm trying to use SendMouseWheelEvent to pass mouse scrolls into the browser, but it is only working on the first page load. Any subsequent pageloads after that, it does not work, unless the browser ...
Flora42's user avatar
  • 21
-1 votes
1 answer
941 views

I'm having issues getting cefpython to install on Mac. I know someone who got it to install fine on windows, but on Mac, no dice. I've tried pip3 install cefpython3==66.0, but it throws this error: ...
CubingCuber's user avatar
0 votes
1 answer
332 views

I’m trying to write an HTML GUI for a project with cefpython. I’ve been able to create a working GUI in HTML, but I’d like to be able to expose python functions in javascript. There’s a tutorial on ...
CubingCuber's user avatar
0 votes
0 answers
75 views

I have a weird bug on my python3.7 application and I don't have a clue on how to solve it. Application description: Executable bundled with Pyinstaller which consists in a Flask server and a CEFPython ...
Ricardo Goncalves's user avatar
0 votes
1 answer
130 views

Below is the code I am trying to run. I want to open a browser and still be able to use the entry box. I am using threading and the browser opens up or loads correctly. However the entry box becomes ...
Student's user avatar
0 votes
0 answers
59 views

The program works very well while in my pycharm editor but if i convert the python file to apk using buildozer, the app refuses to open on mobile phone. this is the error it throws enter image ...
Moses-White-Man's user avatar
3 votes
1 answer
906 views

I'm attempting to use cefpython3 with tkinter and want to make it OOP. Right now I have 3 classes GUI which act as the controller (runs tk.Tk()) and controls what page is showing. Next is a MainPage ...
LukeDev's user avatar
  • 541
0 votes
0 answers
252 views

How can i resize the browserframe in cefpython? I have a notebook tab with scroll but when i scroll leff/right and up/down the browserframe dont resize. How can i do this, is there a way to resize the ...
mrpy's user avatar
  • 49
1 vote
1 answer
349 views

I'm looking for an example of embedding an offline plotly chart within cefpython3. It's my understanding that cefpython3 is built for projects just like this. However, I haven't had any success ...
like2think's user avatar
0 votes
1 answer
481 views

I am new to Cefpython and PyQt5 both. I have tried to follow the tutorial in the cefpython repository. I was trying to embed cefpython inside a pyqt application and haven't achieved any success, what'...
Sujal Singh's user avatar
0 votes
1 answer
377 views

I get white screen on the chromium instance, while trying to make callback function to authenticate my proxies. Here is my code for that: def main(): check_versions() sys.excepthook = cef.ExceptHook #...
hen's user avatar
  • 65
2 votes
1 answer
3k views

I want to display a WebBrowser inside my tkinter app. Per the example below: ############## # label # #————————————# # webbrowser # ############## Here is what I have tried: https://github.com/...
Carlos Pedro de O. dos S's user avatar
0 votes
1 answer
249 views

Im trying to add a button and move the browser panel to the right. i want the button to the left but the button is ontop of the map that i have displayed. here is the code http://pastie.org/p/...
Eliss Glasper's user avatar

15 30 50 per page
1
2 3 4 5 6