Re: [python-win32] PyIMAPIFolder.DeleteFolder ??

2012-04-19 Thread Sriram ET.
On Tue, Apr 17, 2012 at 11:12 AM, Mark Hammond wrote: > On 17/04/2012 3:37 PM, Sriram ET. wrote: > >> >> Hi Mark, is there anything I can do (like raise a feature request) or >> something that will put it somewhere in your roadmap? >> > > A feature request at > sourceforce.net/projects/**pywin32<

Re: [python-win32] comtypes.server.register is case sensitive to filenames, see registry PythonClass.

2012-04-19 Thread Mark Hammond
On 19/04/2012 11:32 PM, jeffwe...@earthlink.net wrote: I was having intermittent problems creating a Python COM object that I am using as a test/learning exercise. What I finally noticed was that when I was command line registering the object I was not consistent in typing the name of the pyth

Re: [python-win32] vb errors from Python COM object now include the traceback lines

2012-04-19 Thread Mark Hammond
On 20/04/2012 8:30 AM, Lloyd Kvam wrote: On Thu, 2012-04-19 at 16:32 -0400, Lloyd Kvam wrote: I am hoping one of you can point me in the right direction. My alternative appears to be (painfully) writing some VB code to discard the traceback lines from Err.Description. Hrm - I thought it had

Re: [python-win32] vb errors from Python COM object now include the traceback lines

2012-04-19 Thread Lloyd Kvam
On Thu, 2012-04-19 at 16:32 -0400, Lloyd Kvam wrote: > I am hoping one of you can point me in the right direction. My > alternative appears to be (painfully) writing some VB code to discard > the traceback lines from Err.Description. I read more carefully through Python Programming on Win32 and

[python-win32] vb errors from Python COM object now include the traceback lines

2012-04-19 Thread Lloyd Kvam
I am upgrading an old windows application from Python 2.4 to Python 2.6. The application is written in portable Python. A GUI interface was created by using Visual Basic (VB 6) and a Python module that wraps the application as a COM object. With python 2.4 (and pywin32-210) exceptions resulted in

[python-win32] comtypes.server.register is case sensitive to filenames, see registry PythonClass.

2012-04-19 Thread jeffwelch
I was having intermittent problems creating a Python COM object that I am using as a test/learning exercise. What I finally noticed was that when I was command line registering the object I was not consistent in typing the name of the python file. Executing the DOS command line: python Tes

Re: [python-win32] Error trying to do a EmptyFolder() (MAPI)

2012-04-19 Thread Sriram ET.
On Tue, Apr 17, 2012 at 6:55 AM, Mark Hammond wrote: > On 14/04/2012 3:19 PM, Sriram ET. wrote: > >> I have a folder in the Root Folder of a message store that I am trying >> to clear using EmptyFolder(). The code is as follows: >> >> folder = store.OpenEntry(eid, None, MOD_FLAG) >