I have a question (I've run across this while working on Ticket #547, but it's independent of Merge):

In EXE.check_guts, the first thing done is a call to _rmdir to remove the folder containing the executable. The next thing is to see whether the exe exists. Of course it doesn't, so the function returns True (need to rebuild), and the following code will never be executed.

So, what is the intended effect here? It looks like the _rmdir was added at some point, possibly because it was decided that the existing executable couldn't be trusted.

This isn't a major issue, but I am curious.

Thanks,

--

Don Dwiggins
Advanced Publishing Technology


--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to