merak icon indicating copy to clipboard operation
merak copied to clipboard

Python binary package builder (via Cython)

Results 7 merak issues
Sort by recently updated
recently updated
newest added

set always_allow_keywords to True at cythonize compiler directives in the setup template

I'm trying to use your too, but it seems like got an issue with the way I run it. I have a package that contains other packages and modules. The...

The ``__main__`` guarded code was calling a function defined above in the module, and for some reason this was leading to the MSVC compiler exiting with code -2 (using the...

Hello Dave! Im a spanish developer who is using your tool to build a python library and it really works really well, congratulations! I have just one issue with it...

Thank you for the wonderful tool, it helps a lot. Currently, I have some package mixed with .py and .pyx codes, can "merak" support this situation?

enhancement

I tried to build a binary extension and I got the following error: ``` File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "...\Scripts\merak.exe\__main__.py", line 7,...