Re: [python-win32] win32 meta-topic

2005-12-06 Thread Tim Golden
[John Machin] [... snip intentions of python-win32 list ...] Thanks, Tim. Maxima mea culpa. I'll pull my head in :-) Does anyone have any suggestions on what advice to give (a) people who post from work via e-mail, engendering enormous disclaimers (b) possibly over-sensitive folk who are

Re: [python-win32] Problems running Python 2.1 and ArcView 9.1

2005-12-06 Thread Kevin Ceder
Deborah, I've done quite a bit of work with Python and ArcGIS but have not run into this issue and have noticed a couple of things in the ArcGIS install, namely that ESRI does not to a full install of Python. It appears that the interpreter commandline help is not installed as well as the

Re: [python-win32] python - visualbasic integration

2005-12-06 Thread bob
At 03:18 AM 12/6/2005, Amit Antebi wrote: We want to combine Visual Basic with Python. GUI will be in VIsual basic. Computation Engine will be in python. Which architecture do you recommend: 1. COM - who will be client and who server, and why? 2. Python API - access the python from VB using the

Re: [python-win32] Python-win32 Digest, Vol 33, Issue 7

2005-12-06 Thread Mark Hammond
Certainly COM would work. In this case your VB EXE would use CreateObject to create a Python implemented object. As what type of Python Object? I have the VB6 ide open, and the references Browser as well, there is no generic Python object to include into a VB project. Which means one