Re: packaging apps

2009-06-30 Thread David Lyon
On Tue, 30 Jun 2009 11:11:15 -0400, Ronn Ross  wrote:
> I have a simple application that has a glade file and a .py file. How
would
> I package that into an installer for Windows, Mac, and a deb file? Can
> anyone point me in the right direction?

I don't think there is a simple way to do that just yet...

Of course, you could make a source distribution and do it for
each of these platforms using the documentation available at:

 http://docs.python.org/distutils/

I'm struggling with that myself.. I can never remember command lines..

So maybe it is time that I try to throw together a tool a little
bit like the package manager except that it does the building..

for all those platforms...

I think it's time for distutils to have some sort of gui build
tool... and I've been talking about it for too long now... haha

David


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: packaging apps

2009-06-30 Thread Javier Collado
Hello,

Regarding packaging for debian (.deb), the best reference I've found is:
https://wiki.ubuntu.com/PackagingGuide/Python

However, all that mess probably won't be needed anymore once this is finished:
https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-karmic-automagic-python-build-system

Best regards,
   Javier

2009/6/30 Ronn Ross :
> I have a simple application that has a glade file and a .py file. How would
> I package that into an installer for Windows, Mac, and a deb file? Can
> anyone point me in the right direction?
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-- 
http://mail.python.org/mailman/listinfo/python-list


packaging apps

2009-06-30 Thread Ronn Ross
I have a simple application that has a glade file and a .py file. How would
I package that into an installer for Windows, Mac, and a deb file? Can
anyone point me in the right direction?
-- 
http://mail.python.org/mailman/listinfo/python-list