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
>
> 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
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
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
> 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
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