Re: [python-win32] python-win32 Digest, Vol 64, Issue 25

2008-07-23 Thread Norm Petterson
Google is your friend. Of the many references, he first for "WindowsError: [Error 5] Access is denied" probably answers your question ;-)... On Wed, Jul 23, 2008 at 6:57 AM, siddhartha veedaluru < [EMAIL PROTECTED]> wrote: > Hi, > > Tried the following snippet: > > import os, sys > from _winre

Re: [python-win32] Py2exe and win32com.shell

2008-05-23 Thread Norm Petterson
On Fri, May 23, 2008 at 8:18 AM, Tejovathi P <[EMAIL PROTECTED]> wrote: > > > I opened pythonwin and tried importing wincom.shell. Its working > fine.! Then where am I doing wrong > > Hello Tejovathi, Googling py2exe win32com gave this reference among the first few: http://www.wired

Re: [python-win32] eggs and pythonservices

2007-03-12 Thread Norm Petterson
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Dear win32 experts I am trying to write a win32 service for a paste/pylons application which works well from the command line, however if I try to make it into a service the application can no longer find "eggs" that it needs. I'm includi