Re: [python-win32] Python Programming on Win32 Book

2006-05-01 Thread Metz, Bobby W, WWCS
Yeh, Mark's first book seems to be on backorder everywhere. I've been trying to get it for some time. B&N and Borders both don't have it and tell me backordered as well. Bobby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Burns Sent: Sunday, April 3

Re: [python-win32] Python Programming on Win32 Book

2006-05-01 Thread Bill Burns
Metz, Bobby W, WWCS wrote: > Yeh, Mark's first book seems to be on backorder everywhere. I've been > trying to get it for some time. B&N and Borders both don't have it and > tell me backordered as well. > I sent an email to O'Reilly earlier today. I asked them then they thought I might get the

[python-win32] curses and _curses

2006-05-01 Thread Dean Allen Provins
Hello: I just installed the 2.4 version of Python on a WinXP box. I then copied over my python code which runs under Linux. This code uses "curses.ascii" (isspace specifically). The Win version of the libraries has a curses directory and within it, the ascii.py module. Unfortunately, the __ini

Re: [python-win32] curses and _curses

2006-05-01 Thread John Machin
On 2/05/2006 8:16 AM, Dean Allen Provins wrote: > Hello: > > I just installed the 2.4 version of Python on a WinXP box. I then > copied over my python code which runs under Linux. This code uses > "curses.ascii" (isspace specifically). > > The Win version of the libraries has a curses directory

Re: [python-win32] curses and _curses

2006-05-01 Thread Bill Burns
> On 2/05/2006 8:16 AM, Dean Allen Provins wrote: > >>Hello: >> >>I just installed the 2.4 version of Python on a WinXP box. I then >>copied over my python code which runs under Linux. This code uses >>"curses.ascii" (isspace specifically). >> >>The Win version of the libraries has a curses dire

[python-win32] curses and _curses

2006-05-01 Thread Roger Upole
Bill Burns wrote: >> On 2/05/2006 8:16 AM, Dean Allen Provins wrote: >> >>>Hello: >>> >>>I just installed the 2.4 version of Python on a WinXP box. I then >>>copied over my python code which runs under Linux. This code uses >>>"curses.ascii" (isspace specifically). >>> >>>The Win version of the