Newbie Windows 98 installation

2001-02-19 Thread Larry Bates
I downloaded and installed ActivePython on my Windows 98 machine. The installation went fine and I can run the PythonShell just fine. When I try to run PythonWin I get the following messages in a Window. I read all the FAQs and documentation, but I just don't see what went wrong. BTW - The docu

Newbie & package setup

2001-06-25 Thread Larry Bates
inger on what is wrong. Thanks in advance for any assistance. Regards, Larry Bates ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Newbie & package setup

2001-06-25 Thread Larry Bates
inger on what is wrong. Thanks in advance for any assistance. Regards, Larry Bates ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Newbie & package setup

2001-06-25 Thread Larry Bates
inger on what is wrong. Thanks in advance for any assistance. Regards, Larry Bates ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

RE: Newbie & package setup (more)

2001-06-25 Thread Larry Bates
ylibrary.utils import signon # (no error) help(signon) # shows me what I expect # Python knows about the module signon("test") and I get the error message. It is not just this function, it is any working module that I put in the pa

getpass.getpass not working under Windows

2001-06-27 Thread Larry Bates
On my machine if I type the following two lines at interactive prompt, PythonWin locks up and must be terminated. When I run from DOS prompt it works properly. Is it just my machine or does it act this way for others? >>> import getpass >>> pw=getpass.getpass("Input Password? ") -Larry __

RE: ActivePython digest, Vol 1 #417 - 1 msg

2002-08-17 Thread Larry Bates
>>for sKey in arSubKeys: >>print sKey In your code sKeys is in fact not initialized prior to passing it as an argument to EnumKey method of objRegi class. That is why you are receiving traceback message. Python doesn't know what value to pass. Hope info helps. Regards, Larr

Create a python string from a pointer to a string?

2002-08-27 Thread Larry Bates
es of objects. Sometimes you also need to use struct module also. Hope this information helps. Larry Bates Syscon, Inc. [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 2:03 PM To: [

RE: Formatting reports with Python

2002-10-21 Thread Larry Bates
olving the problem any other way. Hope the information helps some. Regards, Larry Bates Syscon, Inc. Message: 2 From: =?iso-8859-1?Q?K=E1ri_Har=F0arson?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Formatting reports with Python Date: Fri, 18 Oct 2002 10:53:37 - Hello all, I w

Package Manager problem w/Python 2.1

2003-03-19 Thread Larry Bates
ation not at start of document I tried from my local machine but it is running 2.2 (and it works properly). Thanks in advance for any assistance. Regards, Larry Bates [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED]

Attachments

2004-12-09 Thread Larry Bates
Check out this class that I've been using for some time. It makes attachments VERY easy. http://motion.sourceforge.net/related/send_jpg.py Larry Bates 1. Attachments ([EMAIL PROTECTED]) 2. RE: Attachments (Brodie, R (Richard)) 3. Re: Attachments (Reggie D