Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48708
| References | <b90be6d8-14db-42f2-92f3-a6aaba9ee075@googlegroups.com> <51c12394$0$29973$c3e8da3$5496439d@news.astraweb.com> <9ed3232e-d011-43b0-893f-4c3517c6d0a1@googlegroups.com> <CAHVvXxS66_147rv-Vz7PyED84XTv2G_Zew6+6uXnE3i3yVhR6A@mail.gmail.com> |
|---|---|
| Date | 2013-06-19 13:07 +0100 |
| Subject | Re: Beginner Question: 3D Models |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3581.1371643671.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On 19 Jun 2013 12:56, "Oscar Benjamin" <oscar.j.benjamin@gmail.com> wrote: > > On 19 June 2013 12:13, <andrewblundon@gmail.com> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-18 19:47 -0700
Re: Beginner Question: 3D Models Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-19 03:20 +0000
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 04:13 -0700
Re: Beginner Question: 3D Models Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-19 12:52 +0100
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 06:12 -0700
Re: Beginner Question: 3D Models Fábio Santos <fabiosantosart@gmail.com> - 2013-06-19 13:07 +0100
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 06:14 -0700
Re: Beginner Question: 3D Models Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-19 14:57 +0100
Re: Beginner Question: 3D Models Fábio Santos <fabiosantosart@gmail.com> - 2013-06-19 15:11 +0100
Re: Beginner Question: 3D Models Christian Gollwitzer <auriocus@gmx.de> - 2013-06-19 08:00 +0200
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 04:14 -0700
Re: Beginner Question: 3D Models Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-19 07:17 -0700
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 09:34 -0700
csiph-web