Skip to content
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

Patch distutils build command and remove empty C extension trick #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

messense
Copy link
Contributor

@messense messense commented Jun 22, 2021

This removes the empty C extension trick.
```
Traceback (most recent call last):

  File "<string>", line 7, in <module>

  File "<stdin>", line 2, in <module>

  File "d:\a\milksnake\milksnake\tests\res\nested\example\nested\__init__.py", line 1, in <module>

    from . import _native

  File "d:\a\milksnake\milksnake\tests\res\nested\example\nested\_native.py", line 7, in <module>

    lib = ffi.dlopen(os.path.join(os.path.dirname(__file__), '_native__libNone'), 0)

OSError: Cannot load library 'd:\\a\\milksnake\\milksnake\\tests\\res\\nested\\example\\nested\\_native__libNone': The specified module could not be found
```
@messense
Copy link
Contributor Author

messense commented Oct 9, 2021

Ping @mitsuhiko

@dvzrv
Copy link

dvzrv commented Feb 8, 2022

@mitsuhiko can this be merged and a new release be made please? :)

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.

None yet

2 participants