Friday 02 of November 2007 22:07:42 matthias napisaĆ(a): > > check this: > > > > python ./assert.pyo > > Yes, I know that this works. Thanx. However, that's not what I was > going for. > > Essentially, I am targeting a build system that allows me to build > debug / release versions > of my Python code. I know how to build the Python code, but how do I > package it so that I > can simply dump it on the test system with either build type and the > same calling interface ? >
how about distutils ? look on the egg paskages :) -- http://mail.python.org/mailman/listinfo/python-list