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 :
>
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 2:0
Jim,
Yes -- Each permutation has the same issue -- If I try anything that
looks two dimensional I get the error below, if I try a scalar or single
dimension array I get an "illegal" argument error
- Original Message -
From: "Jim Vickroy" <[EMAIL PROTECTED]>
To: "Sam The Cat" <[EMAI
Tim Golden wrote:
> 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
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.
>
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 Tup
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 :
http://www.microsoft.com/silverlight
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 t
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 in
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 if
10 matches
Mail list logo