Platform<=>version conflict or what?
Jorma Paavola
Jorma.Paavola at Elisanet.fi
Tue Jul 3 04:46:32 PDT 2007
Phillip Stevens kirjoitti:
> Hi Jorma,
>
> Here is some info about the search order of .DLL's:
> http://msdn2.microsoft.com/en-us/library/ms682586.aspx
>
> Since you say it extracts the files into a Temp folder, I'm guessing
> that it should add this Temp Folder to the Path (for 98 anyway...).
> Is it possible that the Path has grown too long, or that you are out
> of environment space on the Win98 system? If so the Path maybe has
> been truncated, Or maybe it fails to modify the Path, and that is
> the problem.
>
> The error message says that it cannot find the file. If a file really is
> there, I'd wonder if it can't find it it because the Path isn't
> pointing to it. In the other OS'es it may be using the other search
> mechanisms available in order to locate the .DLL.
>
> If this isn't it, it's probably time to run it under a debugger
> (IDLE, GDB, or other), set some breakpoints, run to just before
> where things break, and then single step along and see what's really
> going on, at the moment when things do break. And which .DLL is
> involved, as that might provide a clue.
>
> ---Phil
>
>
Thanks a lot !
According to the listing generated by "Filemon" all the paths are really
generated correctly and the abnormalities happen when under Win98 sw is
tryi´ing to point/read/manipulate/write/attribute the said extracted
files through the correct paths!!
Very strange for me !
Would you like to get a small piece of the list of Filemon from that
"abnormal" area ?
For your information I have tried "GcCollect" (Carbage collect) proposed
by Werner Bruhin as well, which unfortunately has no influence to the
problem (suspect of lack of resources) !
I may have to start to debug ... or ?
Best regards,
Jorma Paavola
More information about the wxpython-users
mailing list