You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can query version only from the cefpython3 package:
import cefpython3
print(cefpython3.__version__)
However this won't work:
from cefpython3 import cefpython
print(cefpython.__version__)
Original issue reported on code.google.com by [email protected] on 17 Jan 2015 at 1:32