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
{{ message }}
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
Right now the Python entry point is hardcoded to q3py_hello:dllentry.
This needs to be configurable, possibly with environment variables per module (#10).
The documentation needs to explain how to configure the entry point and how libpython searches for the Python module, e.g. PYTHONPATH, virtualenv and activate_this.py etc.
The text was updated successfully, but these errors were encountered:
In preparation for issue #11 the module and method name for
the dllEntry() Python entry point are now read from environment
variables instead of being hardcoded.
Right now the Python entry point is hardcoded to
q3py_hello:dllentry
.This needs to be configurable, possibly with environment variables per module (#10).
The documentation needs to explain how to configure the entry point and how
libpython
searches for the Python module, e.g.PYTHONPATH
,virtualenv
andactivate_this.py
etc.The text was updated successfully, but these errors were encountered: