>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
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
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
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
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
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
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