craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

Take a look into Nuitka #44

Closed craftamap closed 3 years ago

craftamap commented 3 years ago

MacOS users often have problems with the python ecosystem, so why don't we offer simple binaries (maybe even over brew?)

https://github.com/Nuitka/Nuitka could be the solution.

craftamap commented 3 years ago

Building native (linux) binaries seems to work, if we supply another script calling pluploader manually:

import pluploader.main

pluploader.main.main()

Now I need to get access to a Mac and try Nuitka there.

craftamap commented 3 years ago

A brew recipe without nuitka seems to be easier, I guess. Let's go this route and see how far we can go.