Python is case sensitive, so you'll need to use
Response.Redirect
hth
Roger
Harish Kotian wrote:
> Hello
> Using python script I want to redirect the user to another page.
> I have pasted a sample script below.
> What is the equivalent to the response.redirect code?
> How should it
Darren Blaser <[EMAIL PROTECTED]> writes:
> Hi,
>
> I have a dll that I'd like to write a simple replacement for in python.
> Is this possible? Is there an example somewhere of a dll written in python?
>
> The example could be for something as simple as a single dll export
> implementing the fol
On Thu, 1 Sep 2005 15:07:21 -0600, Ananda Regmi <[EMAIL PROTECTED]> wrote:
>Hello Everybody,
> I am running into a strange problem while running a vi through python.
>Below is my sample code.
>
>lv = win32com.client.Dispatch("LabVIEW.Application.7.1")
>file_path = 'C:\\Documents and Settings\\ad
Hi, all gurus,
I am working on a small project, which needs to display 16 bit tiff image on
screen directly, I use wxStaticBitmap to do that, and I can show png and jpg
file on the screen without any problem. (converting from tiff to png first
is not option though). However, when I try to read tif
Hello
Using python script I want to redirect the user to
another page.
I have pasted a sample script below.
What is the equivalent to the response.redirect
code?
How should it read?
Please help
Harish.
<%@ LANGUAGE = Python%>
<%response.redirect("yahoo.com")
%>
Hi,
I have a dll that I'd like to write a simple replacement for in python.
Is this possible? Is there an example somewhere of a dll written in python?
The example could be for something as simple as a single dll export
implementing the following GetApiVersion call...
typedef enum _Status
{
Hi Rudy.
The code below creates a user in the active directory and
then creates an Exchange mailbox. You need to install CDOEXM
on your client machine.
I didn't realize you could just call IMailBoxStore::CreateMailBox
like that. I guess this has to do with some magic behind IDispatch.
Again, I am
Alex,do you mind sharing your experience. I think others (including me) are interested in this.Ciao,RudyOn 9/2/05, Suzuki Alex <
[EMAIL PROTECTED]> wrote:> I'm trying to create an Exchange mailbox for an existing user in the
> Active Directory.Never mind, I figured it out.cheers, A.
> I'm trying to create an Exchange mailbox for an existing user in the
> Active Directory.
Never mind, I figured it out.
cheers, A.
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Here's a link to an indexing plugin implemented in python.
http://www.orgmf.com.ar/condor/gdsPlugin.py
Although it looks like the registration part needs to be
updated for the newer Google sdk.
Roger
Christophe Leske wrote:
> Roger Upole schrieb:
>
>>>From looking at the idl files in the sd
10 matches
Mail list logo