antony píše v Út 04. 09. 2012 v 01:34 -0700: > Thanks for your reply. > > I don't need esky, I already have a code update mechanism that I can > use. > > My challenge, while using PyInstaller is to keep the "mycode > directory" outside of the test.exe. When I try it now, it gets > included inside test.exe with python and everything else. > > It should be possible to do that, but I can't seem to figure out how. > > Please help. > > Thanks
PyInstaller does not support it. It always puts python code into the exe. -- 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.
