Re: [python-win32] Media Wiki

2007-03-06 Thread David Fraser
James Matthews wrote: I would agree however i do like the fedora core website which runs moin moin OK great - if it looks like that switch my +1 MediaWiki to +1 MoinMoin ___ Python-win32 mailing list Python-win32@python.org

Re: [python-win32] Wiki

2007-03-06 Thread Tim Golden
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.wazoozle.com

Re: [python-win32] win32gui.GetOpenFileName()

2007-03-06 Thread Gabriel Genellina
En Mon, 05 Mar 2007 15:41:09 -0300, Tony Cappellini [EMAIL PROTECTED] escribió: Is there a way I can select multiple files with either of the above mentioned calls? (pressing Control doesn't work) Pass win32con.OFN_ALLOWMULTISELECT|win32con.OFN_EXPLORER in the Flags to enable this.

[python-win32] Reusing a local com server object

2007-03-06 Thread Ross McKerchar
I am having trouble connecting to an already running python com server. I have set CLSCTX_LOCAL_SERVER for my com object and I am using the GetObject function in my vbscripts which connect to the com server. I have written a simple test server that behaves very similarly to my real server

[python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Grzegorz Adam Hankiewicz
Hi. I have an old application which uses Access, and possibly the reason why concurrent access wasn't designed is because transactions are not supported, so multiple writes could be trouble. I was wondering if it would be possible to serialise all the read/write operations through a micro

Re: [python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Tim Roberts
Grzegorz Adam Hankiewicz wrote: I have an old application which uses Access, and possibly the reason why concurrent access wasn't designed is because transactions are not supported, so multiple writes could be trouble. Access is trouble any time you have more than about 2 people using a

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

2007-03-06 Thread Tim Roberts
Bruce Webber wrote: 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

[python-win32] Re: Reusing a local com server object

2007-03-06 Thread Roger Upole
Ross McKerchar wrote: I am having trouble connecting to an already running python com server. I have set CLSCTX_LOCAL_SERVER for my com object and I am using the GetObject function in my vbscripts which connect to the com server. I have written a simple test server that behaves very

Re: [python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Grzegorz Adam Hankiewicz
Tim Roberts wrote: Access is trouble any time you have more than about 2 people using a single database. It just wasn't designed for that environment. I know, I know... just imagine that before accepting this job I didn't even know Access *could* be used *like* one, I always thought it

Re: [python-win32] Wiki

2007-03-06 Thread James Matthews
Mark I added a section for editing pages! (the mark-up) and to create pages all you need to do it search for the title and click create the page! Tim i am working on the OpenID ext. It seems it doesn't support the version of mediawiki that we have but i am working on it! P.S Tomorrow i am making