Hi Juan, On Sat, Sep 28, 2013 at 9:10 PM, "Juan J. Martínez" <[email protected]> wrote: > We can use pyglet.resource.get_script_home() as it will take into > account all the py2exe and cx_freeze cases.
Nice. > I like searching in current > script dir and lib directories (lib/x86 and lib/x64 doesn't make sense > because... ARM etc hehe). > How about "lib/" + platform.machine() ? -- Paul -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
