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
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
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
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
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
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
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
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 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
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
ka
---
Kevin Altis
[EMAIL PROTECTED]
2001-06-10
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
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
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
'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
14 matches
Mail list logo