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

Build the uWSGI shared module as pyuwsgi when building under Python 3 #1863

Closed
wants to merge 1 commit into from

Conversation

natefoo
Copy link

@natefoo natefoo commented Sep 10, 2018

Otherwise, the so filename and importable don't match the module name:

Traceback (most recent call last):
  File "/home/nate/.virtualenvs/pyuwsgi3/bin/uwsgi", line 7, in <module>
    from uwsgi import run
ImportError: dynamic module does not define module export function (PyInit_uwsgi)

With the recent completion of #816, this makes it possible to build a Python 3 pyuwsgi wheel using the standard tooling.

@natefoo
Copy link
Author

natefoo commented Sep 11, 2018

Closing, it looks like setup.cpyext.py is superseded by setup.pyuwsgi.py.

@natefoo natefoo closed this Sep 11, 2018
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.

1 participant