Hartmut Goebel píše v Čt 05. 04. 2012 v 13:41 +0200: > > I just checked: py2exe has had code for reading > System\\CurrentControlSet\\Services\\%s\\PythonClass in > PythonService.cpp. But this seams to be removed for v0.5.0. The > current > code does not contain RegOpenKey or RegQueryInfoKey. > > So chances are low, RegistryImportDirector is really used.
Hi, I understand we need RegistryImportDirector for creating frozen executable but I'm pretty sure we do not need it for running them. RegistryImportDirector for creating executables is in ./PyInstaller/depend/impdirector.py. My point is we do not need them for running frozen executables in file iu.py. Anyway, I'll try running tests with and without it in iu.py on Windows and we'll see. -- 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.
