code to import outlook contacts

2001-08-22 Thread Kevin Altis
As part of a PythonCard sample that I wrote today, I created some code to import Outlook contacts. While the fields I decided to import are specific to the Addresses sample I created for PythonCard, the logic is generic and could be used for other projects. I haven't done much testing with it and

storing user preferences

2001-08-09 Thread Kevin Altis
knows of a cookbook entry to solve this problem or if you have your own solution please let me know. If I don't get an answer in the next couple of days I'll post to comp.lang.python. Thanks, ka --- Kevin Altis [EMAIL PROTECTED] ___ ActivePython

RE: Beginner's questions

2001-08-03 Thread Kevin Altis
ceforge.net/ SoureForge summary page http://sourceforge.net/projects/pythoncard/ Mailing list http://groups.yahoo.com/group/pythoncard PythonCard requires Python 2.1 or later and wxPython 2.3.1. wxPython is available at http://www.wxpython.org/ ka --- Kevin Altis [EMAI

ActivePython for the Mac?

2001-06-29 Thread Kevin Altis
Now that the Macintosh is running a form of Unix with OS X, will ActivePython be ported to OS X? If so, what is the timeframe for the port? ka ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

RE: debugging wxPython programs

2001-06-25 Thread Kevin Altis
I have also had problems with PythonWin locking up if I try and run wxPython programs. When I made the cwd (current working directory) patch to scriptutils.py I noticed that even for non-debugger runs of a program PythonWin is execing the code rather than running it as an external program cod

clipboard and web search changes for pydoc_win32.py

2001-06-19 Thread Kevin Altis
The modified pydoc_win32.py file is at the URL below. ka ps. If you're getting tired of seeing these small tweaks posted to the list, please flame me directly ([EMAIL PROTECTED]) and I'll consider some other forum for announcements; please don't do a flame reply to the whole list ;-) --- http://w

small security mod for pydoc.py

2001-06-18 Thread Kevin Altis
This isn't specific to ActivePython, so apologies in advance if this is inappropriate list material. I'll make a general post to comp.lang.python later. The modified pydoc.py file is at the URL below. ka --- >From the readme.txt file... http://www.semi-retired.com/python/pythonwin/ pydoc.py This

RE: 2.1.0.211 release notes online?

2001-06-18 Thread Kevin Altis
June 18, 2001 12:18 PM > To: Kevin Altis > Cc: [EMAIL PROTECTED] > Subject: Re: 2.1.0.211 release notes online? > > > The release notes for Build 211 are now available. To address your > question, ActivePython Build 211 should be installed after removing > ActivePython Build

scriptutils.py replacement for PythonWin

2001-06-15 Thread Kevin Altis
scriptutils.py along with my previous post sgrepmdi.py are located at the URL below. >From the readme.txt at: http://www.semi-retired.com/python/pythonwin/ scriptutils.py This is a replacement for scriptutils.py used by PythonWin. The file is located in Pythonwin\pywin\framework within the Pytho

2.1.0.211 release notes online?

2001-06-15 Thread Kevin Altis
I just noticed that 2.1.0.211 is available for download http://aspn.activestate.com/ASPN/Downloads/ActivePython/. Are the release notes available online? If not, could they be made available so we can see what has changed, bug fixes, etc. between different builds without actually installing the s

sgrepmdi.py replacement for PythonWin

2001-06-10 Thread Kevin Altis
ka --- Kevin Altis [EMAIL PROTECTED] 2001-06-10 ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

RE: StandAlone Python vs Python+WSH

2001-06-07 Thread Kevin Altis
As Mark mentioned, there are some things like SendKeys that you get access to via WSH. Also, I'm pretty sure Win98, NT, ME, and 2000 already have WSH installed, so it isn't like you need to add anything to your system; open up a console window and type "cscript" to see what is installed. See my pr

examples of Windows Script Host SendKeys, Run, etc.

2001-05-22 Thread Kevin Altis
aight .py code rather than resorting to using .pys scripts. ka --- Kevin Altis [EMAIL PROTECTED] --- 1st example # Python version of MSDN example for SendKeys # uses the Windows calculator and sends keystrokes to execute a simple calculation # http://msdn.microsoft.com/scripting/default.htm?/scri

named and optional arguments in Python for use with COM components?

2001-05-22 Thread Kevin Altis
've tried doing some variations in Python such as: ...FindControl(None, 5488, None, None) but they all generated errors. ka --- Kevin Altis [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython