Re: [python-win32] Recurring DLL error with py2exe

2011-08-26 Thread RayS
At 06:02 AM 8/25/2011, Jacob Kruger wrote: The last 2 lines rendered in that window are then the following: *** finding dlls needed *** error: MSVCP90.dll: No such file or directory That specific DLL gets copied quite easily into the relevant subfolder of the dist folder when I run a similar

Re: [python-win32] Recurring DLL error with py2exe

2011-08-26 Thread Jacob Kruger
Thanks, Werner Adding the reference to the dll_excludes to the options dict made the py2exe setup.py now run fine. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message --- Subject: Re: [python-win32]

Re: [python-win32] Recurring DLL error with py2exe

2011-08-26 Thread Jacob Kruger
Oh yes, and it also lets me build the .exe for the small test app making use of pyaudiere, so I can now get it to play sounds, with panning etc. quite easily - will just get some friends etc. to test this on cleaner, older versions of operating systems etc. once can upload the zip file to FTP

Re: [python-win32] Issue with inserting Microsoft Excel charts into Word

2011-08-26 Thread Tim Golden
On 25/08/2011 17:50, Tom wrote: Hello all, I am writing a reporting application that uses word's COM interface. I recently found myself needing to insert a chart into the document, and the AddChart method seemed ideal (http://msdn.microsoft.com/en-us/library/bb226069(v=office.12).aspx). The code

[python-win32] Fwd: Issue with inserting Microsoft Excel charts into Word

2011-08-26 Thread Tom
Me and Tim started to email each other directly, here are the messages for anyone who is interested. ~Tom -- Forwarded message -- From: Tom t...@pentest.7safe.com Date: Fri, Aug 26, 2011 at 12:04 PM Subject: Re: [python-win32] Issue with inserting Microsoft Excel charts into Word