On Tue, Jul 22, 2008 at 10:18 AM, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
>
> On 7/22/2008 4:15 AM, Dick Moores wrote:
>> Win XP, Python 2.51, PyInstaller rev 472
>>
>> I'm very pleased so far with the stand-alone .exe's I can create with
>> PyInstaller.
>>
>> My question is, if the .exe works on my computer, does that mean it
>> will work on a Win XP box that doesn't have Python installed?
>
> Yes, that's the idea. The quickest way to verify that there are not
> external dependencies is to remove the PATH and PYTHONPATH environment
> variables and run the executable:
>
> set PATH=
> set PYTHONPATH=
> myapp.exe

Where do I do this (in Win XP)?

> It's a good rule of thumb: if it works, it has no external dependencies.

Dick Moores

--~--~---------~--~----~------------~-------~--~----~
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