# py35win64ext **Repository Path**: mirrors_Knio/py35win64ext ## Basic Information - **Project Name**: py35win64ext - **Description**: An example C extension module for 64bit Python 3.5 on Windows - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: ![VS2015](readme/vs2015.png) 3. Open the "VS2015 x86 x64 Cross Tools Command Prompt" ----------------------------- Not the "Native Tools Command Prompt" Not the "Developer Command Prompt" ![VS2015](readme/cmd.png) 4. Build It ----------- `python setup.py install` 5. Run It --------- `python -m pytest test.py`