Issue installing Python/Bittorrent

2003-08-02 Thread Dragoncrest
Well, what started all of this was my recent upgrade of Python to version 2.3 as part of my portupgrade cycle. Well, as things would have it, bittorrent stopped working. So I tried to force reinstall of BT but it fails when installing /usr/ports/math/py-numeric. I get the following series of

Re: Issue installing Python/Bittorrent

2003-08-02 Thread Larry Rosenman
There's a PR filed, and it's awaiting approval from the maintainer to issue a patch. LER --On Saturday, August 02, 2003 09:19:35 -0400 Dragoncrest [EMAIL PROTECTED] wrote: Well, what started all of this was my recent upgrade of Python to version 2.3 as part of my portupgrade cycle. Well, as

Re: Issue installing Python/Bittorrent

2003-08-02 Thread Dragoncrest
Roger that. Thanks. Any word on when the patch is due out? Is there a way to go back to a previous version of BT in order to make it work? There's a PR filed, and it's awaiting approval from the maintainer to issue a patch. LER --On Saturday, August 02, 2003 09:19:35 -0400

Re: Issue installing Python/Bittorrent

2003-08-02 Thread Larry Rosenman
I sent a patch to tg@ and am waiting for his approval. Here's one: --- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003 +++ Src/umathmodule.c Sat Aug 2 01:10:43 2003 @@ -1,9 +1,9 @@ +#include math.h #include Python.h #include Numeric/arrayobject.h #include Numeric/ufuncobject.h #include