[python-win32] Wiki

2007-03-05 Thread James Matthews
After fighting with my Hosting company to support and give me a shell I got nowhere for a week! so i have installed TikiWiki and hope it works out well... (if anyone has a better one with a simple installation please tell me) Anyways here is the site www.wazoozle.com please take things away!

Re: [python-win32] Media Wiki

2007-03-05 Thread David Fraser
Graham Bloice wrote: > James Matthews wrote: > >> I will leave the final verdict to the great users of the python mailing >> list! I will decide on later based on the majority! >> >> > > +1 for MoinMoin > > +1 for MediaWiki Despite despising PHP it always seems to look better and feel n

Re: [python-win32] Media Wiki

2007-03-05 Thread James Matthews
I would agree however i do like the fedora core website which runs moin moin On 3/5/07, David Fraser <[EMAIL PROTECTED]> wrote: Graham Bloice wrote: > James Matthews wrote: > >> I will leave the final verdict to the great users of the python mailing >> list! I will decide on later based on the

Re: [python-win32] Python-win32 Digest, Vol 48, Issue 2

2007-03-05 Thread Tony Cappellini
Date: Sun, 4 Mar 2007 16:18:55 -0500 From: "Roger Upole" <[EMAIL PROTECTED]> Subject: [python-win32] Re: win32gui.GetOpenFileName() To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original This function expects a buffer containi

Re: [python-win32] Wiki

2007-03-05 Thread Bob Gailer
James Matthews wrote: > After fighting with my Hosting company to support and give me a > shell I got nowhere for a week! so i have installed TikiWiki and > hope it works out well... (if anyone has a better one with a simple > installation please tell me) Anyways here is the site www.wazoozl

Re: [python-win32] Wiki

2007-03-05 Thread Michel Claveau
Hi! >>> I see no way to add pages +1 Michel Claveau ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Wiki

2007-03-05 Thread James Matthews
Changed to MediaWiki sorry i only informed Bob On 3/5/07, Michel Claveau <[EMAIL PROTECTED]> wrote: Hi! >>> I see no way to add pages +1 Michel Claveau ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinf

[python-win32] PID of a process created by win32com.client.Dispatch()

2007-03-05 Thread Bruce Webber
I've written a program which automates the running of Business Objects (a query generator and reporting tool). The command which creates the process (and the corresponding Python object) is: boApp = win32com.client.Dispatch('BusinessObjects.Application') This works fine, and I have successfull