Re: crossplatform standalone python apps

2008-10-23 Thread Mike Driscoll
On Oct 17, 1:59 am, Gabriel Rossetti <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I like to create a cross-platform standalone python application, like > Mac OS *.app dirs. The idea is to distribute a zip file containing > everything (the python interpreter and all) so that a user just unzips >

Re: crossplatform standalone python apps

2008-10-23 Thread Martin v. Löwis
> yes, I know that :-), I ment everything that can be, my problem is more > with PYTHONPATH and stuff like that. Then I don't understand what you meant. What is it (specifically!) that you do, what happens, what do you want to happen instead? Regards, Martin -- http://mail.python.org/mailman/list

Re: crossplatform standalone python apps

2008-10-22 Thread Gabriel Rossetti
Martin v. Löwis wrote: I like to create a cross-platform standalone python application, like Mac OS *.app dirs. The idea is to distribute a zip file containing everything (the python interpreter and all) so that a user just unzips it and runs it. I don't think this can possibly work. If t

Re: crossplatform standalone python apps

2008-10-17 Thread Philip Semanchuk
On Oct 17, 2008, at 2:59 AM, Gabriel Rossetti wrote: Hello everyone, I like to create a cross-platform standalone python application, like Mac OS *.app dirs. The idea is to distribute a zip file containing everything (the python interpreter and all) so that a user just unzips it and runs

Re: crossplatform standalone python apps

2008-10-17 Thread Martin v. Löwis
> I like to create a cross-platform standalone python application, like > Mac OS *.app dirs. The idea is to distribute a zip file containing > everything (the python interpreter and all) so that a user just unzips > it and runs it. I don't think this can possibly work. If the zipfile contains the

crossplatform standalone python apps

2008-10-16 Thread Gabriel Rossetti
Hello everyone, I like to create a cross-platform standalone python application, like Mac OS *.app dirs. The idea is to distribute a zip file containing everything (the python interpreter and all) so that a user just unzips it and runs it. Has anyone ever done anything like that? I searched g