Re: Creating an application for Linux

2009-01-06 Thread excord80
You might find this recent blog post interesting: http://www.mechanicalcat.net/richard/log/Python/Sane_Python_application_packaging__initial_solution -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating an application for Linux

2009-01-02 Thread lkcl
On Jan 1, 4:44 pm, Mike Driscoll wrote: > On Jan 1, 7:47 am,lkcl wrote: > > > > > On Dec 31 2008, 9:54 pm, Mike Driscoll wrote: > > > > On Dec 31, 3:36 pm,lkcl wrote: > > > > > hiya mike: where do i know you from? i've heard your name somewhere > > > > and for the life of me can't remember where

Re: Creating an application for Linux

2009-01-01 Thread Mike Driscoll
On Jan 1, 7:47 am, lkcl wrote: > On Dec 31 2008, 9:54 pm, Mike Driscoll wrote: > > > On Dec 31, 3:36 pm,lkcl wrote: > > > > hiya mike: where do i know you from?  i've heard your name somewhere > > > and for the life of me can't remember where!  anyway... onwards. > > > I don't know...while your u

Re: Creating an application for Linux

2009-01-01 Thread lkcl
On Dec 31 2008, 9:54 pm, Mike Driscoll wrote: > On Dec 31, 3:36 pm,lkcl wrote: > > > hiya mike: where do i know you from? i've heard your name somewhere > > and for the life of me can't remember where! anyway... onwards. > > I don't know...while your username looks vaguely familiar, I don't > th

Re: Creating an application for Linux

2009-01-01 Thread alex goretoy
I found a great video on how to do this last night. I wasn't even looking for it. Check it out. It's really good. Makes me want to start making videos as well. Thanks. Ubuntu: Making a .deb package out of a python program (English) tutorial video - Ubuntu: Making a .deb package out of a python pro

Re: Creating an application for Linux

2008-12-31 Thread Mike Driscoll
On Dec 31, 3:36 pm, lkcl wrote: > hiya mike: where do i know you from?  i've heard your name somewhere > and for the life of me can't remember where!  anyway... onwards. > I don't know...while your username looks vaguely familiar, I don't think I've communicated with you recently. I spend most of

Re: Creating an application for Linux

2008-12-31 Thread lkcl
hiya mike: where do i know you from? i've heard your name somewhere and for the life of me can't remember where! anyway... onwards. your simplest bet is to take advantage of the .deb install system, which, if you follow that, will allow you to pull in all of the dependencies _without_ screwing a

Re: Creating an application for Linux

2008-12-31 Thread Benjamin Kaplan
On Wed, Dec 31, 2008 at 4:06 PM, Mike Driscoll wrote: > Hi, > > My boss wants me to port one of my applications to Ubuntu. I > successfully ported it without too many headaches but now I need a way > to distribute it to people that may or may not already have the > dependencies my application req

Creating an application for Linux

2008-12-31 Thread Mike Driscoll
Hi, My boss wants me to port one of my applications to Ubuntu. I successfully ported it without too many headaches but now I need a way to distribute it to people that may or may not already have the dependencies my application requires. I'm a newb with Linux so I'm not even sure what they call th