Re: [PyInstaller] Assitance required for custom directory structure in application package

35 views
Skip to first unread message

Martin Zibricky

unread,
Sep 3, 2012, 12:28:52 PM9/3/12
to pyins...@googlegroups.com
antony píše v Po 03. 09. 2012 v 08:03 -0700:
>
>
> Any advice?

Hi Antony, try to look at python library esky:

http://pypi.python.org/pypi/esky/

It could do what you probably want. The only issue is that it does not
support pyinstaller directly. However, it claims adding support for that
should be straightforward.

antony

unread,
Sep 4, 2012, 4:34:28 AM9/4/12
to pyins...@googlegroups.com

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

Martin Zibricky

unread,
Sep 4, 2012, 7:27:19 AM9/4/12
to pyins...@googlegroups.com
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.

Reply all
Reply to author
Forward
0 new messages