On Oct 31, 10:00 am, Andrea Crotti wrote:
> Suppose that I have a project which (should be)/is multiplatform in python,
> which, however, uses some executables as black-boxes.
>
> These executables are platform-dependent and at the moment they're just
> thrown inside the same egg, and using pkg_re
On 10/31/2011 02:00 PM, Andrea Crotti wrote:
Suppose that I have a project which (should be)/is multiplatform in
python,
which, however, uses some executables as black-boxes.
These executables are platform-dependent and at the moment they're just
thrown inside the same egg, and using pkg_resour
Suppose that I have a project which (should be)/is multiplatform in python,
which, however, uses some executables as black-boxes.
These executables are platform-dependent and at the moment they're just
thrown inside the same egg, and using pkg_resources to get the path.
I would like to rewrite t