toxtli / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Embed __version__ also in the cython generated module (cefpython_py27.pyd) #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 czarek.t...@gmail.com on 17 Jan 2015 at 1:32

GoogleCodeExporter commented 8 years ago
Fixed in revision 96d436570dbd.

Original comment by czarek.t...@gmail.com on 17 Jan 2015 at 2:16

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/167

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:43