Re: [python-win32] Python COM and Photoshop

2007-05-01 Thread Francesco Guerrieri
I am a complete beginner myself with python and win so surely there are better ways of doing this. In any case, here's my try. You could try to go in the reverse manner: instead of trying to guess the right way from python to VB, define an Array object in VB and pass it to python, dispatch it

[python-win32] Running CherryPy inside IIS

2007-05-01 Thread Paul Johnston
Hi, I am trying to run a CherryPy (Python web server) application inside IIS, and having some problems. I'm using wsgiref and this ASP/WSGI script: http://www.aminus.org/blogs/index.php/fumanchu/2005/05/26/wsgi_gateway_for_asp_microsoft_iis For now I'll skip over the details of exactly how I

Re: [python-win32] Running CherryPy inside IIS

2007-05-01 Thread Tim Golden
Paul Johnston wrote: [... snip loads of IIS stuff about which I'm blissfully ignorant ...] Any suggestions will be much appreciated! Does anyone here have CherryPy working on Windows? Yup. I have it working standalone and (just today) behind mod_python - and with mod_auth_sspi to boot. But

Re: [python-win32] Python COM and Photoshop

2007-05-01 Thread Jim Vickroy
Sam The Cat wrote: Help ! I am writing some COM code in Python to control photoshop. Several functions of PS require an Array argument. In the examples of VBscript or javascript the Array type is used. I have tried what would appear to be the equivalent in Python -- Lists and Tuples --

Re: [python-win32] Running CherryPy inside IIS

2007-05-01 Thread David Primmer
try some bourbon. http://chichen-itza.compmed.ucdavis.edu/trac/bourbontrac it uses cherrypy and servies wsgi apps on windows. davep On 5/1/07, Paul Johnston [EMAIL PROTECTED] wrote: Hi, I am trying to run a CherryPy (Python web server) application inside IIS, and having some problems. I'm

Re: [python-win32] Running CherryPy inside IIS

2007-05-01 Thread Mark Hammond
You almost certainly do not want to do this via ASP. Look at the isapi module that comes with pywin32 for a much lower-level interface into IIS. Cheers, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Johnston Sent: Wednesday, 2 May 2007

Re: [python-win32] SilverLight, a substitute for Python-Active-Scripting in IE?

2007-05-01 Thread Michael Foord
Michel Claveau wrote: Hi! SilverLight (MS flash killer), is a plug-in for InternetExplorer (Win), FireFox (Win), and Safari (Mac). SilverLight is scriptable with Python ( Jscript, and, soon, with Ruby) The release 1.1-Alpha come with JScript Python (or ironPython?) See :