Well, that depends what you mean, I guess. GTK is not used by
cx_Freeze itself. When cx_Freeze includes a module such as PyGTK that
has a C extension associated with it, all binary dependencies are also
copied -- except for ones that are found in standard system library
directories. I'm not sure how GTK themes work, though -- so you'll
have to find out how to "install" a theme or reference one in a
particular location as well as what files make it up.

Anthony

On Sat, Aug 21, 2010 at 6:26 PM, Bradlee Landis <bradleelan...@gmail.com> wrote:
> Alright. Does cxFreeze include the GTK library itself? I assumed it
> got PyGTK, but that it would depend on some external libraries.
>
> On Sat, Aug 21, 2010 at 5:56 PM, Anthony Tuininga
> <anthony.tuini...@gmail.com> wrote:
>> Not sure but I suspect it has to do with copying files? If you know
>> what files take a look at the include_files option. If you come up
>> with a good solution I could put it in the samples directory for
>> others to learn from in the future, too.
>>
>> Anthony
>>
>> On Sat, Aug 21, 2010 at 12:27 PM, Bradlee Landis
>> <bradleelan...@gmail.com> wrote:
>>> How do I include a GTK theme when packaging a PyGTK using cx_Freeze? I
>>> read one person did it on a forum, but he was rude, and didn't tell
>>> how he did it.
>>>
>>> --
>>> Thanks,
>>> Brad Landis
>>>
>>> ------------------------------------------------------------------------------
>>> This SF.net email is sponsored by
>>>
>>> Make an app they can't live without
>>> Enter the BlackBerry Developer Challenge
>>> http://p.sf.net/sfu/RIM-dev2dev
>>> _______________________________________________
>>> cx-freeze-users mailing list
>>> cx-freeze-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> _______________________________________________
>> cx-freeze-users mailing list
>> cx-freeze-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>>
>
>
>
> --
> Thanks,
> Brad Landis
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to