Gabriel Genellina wrote:
En Thu, 29 May 2008 06:29:00 -0300, <[EMAIL PROTECTED]>
escribió:
I'm trying to figure out the "best" way to distribute my own python
packages.
Well... don't use an egg in the first place :)
"easy install" usually isn't. It tends to do the wrong thing,
then le
En Thu, 29 May 2008 06:29:00 -0300, <[EMAIL PROTECTED]>
escribió:
I'm trying to figure out the "best" way to distribute my own python
packages. Basicly, what I want is to have something like an
"installer.exe" (on windows) which puts my package under
Python/Lib/site-packages (so that it c
Hi everyone
I'm trying to figure out the "best" way to distribute my own python packages.
Basicly, what I want is to have something like an "installer.exe" (on windows)
which puts my package under Python/Lib/site-packages (so that it can be found
via the PYTHONPATH).
I've played around a bit w