Giovanni Bajo píše v Ne 24. 06. 2012 v 12:13 +0200:
> That predates my involvement with PyInstaller, as far as I can tell.
> It looks like it's superfluous, but I would postpone the change
> post-2.0.

Hi Giovanni,

The reason I'm asking is that we could use python function
PY_SetPythonHome instead of env. variable PYTHONHOME. I already tested
in in my win7 vm and it works.

Environment variables PYTHONPATH and PYTHONHOME contain on windows
homepath with forward slashes (like on unix).


One more thing. Do we need to set PYTHONPATH in bootloader when we later
run the following code?

  import sys
  dels sys.path[:]
  sys.path.append(homepath)

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