Replies: 2 comments 5 replies
-
|
@aabmets if PythoC does end up working for you, then check out Nuitka. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@1flei Hey, could you please put out a new release on PyPI with cimport? I need it for libcurl. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to compile some Python code with PythoC into a standalone binary, but the program needs to make web requests.
Is the only way by using an external C library like libcurl, or can we use builtin Python urllib module?
Beta Was this translation helpful? Give feedback.
All reactions