Re: [Tutor] Lucky Boy Sudhir wants to chat

2008-12-17 Thread Williams, Thomas (DSHS/RDA)
Thank you Tom -Original Message- From: Kent Johnson [mailto:ken...@tds.net] Sent: Wednesday, December 17, 2008 6:52 AM To: Lucky Boy Sudhir Cc: tutor@python.org Subject: Re: [Tutor] Lucky Boy Sudhir wants to chat I have unsubscribed Lucky Boy from the list as he is just spamming it. Ken

[Tutor] website information

2005-04-18 Thread Williams, Thomas
Does anyone know how to prevent this error from occurring: IOError: [Errno socket error] (10060, 'Operation timed out').   I have searched for solutions without any success.   Tom Williams     ___ Tutor maillist - Tutor@python.org h

[Tutor] updating Oracle tables via python

2005-03-29 Thread Williams, Thomas
Greetings, I am attempting to update an Oracle table using python.  When I execute the code, the python script appears to hang, in that nothing else happens.   As always, any assistance you can provide will be appreciated.   Code:   connection = cx_Oracle.connect("db/[EMAIL PROTECTED

[Tutor] executing SAS and passing parameters

2005-02-09 Thread Williams, Thomas
Here is the code I am using to invoke SAS: import os import sys shell = os.environ.get('COMSPEC') if shell is None: shell = os.environ.get('SHELL') if shell is None: shell = 'an unknown command processor' print 'Running under', shell os.exe

RE: [Tutor] executing SAS and passing parameters

2005-02-08 Thread Williams, Thomas
again, Tom -Original Message- From: Alan Gauld [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 1:57 PM To: Williams, Thomas; tutor@python.org Subject: Re: [Tutor] executing SAS and passing parameters > I am trying to use python to run a SAS program by passing th

[Tutor] executing SAS and passing parameters

2005-02-08 Thread Williams, Thomas
Greetings,   I am trying to use python to run a SAS program by passing the needed parameters.  I am able to start SAS, but unable to start the correct SAS program with its parameters.   Any assistance you could provide will be appreciated.   Tom Williams DSHS - Research and Data Analy