Re: Newbie Cygwin Q

2006-08-02 Thread Gerry Blais
Sorry - problem solved. My #!/usr/Pyrthon2.4.exe was inadvertently on line 2... Gerry On Wed, 02 Aug 2006 13:04:10 -0400, Gerry Blais <[EMAIL PROTECTED]> wrote: >I'm trying to install and run, on XP, a queueing analysis package, >PDQ, which has a{ Python, swig, C library ver

Newbie Cygwin Q

2006-08-02 Thread Gerry Blais
I'm trying to install and run, on XP, a queueing analysis package, PDQ, which has a{ Python, swig, C library version}. I'm new to Cygwin (but not to Unix). After installing Cygwin and Python, there is a Python2.4.exe in /lib. If I have a file with #!/lib/Python2.4.exe Print "hello" and I do

windows paging Q

2005-11-29 Thread Gerry Blais
I'm running a Python program (1000 by 1000 grid, all source shortest path, running time currently in days) in Python 2.4 under XP. System memory usage according to the task manager is steady at 500 MB out of 1 GB physical memory. My program has a memory usage of 30 MB according to the task m

Python <=> Excel question

2005-09-30 Thread Gerry Blais
Newbie questions: Suppose abc.xls has sheets a, b, c. How can I find, in Python, the sheet names? Given a sheet name, how can I export the sheet as a csv file? Finally, how can I, in Python, make a .txt version of a Word document? Thanks, Gerry -- http://mail.python.org/mailman/listinfo/pyt