Pebaz
Pebaz
Awesome! Thanks for the help!
@dyule @danielyule What do you think or the proposed new functions? Is there anything I should change?
`signal.pause` is not included in the Python standard library on Windows.
Library is not compatible with Windows due to not having `signal.pause`. Readme should be changed to reflect this.
Thank you very much lol 😆
@Nqndi Thank you for opening a bug report. Can you post a code example to reproduce this?
Ah interesting, I think this is a clue: `nimporter.NimporterException: Error importing C:\Users\Nandi\AppData\Local\Programs\Python\Python39\Lib\site-packages\faster_than_requests_pycache\faster_than_requests.pyd` Nimporter found an existing file and tried to import it but the DLL load failed. This usually happens...
Sorry @Nqndi it's been a bit hectic lately so I haven't had a chance to look into this again. However, the fact that Nimporter (via Nimpy) successfully builds a `.PYD`...
Oh good catch, thanks I will update it!
@juancarlospaco Thank you very much for testing this new branch out! I've come across one wrinkle when trying to use Nimporter v2 with `faster-than-requests`. The now-formalized method of distributing extension...