Re: Visual Studio 6 compile of 2.5.2 fails with missing db.h

2008-05-05 Thread brucoder
On May 5, 1:46 pm, Christian Heimes <[EMAIL PROTECTED]> wrote: > brucoder schrieb: > > > Any pointers?  A prerequisite that I might be missing?  The source is > > the Python-2.5.2.tar.gz from the Python.org site. > > The tar.gz doesn't contain the dependencie

Re: Visual Studio 6 compile of 2.5.2 fails with missing db.h

2008-05-05 Thread brucoder
On May 5, 11:43 am, brucoder <[EMAIL PROTECTED]> wrote: > Hi Folks, > > Searched the archives, but I can only find mention of db.h problems relating > to Linux. > > I've downloaded the source for 2.5.2 and am trying to compile it in Visual > Studio 6 (SP6). I&#

Visual Studio 6 compile of 2.5.2 fails with missing db.h

2008-05-05 Thread brucoder
Hi Folks, Searched the archives, but I can only find mention of db.h problems relating to Linux. I've downloaded the source for 2.5.2 and am trying to compile it in Visual Studio 6 (SP6). The error reports read: Configuration: _bsddb - Win32 Debug Compili

Re: Adjusting the 1024 byte stdin buffer limit

2005-01-17 Thread brucoder
Linux, I'm fine. And, Solaris 8 weaves an even more diabolical 255 character limit :( . - Looks like I'll need to be a bit more creative than simply spawning a shell. - Tim Fredrik Lundh wrote: > "brucoder" <[EMAIL PROTECTED]> wrote: > > > Currently, when sendin

Re: Adjusting the 1024 byte stdin buffer limit

2005-01-17 Thread brucoder
Currently, when sending a data stream that exceeds 1024 bytes via stdin, the stream blocks at the 1024th byte. This precludes completion of the submission of the data stream. Tim -- http://mail.python.org/mailman/listinfo/python-list

Re: Adjusting the 1024 byte stdin buffer limit

2005-01-17 Thread brucoder
Currently, when sending a data stream that exceeds 1024 bytes via stdin, the stream blocks at the 1024th byte. This precludes completion of the submission of the data stream. Tim -- http://mail.python.org/mailman/listinfo/python-list

Adjusting the 1024 byte stdin buffer limit

2005-01-17 Thread brucoder
Are there runtime settings that can be used to adjust the default 1024 byte stdin buffer limit or a buildtime setting in pyconfig.h? I have a need to pump this up to permit input of a large data block via stdin. Tim Jones -- http://mail.python.org/mailman/listinfo/python-list