On Wed, Feb 11, 2004 at 09:18:06AM -0800, Steven Howe wrote:
> 1) Licensing info. I'd like this GPL'd; it's based on python, pygtk and
> some linux system utils. Where can I find the correct wording to include
> into the source files.

There is no restriction on GPLing your code. You can use the copyright
boilerplate for the files provided in the GPL itself, and include a file
named COPYING with the text of the GPL in the source distribution.

> 2) I used glade to create the interface. I'd like to package it without
> the glade file. Is there a way to compile the glade file into a python
> function that I can add to my current scripts?

You need to use something like glc -- it's been years since I've seen
anything like this done, though.

> 3) Creating a 'executable' program. I think I've read about compiling
> python scripts into a binary program. Is this possible, and if so how?

There's a FAQ item on this (but for win32); I don't have personal
experience here, but there are a number of approaches outlined in the
FAQ entry that could work for other platforms. I'm not sure if anybody
ever succeeded in doing this on Linux or Unix, I'd be interested if so.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to