[python-win32] Re: Help needed

2005-09-02 Thread Roger Upole
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

Re: [python-win32] py2dll - or an example of a dll writen in python?

2005-09-02 Thread Thomas Heller
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

Re: [python-win32] problem wih vi.run

2005-09-02 Thread Tim Roberts
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

[python-win32] wxImage can't read tif file?

2005-09-02 Thread James Hu
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

[python-win32] Help needed

2005-09-02 Thread Harish Kotian
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") %>  

[python-win32] py2dll - or an example of a dll writen in python?

2005-09-02 Thread Darren Blaser
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 {

Re: [python-win32] Creating an Exchange mailbox for an Active Dir ectory user

2005-09-02 Thread Suzuki Alex
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

Re: [python-win32] Creating an Exchange mailbox for an Active Dir ectory user

2005-09-02 Thread Rudy Schockaert
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.

Re: [python-win32] Creating an Exchange mailbox for an Active Dir ectory user

2005-09-02 Thread Suzuki Alex
> 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

[python-win32] Re: win32com, pythoncom

2005-09-02 Thread Roger Upole
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