Skip to content

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

Closed
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions