Re: easy install

2009-10-10 Thread Ethan Furman
>Ethan Furman wrote: >> A puzzlement: >> >> I used easy_install the other day to get xlutils on my system. It >> automatically installed xlrd and xlwt as well. This is cool. What's >> not so cool are my tracebacks. E.g. >> >> Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit

Re: easy install

2009-10-09 Thread Ethan Furman
David Robinow wrote: On Fri, Oct 9, 2009 at 5:02 PM, Ethan Furman wrote: A puzzlement: I used easy_install the other day to get xlutils on my system. It automatically installed xlrd and xlwt as well. This is cool. What's not so cool are my tracebacks. E.g. Python 2.5.4 (r254:67916, Dec 2

Re: easy install

2009-10-09 Thread Gabriel Genellina
En Fri, 09 Oct 2009 21:49:46 -0300, Ethan Furman escribió: Besides missing the source lines, I was also wondering why the path in the traceback is showing incorrectly; I have the egg in c:\python25\Lib\site-packages, not where the trackback says I have it. In an effort to get it looking

Re: easy install

2009-10-09 Thread Ethan Furman
Robert Kern wrote: On 2009-10-09 19:08 PM, David Robinow wrote: On Fri, Oct 9, 2009 at 5:02 PM, Ethan Furman wrote: A puzzlement: I used easy_install the other day to get xlutils on my system. It automatically installed xlrd and xlwt as well. This is cool. What's not so cool are my tra

Re: easy install

2009-10-09 Thread Robert Kern
On 2009-10-09 19:08 PM, David Robinow wrote: On Fri, Oct 9, 2009 at 5:02 PM, Ethan Furman wrote: A puzzlement: I used easy_install the other day to get xlutils on my system. It automatically installed xlrd and xlwt as well. This is cool. What's not so cool are my tracebacks. E.g. Python 2

Re: easy install

2009-10-09 Thread David Robinow
On Fri, Oct 9, 2009 at 5:02 PM, Ethan Furman wrote: > A puzzlement: > > I used easy_install the other day to get xlutils on my system.  It > automatically installed xlrd and xlwt as well.  This is cool.  What's not so > cool are my tracebacks.  E.g. > > Python 2.5.4 (r254:67916, Dec 23 2008, 15:10

Re: Easy install / setuptools

2008-06-03 Thread John Nagle
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

Re: Easy install / setuptools

2008-06-02 Thread Gabriel Genellina
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