All Questions
2 questions
1
vote
1
answer
310
views
cefpython to take screenshot of current html (optional: specific elements)
I use cefpython inside PySide on Python 2.7. To create advanced 3d transitions between div's I have to cut the div in e.g. 20 parts which I can animate separately. I found no way to do that "natively" ...
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 ...