姬小野的pypi测试项目.
Project description
python的c扩展学习
将c文件编译成dll库
gcc -shared -o c_sum.dll c_sum.c
出现错误OSError: [WinError 193] %1 is not a valid Win32 application
, 原因是64位的python无法直接调用32位的dll, 下载64位的MinGW64替代32位的(或者用python 32)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
c_sum_py-0.4.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for c_sum_py-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdb244d7d4787de3520f4a4267255576dfeab85e900a260a7407bee831569d86 |
|
MD5 | 8ceb29064137210b768883a5c69ea244 |
|
BLAKE2b-256 | 4de60d63f442d8d47f093ceeb106db06b574328956b7f94b05df135a7770267a |