Since 4/14/2012 6:17:38 AM, pln has written 6 articles and participated in 4 conversations. pln signature: pln
pln's articles:
Items(6) /1
Munged HTML headers from one mailer025 (10/21/2004 12:12:36 AM) comp.mail.sendmail I have a weird problem. A while ago my church switched to a new ISP, a small one that specializes in serving churches. Whenever someone at the church sends me an HTML-coded email, it arrives in bad condition. ... Patrick
Internal disk address in Ultra 2612 (7/9/2004 11:45:20 PM) comp.sys.sun.hardware The second internal disk bay in my Ultra 2 has been empty for 5 years. I finally got a 36 GB SCA disk to fill it. I set the jumper for SCSI target 4, which was not used by any other device. When the machine ... Patrick
Tkinter: cut'n'paste from DISABLED window?427 (4/7/2004 1:38:56 AM) comp.lang.python Our Tkinter application has a big ScrolledText widget which is a log of everything that happens. In order to prevent people from making changes, we have it in DISABLED mode except when the program wants to wri... Patrick
Tkinter: disable menu items while running17 (1/14/2004 11:28:21 PM) comp.lang.python We have a Tkinter application which has a menubar with cascade submenus. I would like to start the program with one of the submenu items state=DISABLED, then change it to state=NORMAL at a later time. I hope ... Patrick
Grab input&output of program on Windows27 (1/6/2004 12:40:15 AM) comp.lang.python I'm going nuts trying to port an application from Linux to Windows. We have a python/Tkinter script which runs a C++ application. It starts it with popen4 and communicates through the two pipes. It reads te... Patrick
Popen4 -> null lines on Windows225 (12/30/2003 12:59:12 AM) comp.lang.python We have an application that works on Linux. It has to be ported to Windows XP, and there's one bug that's driving me crazy. There's a number-crunching program written in C++. It is invoked by a Tkinter python... Patrick
pln's replies:
Items(4) /1
In search of... Sun 2/50!1518 (11/9/2004 1:00:36 PM) comp.sys.sun.hardware Yup, you read right. This request is for the grizzled UNIX hardware vets only! (or the nephew/niece of one, I suppose.) I'm a support engineer for a known Sun service provider, and have a growing collection of... clstar(5)
os.popen3 with windows; help?1129 (10/25/2004 10:31:40 PM) comp.lang.python I'm trying to launch an application from Python 2.3 on Windows. The application is "ds9" (an image viewer), and is installed in C:\Program Files\ds9\ds9 On unix I just do: os.popen3("ds9") and close the retu... rowen(125)
what is FITS (image processing toolbox)?326 (9/16/2004 5:23:35 PM) comp.soft-sys.matlab hi all can anyone tell me what a FITS(Flexible Image Transport System) is? also what is "primary data array"?? I have encountered a problem while trying I=fitsread('102_1886.jpg'); the following error appear -... kbk19981(38)
Popen4 -> null lines on Windows225 (12/30/2003 12:59:12 AM) comp.lang.python We have an application that works on Linux. It has to be ported to Windows XP, and there's one bug that's driving me crazy. There's a number-crunching program written in C++. It is invoked by a Tkinter python... pln(10)