Re: [python-win32] [python] Re: python on visual studio 2008

2008-01-04 Thread Michael Foord
Marcos Pinto wrote: > thanks, but those are also built with 7.1 and not 2005 or 2008 > In the Python source (for 2.5) there should be a VS 2005 project. Have you tried updating this for VS 2008? (PCBuild8 folder I believe) Subversion head should be buildable with VS 2008 which will be the de

Re: [python-win32] python on visual studio 2008

2008-01-04 Thread Marcos Pinto
thanks, but those are also built with 7.1 and not 2005 or 2008 On Jan 4, 2008 3:59 PM, Reedick, Andrew <[EMAIL PROTECTED]> wrote: > www.activestate.com has pre-built windows binaries for Python. > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of M

Re: [python-win32] python on visual studio 2008

2008-01-04 Thread Reedick, Andrew
www.activestate.com has pre-built windows binaries for Python. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcos Pinto Sent: Friday, January 04, 2008 4:39 PM To: python-win32@python.org Subject: [python-win32] python on visual studio 2008 does any

[python-win32] python on visual studio 2008

2008-01-04 Thread Marcos Pinto
does anyone know of a third-party which unofficially provides python built with visual studio 2008, instead of the official 2003? i've tried to build python myself, but failed, so i was wondering if anyone already provides it? thanks ___ python-win32 mai

Re: [python-win32] where should adodbapi be placed within python-win32?

2008-01-04 Thread Vernon Cole
Mark: adodbapi.py is now in the pywin32 CVS. It is the version I have been running for a few months, there are differences only in documentation compared to the adodbapi CVS source tree. There are three outstanding issues, very minor, which I will address in the next few weeks, and will update the

Re: [python-win32] how can get the attachments(exclude) in the email

2008-01-04 Thread Tim Roberts
Antony Joseph wrote: > > How can i get the attachments in the mail from outlook.? > > how can i make query for that? > > pls anybody help me > What have you tried? Show us what you have, and we can help you fix it. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc.

Re: [python-win32] infinite loop

2008-01-04 Thread Tim Roberts
kNish wrote: > I have two py programs. both have while 1: loops. Lets say > File A has one while 1: loop and File B has another while 1: loop. > File A has a break statement. File B has no break statement. > > File B is running. I now run File A. This file executes > the bre

Re: [python-win32] Starting a .exe py2exe program in background mode.

2008-01-04 Thread Johri, Mayank (GTI)
This will help you http://www.velocityreviews.com/forums/t324326-re-py2exe-question.html Thanks and Regards, Mayank Johri Merrill Lynch & Co. Ph: 212.647.3076 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of João Abrantes Se

[python-win32] Starting a .exe py2exe program in background mode.

2008-01-04 Thread João Abrantes
Hello everyone. I have made a python program and converted into an executable using py2exe. Now I want him to start on windows startup without showing the DOS Window... I have registered the program on windows startup registry key: key = _winreg.OpenKey(_winreg.HKEY_CURRENT_USER, "SOFTWARE\

Re: [python-win32] COM automation: problem accessing property ofderived object obtained from collection

2008-01-04 Thread Albert Strasheim
Hello all Finally managed to type the correct magic phrase into Google. Looks like I want CastTo: http://mail.python.org/pipermail/python-win32/2003-April/000914.html http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440493 Cheers, Albert ___ p

[python-win32] infinite loop

2008-01-04 Thread kNish
Hi, I have two py programs. both have while 1: loops. Lets say File A has one while 1: loop and File B has another while 1: loop. File A has a break statement. File B has no break statement. File B is running. I now run File A. This file executes the break statement. What

[python-win32] how can get the attachments(exclude) in the email

2008-01-04 Thread Antony Joseph
hi How can i get the attachments in the mail from outlook.? how can i make query for that? pls anybody help me > Thanks antony ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] COM automation: problem accessing property of derived object obtained from collection

2008-01-04 Thread Albert Strasheim
Hello - Original Message - From: "bob gailer" <[EMAIL PROTECTED]> To: "Albert Strasheim" <[EMAIL PROTECTED]> Cc: Sent: Friday, January 04, 2008 11:15 AM Subject: Re: [python-win32] COM automation: problem accessing property of derived object obtained from collection > Albert Strasheim

Re: [python-win32] COM automation: problem accessing property of derived object obtained from collection

2008-01-04 Thread bob gailer
Albert Strasheim wrote: > Hello all > > I'm new to the world of COM automation with Python, so please bear with me. > > I'm trying to automate Golden Software's Surfer 8 [1] using Python. > > The basics seems to be working fine, but I'm running into a problem when > dealing with a collection conta