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

2011-08-26 Thread Jacob Kruger
server from home where connection is at least decent... So, thanks again, and stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message --- Subject: Re: [python-win32] Recurring DLL error with py2exe F

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

2011-08-26 Thread Jacob Kruger
thon-win32] Recurring DLL error with py2exe From: "Werner F. Bruhin" Date: Thu, 25 Aug 2011 17:57:05 +0200 To: jac...@mailzone.co.za Cc: Jacob Kruger , python-win32@python.org >On 08/25/2011 04:30 PM, Jacob Kruger wrote: >> Ok, where should I include that exc

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 c

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

2011-08-25 Thread Werner F. Bruhin
Tim and Mark, On 08/25/2011 07:29 PM, Tim Roberts wrote: Mark Mordeca wrote: Hi, Python is built using 2008. You can find this in the readme.txt under the PCbuild folder (from the 2.7.2 source at least): Memory fault on my part. I was thinking they had bypassed 2008 and gone from 2005 stra

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

2011-08-25 Thread Tim Roberts
Mark Mordeca wrote: > Hi, > > Python is built using 2008. You can find this in the readme.txt under the > PCbuild folder (from the 2.7.2 source at least): Memory fault on my part. I was thinking they had bypassed 2008 and gone from 2005 straight to 2010, but I see both 2.6 and 2.7 use VS2008. -

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

2011-08-25 Thread Mark Mordeca
lto:python-win32-bounces+mark.mordeca=prosensus...@python.org] On Behalf Of Tim Roberts Sent: Thursday, August 25, 2011 12:57 PM To: Python-Win32 List Subject: Re: [python-win32] Recurring DLL error with py2exe Jacob Kruger wrote: > Typed in following command line code using sort of standard

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

2011-08-25 Thread Jacob Kruger
. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Tim Roberts" To: "Python-Win32 List" Sent: Thursday, August 25, 2011 6:57 PM Subject: Re: [python-win32] Recurring DLL err

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

2011-08-25 Thread Werner F. Bruhin
On 08/25/2011 04:30 PM, Jacob Kruger wrote: Ok, where should I include that exclude line? I tried just copying it into the setup.py file a bit higher up, but not sure if needs to be specifically included in some part of it, and I found out if I also tried to tell it not to copy the MSVCRT subf

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

2011-08-25 Thread Tim Roberts
Jacob Kruger wrote: > Typed in following command line code using sort of standard setup.py file > that works on other things like my mapData IF engine, but did change the name > of the .py file it should process: > python setup.py py2exe > > The last 2 lines rendered in that window are then the f

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

2011-08-25 Thread Jacob Kruger
;AboutBox.py"], Since while setup.py is running in console mode, don't know if the resulting wxPython based .exe runs in a console mode window as such..? Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message

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

2011-08-25 Thread Werner F. Bruhin
Hi Jacob, On 08/25/2011 03:02 PM, Jacob Kruger wrote: Thought this problem was specific to pyaudiere, but now got same thing when tried to test using py2exe on a very small, test wxPython app to make sure it was worth focusing on this in terms of GUI's etc., but it again tells me the same thi

[python-win32] Recurring DLL error with py2exe

2011-08-25 Thread Jacob Kruger
Thought this problem was specific to pyaudiere, but now got same thing when tried to test using py2exe on a very small, test wxPython app to make sure it was worth focusing on this in terms of GUI's etc., but it again tells me the same thing. Typed in following command line code using sort of s