Re: [python-win32] Media Wiki

2007-02-23 Thread Tim Golden
James Matthews wrote: A while ago the fact was brought up that we need a wiki for all the pythonwin32 info! I have acquired a domain name and wish to host this wiki but i want to know what people will want and i need people that will write articles please emails me! Thanks for getting the

Re: [python-win32] Media Wiki

2007-02-23 Thread Mark Mc Mahon
Hi, On 2/23/07, Tim Golden [EMAIL PROTECTED] wrote: + Win32-specifics on various apps / modules, particularly where the authors are more *nix-oriented so special installation steps or even patches are needed. Obviously this could also be fed back to the maintainers. + Common Win32-specific

Re: [python-win32] Media Wiki

2007-02-23 Thread James Matthews
Thank you Mark and Tim! Which Wiki platform should we use? On 2/23/07, Tim Golden [EMAIL PROTECTED] wrote: Mark Mc Mahon wrote: + Hints on how to convert VB to Python (might be somewhere else already) + Hints on how to convert C to python (ctypes) + Advanced examples of how to create

Re: [python-win32] Media Wiki

2007-02-23 Thread Mark Mc Mahon
Hi James, On 2/23/07, James Matthews [EMAIL PROTECTED] wrote: Thank you Mark and Tim! Which Wiki platform should we use? A religious discussion? I personally love Trac, but I don't know how well it fares as a public site - due to wiki spam (though they are working on that), and we probably

Re: [python-win32] Media Wiki

2007-02-23 Thread Graham Bloice
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 -- Regards, Graham Bloice ___ Python-win32 mailing list Python-win32@python.org

Re: [python-win32] better way to get current process's name

2007-02-23 Thread Tim Golden
Kelie wrote: Tim R, What do you mean by installing a Windows hook? A Windows hook is fairly dark magic and essentially involves adding a link into the chain of events whenever something significant occurs within Windows -- mostly to do with the Windows messages which are passed around between

Re: [python-win32] py2exe all of it

2007-02-23 Thread Wedge Lever
Apoligies if this goes to the wrong place - I'm new to mailing lists. I've done a lot of digging and tinkering, and am posting what I've found in case it helps anybody else. I started by py2exe'ing a script that was basically just: execfile(test.py) To see what did and did not work in test.py