-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Windows OS #22
Comments
just rename |
Can you paste your code here? |
>>> import myrustlib
>>> dir(myrustlib)
[...] make sure myrustlib is on pythonpath, if not just put it next the the py file that imports it. |
move myrustlib.pyd to the project's root in this case. the Makefile does this for the .so file on linux. On windows the the so equivalent is dll but it must be renamed to pyd. |
errors out:
The text was updated successfully, but these errors were encountered: