How is your code loading them? It may need to use a different path when
it's running in a frozen application. See 'Using data files' in the FAQ:
http://cx-freeze.readthedocs.org/en/latest/faq.html#using-data-files

Thomas

On 11 September 2014 09:27, apaeffgen <oege...@gmail.com> wrote:

> Starting the app with python3 myapp.py does load all the icons in a
> subfolder called icons.
> If i build a binary, no icons are loaded. python2 setup.py bdist_mac
>
> I can declare in the setup.py file the icons as include_files or as
> icons, but that does not change anything. Maybe just the paths are
> wrong? I did absolute and relative paths. Nothing worked.
>
> If i copy all the icons (these are png-files) to the ressource folder
> of the app-bundle, nothing changes.
>
> Any hints what i do wrong would be appreciated.
>
> Thanks in advance
> Andreas
>
>
>
>
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to