Hartmut Goebel píše v Ne 27. 11. 2011 v 21:25 +0100: > Hi Martin, > > I've just seed compat.setenv/getenv. What are they needed for? What > should be their semantics?
It should wrap manipulating environment variables and list os.environ: - we have some platform specific code for aix and - there will be some windows specific code to handle unicode paths properly. These functions should be then used everywhere in PyInstaller code where we need to access os.environ (e.g. runtime hooks, etc.). -- 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.
