LudovicRousseau / PyKCS11

PKCS#11 Wrapper for Python
GNU General Public License v2.0
96 stars 35 forks source link

Building 1.5.6 fail #66

Closed hc7 closed 4 years ago

hc7 commented 4 years ago

Your system information

Please describe your issue in as much detail as possible:

Describe what you expected should happen.

Resource compiler should find resource.h also.

Describe what did happen.

pykcs11.rc(3) : fatal error RC1015: cannot open include file 'resource.h'. error: command 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86\rc.exe' failed with exit status 1 error ERROR: Failed building wheel for PyKCS11

image

Steps for reproducing this issue:

  1. pip wheel -v --wheel-dir=D:\work --no-binary :all: PyKCS11
LudovicRousseau commented 4 years ago

Fixed in https://github.com/LudovicRousseau/PyKCS11/commit/7e837c81d16a98ddf791831b51da972904942f21

I also made a new release. It should be OK now.

hc7 commented 4 years ago

It is build as expected now. Thanks a lot!