[Baypiggies] Packaging question

Bill Janssen janssen at parc.com
Mon May 16 20:09:30 CEST 2011


For UpLib, a mix of Python and Java and C intended for both Unix and
Windows, I used autotools and Makefiles, and I'd do that again.  You can
still access data from the distutils libraries to use in the configure
scripts and Makefiles, e.g.

  platlib=[`$PYTHON -c "import distutils.sysconfig as sc; print sc.get_python_lib(plat_specific=True, prefix='${UPLIB_HOME}')"`]

Bill


More information about the Baypiggies mailing list