Skip to content

Fix to allow import/use module from any folder#39

Open
citb0in wants to merge 1 commit into
iceland2k14:mainfrom
citb0in:patch-1
Open

Fix to allow import/use module from any folder#39
citb0in wants to merge 1 commit into
iceland2k14:mainfrom
citb0in:patch-1

Conversation

@citb0in

@citb0in citb0in commented Jan 6, 2023

Copy link
Copy Markdown

Load the shared library "ice_secp256k1.dll" or "ice_secp256k1.so" located in the same directory as the python module. By this fix the user can import the module from ANY directory using Python's CLI or IDE. Without this fix, the user can only import the module if the current working directory is the directory of this module.

Load the shared library "ice_secp256k1.dll" or "ice_secp256k1.so" located in the same directory as the python module. By this fix the user can import the module from *ANY* directory using Python's CLI or IDE. Without this fix, the user can only import the module if the current working directory is the directory of this module.
@iceland2k14

Copy link
Copy Markdown
Owner

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants