[wxPython-users] Re: Platform<=>version conflict or what?
Phillip Stevens
pmstevens at verizon.net
Sun Jun 3 07:02:11 PDT 2007
Hi Jorma,
...
> This works fine on my Win2k ! - It'll create Runtime-Temp, where the
> TestApp is running from, when started and erases Temp-file automatically
> when exited - this feature I like !!
OK, I see better what you are trying to do now, building a single
executable file. I haven't tried this, but the questions I'd have
about it would be:
- Have you verified that the files have been properly extracted
from the single executable into the temporary directory? Do they
have the same MD5SUM's as they did before they were placed into the
single file executable?
- Does it make any difference if compression is turned off?
- Maybe it's an order of events thing? (maybe the .dlls have to
already be present before the .exe starts running?? I ask this not
knowing if it extracts them all, or if they are extracted "on demand"
as requested, or the order in which they are extracted...)
> What is WINO386.mod ???
I'm not sure but this may be something called "WinOldApp" that I
sometimes see running in the task manager list.
> 4)Filemon
> - Can you collect the whole trace with it ?
I've never run into a case where I could not see what I wanted to see
with Filemon. I usually let things run to the point where the event
has happened, then stop the capture in Filemon, and look back at what
happened.
> rgds,
> Jorma
More information about the wxpython-users
mailing list