Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; '(except': 0.07; 'subject:Question': 0.07; 'executable': 0.09; 'runtime': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'cc:name:python list': 0.16; 'exe': 0.16; 'files)': 0.16; 'portable': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; '(or': 0.24; 'cc:2**0': 0.24; "i've": 0.25; '>': 0.26; 'header:In-Reply- To:1': 0.27; 'generally': 0.29; 'message-id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'file': 0.32; 'worked': 0.33; 'computer.': 0.33; 'packaging': 0.33; 'problem': 0.35; 'received:209.85': 0.35; 'possible.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'library.': 0.36; 'possible': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'problems': 0.38; 'files': 0.38; 'rather': 0.38; 'though,': 0.39; 'users': 0.40; 'problems.': 0.60; 'tell': 0.60; 'entire': 0.61; 'simply': 0.61; 'here:': 0.62; 'url:index': 0.63; 'information': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'within': 0.65; 'legal': 0.71; 'oscar': 0.84; 'relating': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lT/mT6XzH7iPccezT+mSN/bbDml5feACdht/tfiFPHM=; b=ABV/yr1ER4g1YOsxVTgSzPEbasExBc4SmtsUm4a1Mc/gLxktyuo9OvN5G7BdSno5XJ 6ZqAZZD62LDrwhWUrpAKeWB+/+OhZK1+VXA5E9xIdeQ50N+viBkScQJalY5y+UVvqQec GP+KGGQSs8ljE9LIQmolskImQlptLRHr0LRsZRb0GuNUYVLoG3owl+2v5Lv9XauQznuc J51XBKrGvZj+nqEfk70q5xc2GTuOG97wMWMBfSgPShz+scVuvfnnwgHgkmW7BoNGO9PY FUeg+lvJoOSjukZcMezU5vnZQXBj2ukRBLV3ITNG+b1cx5ROuHzNAIuE5nBciPCOSysU sFRA== MIME-Version: 1.0 X-Received: by 10.49.5.8 with SMTP id o8mr1355492qeo.1.1371643668726; Wed, 19 Jun 2013 05:07:48 -0700 (PDT) In-Reply-To: References: <51c12394$0$29973$c3e8da3$5496439d@news.astraweb.com> <9ed3232e-d011-43b0-893f-4c3517c6d0a1@googlegroups.com> Date: Wed, 19 Jun 2013 13:07:48 +0100 Subject: Re: Beginner Question: 3D Models From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Oscar Benjamin Content-Type: multipart/alternative; boundary=047d7bdc9ca6a2280d04df80aded Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 89 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371643672 news.xs4all.nl 15947 [2001:888:2000:d::a6]:34307 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48708 --047d7bdc9ca6a2280d04df80aded Content-Type: text/plain; charset=ISO-8859-1 On 19 Jun 2013 12:56, "Oscar Benjamin" wrote: > > On 19 June 2013 12:13, wrote: > > > > I've seen some information on Blender. Is it possible to have the entire program contained within a single exe (or exe and some other files) so that it can be passed around and used by others without having to install blender? > > I don't know if Blender would cause problems for that but it's not > hard to install Blender generally; apparently there is a portable > version that can be simply unzipped on the target computer. > > More generally, though, there are some legal issues relating to > packaging standard MSVC-compiled Python with all of its dependencies > in a single .exe file for Windows. The particular problem is the > Microsoft C runtime library. py2exe has some information about this > here: > http://www.py2exe.org/index.cgi/Tutorial > > Generally Python is not designed with the intention that applications > would be packaged into a standalone executable file although a number > of projects exist to make that possible. Is it so hard for your users > to install Python and Blender if you tell them which files to download > and install? > > > Oscar I don't know about the legality of it, but I've used blender in the past to make executable (exe) files with small games and distributed them without problems. The exe files were standalone (except for a few DLLs which I would place in the same folder) and it worked rather well. --047d7bdc9ca6a2280d04df80aded Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


On 19 Jun 2013 12:56, "Oscar Benjamin" <oscar.j.benjamin@gmail.com> wrote:
>
> On 19 June 2013 12:13, =A0<andrewblundon@gmail.com> wrote:
> >
> > I've seen some information on Blender. =A0Is it possible to h= ave the entire program contained within a single exe (or exe and some other= files) so that it can be passed around and used by others without having t= o install blender?
>
> I don't know if Blender would cause problems for that but it's= not
> hard to install Blender generally; apparently there is a portable
> version that can be simply unzipped on the target computer.
>
> More generally, though, there are some legal issues relating to
> packaging standard MSVC-compiled Python with all of its dependencies > in a single .exe file for Windows. The particular problem is the
> Microsoft C runtime library. py2exe has some information about this > here:
> http://www.py2exe= .org/index.cgi/Tutorial
>
> Generally Python is not designed with the intention that applications<= br> > would be packaged into a standalone executable file although a number<= br> > of projects exist to make that possible. Is it so hard for your users<= br> > to install Python and Blender if you tell them which files to download=
> and install?
>
>
> Oscar

I don't know about the legality of it, but I've used= blender in the past to make executable (exe) files with small games and di= stributed them without problems. The exe files were standalone (except for = a few DLLs which I would place in the same folder) and it worked rather wel= l.

--047d7bdc9ca6a2280d04df80aded--