Note that there are some explanatory texts on larger screens.

plurals
  1. POwhich build tool(s) do you recommend for python?
    text
    copied!<p>I'm starting a small/medium-sized python project, likely in Test Driven Development. My backgrounds are more in C and java than python (I used ant and makefile)</p> <p>I know that in python you might not need a build tool, but I will, because I'll use cython and PyInstaller (the thing should work on a couple of different UNIXes, without depending directly on python) and I'd like the convenience of selecting the tests form CLI, building the docs, maybe check dependencies, etc.</p> <p><a href="http://blog.ianbicking.org/pythons-makefile.html" rel="noreferrer">Somebody</a> is complaining that python lacks a make-like tool. I know that few tools exist, like <a href="http://www.scons.org/" rel="noreferrer">scon</a> and <a href="http://www.blueskyonmars.com/projects/paver/" rel="noreferrer">paver</a>, but I'd like to hear from real users and not just their website. Does anybody use <a href="http://www.blueskyonmars.com/projects/paver/" rel="noreferrer">paver</a>?</p> <p>What's about the usual setup.py that comes with many packages? I looked into a few to see if there is a common usage, but I didn't find anything interesting (maybe I used the wrong examples)</p> <p>Do you recommend sticking with things I already know (ant and Makefile) at least to start? If so, is there any ant extension you recommend for python (+cython+pyinstaller+pyUnit)? </p> <hr> <p>EDIT: to avoid further answers like jwp's one, note that, for this project, I absolutely need my program being a standalone executable because it is absolutely <em>impossible</em> to have a python VM on the target platform where the executable will run. I have exactly the same hw available for compiling, so luckly I don't need to cross-compile (but I'd do the development on a more friendly Linux).</p> <p>I'd also like to test if my code compile in Cython from the beginning, not to premature optimize, but just to be sure that I'm not going too far with the use of incompatible features, which would require a painful refactoring if Cython would be seriously needed.</p> <p>So please focus on my actual question</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload