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.