Thanks for your feedback. I also noted that I forgot to mention that
my bad experience with exe cration was with py2exe.

On 3/6/07, Johan Dahlin <[EMAIL PROTECTED]> wrote:
Benjamin Sergeant wrote:
> Hi all,
>
> I tried some time ago to create an exe file on windows to distribute a
> pygtk-based program, but it failed for some reason (found the word
> encoding in the error message).
> I'm reading http://peak.telecommunity.com/DevCenter/PythonEggs and I
> came across the pypi website some time ago, and I am wondering how hard
> it would be to create eggs for pygtk (and maybe one for pycairo and
> pygobject).

Not too difficult.
There is a make file target for pygobject which creates an egg for you.
Note that all eggs will contain platform specific code.

You would also need to create an egg for each minor version of gobject and
gtk as well.

--
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source

_______________________________________________
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