Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: packaging apps

0 views
Skip to first unread message

Javier Collado

unread,
Jun 30, 2009, 12:02:53 PM6/30/09
to pytho...@python.org
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 <ronn...@gmail.com>:
> 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
>
>

David Lyon

unread,
Jun 30, 2009, 10:12:09 PM6/30/09
to Ronn Ross, pytho...@python.org
On Tue, 30 Jun 2009 11:11:15 -0400, Ronn Ross <ronn...@gmail.com> 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


0 new messages