MCPcopy Create free account
hub / github.com/cztomczak/cefpython / check_versions

Function check_versions

examples/wxpython.py:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def check_versions():
63 print("[wxpython.py] CEF Python {ver}".format(ver=cef.__version__))
64 print("[wxpython.py] Python {ver} {arch}".format(
65 ver=platform.python_version(), arch=platform.architecture()[0]))
66 print("[wxpython.py] wxPython {ver}".format(ver=wx.version()))
67 # CEF Python version requirement
68 assert cef.__version__ >= "66.0", "CEF Python v66.0+ required to run this"
69
70
71def scale_window_size_for_high_dpi(width, height):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected