https://github.com/knio/py35win64ext
An example C extension module for 64bit Python 3.5 on Windows
https://github.com/knio/py35win64ext
Last synced: about 1 year ago
JSON representation
An example C extension module for 64bit Python 3.5 on Windows
- Host: GitHub
- URL: https://github.com/knio/py35win64ext
- Owner: Knio
- License: gpl-3.0
- Created: 2016-03-19T05:18:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T06:03:30.000Z (about 10 years ago)
- Last Synced: 2025-02-01T12:28:45.538Z (over 1 year ago)
- Language: C
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello World C Extension
-----------------------
An example C extension module for Python 3.5, and how to build it on Windows.
1. Install Python 3.5 x86-64
----------------------------
https://www.python.org/downloads/release/python
2. Install Visual Studio 2015
-----------------------------
https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
I picked this one:

3. Open the "VS2015 x86 x64 Cross Tools Command Prompt"
-----------------------------
Not the "Native Tools Command Prompt"
Not the "Developer Command Prompt"

4. Build It
-----------
`python setup.py install`
5. Run It
---------
`python -m pytest test.py`