Re: program distribution

From: mr_vocab (amireallyfat_at_yahoo.com.au)
Date: 04/10/04


Date: Sat, 10 Apr 2004 13:39:43 +1000

hi
sorry i am using windows but great thanks for your help :)

"Larry Bates" <lbates@swamisoft.com> wrote in message
news:RoqdnaFM0KTPJevdRVn-gQ@comcast.com...
> Nathan,
>
> You didn't mention your platform. So
> I'm going to give you instructions for
> Windows.
>
> You will need to additional programs.
>
> 1) py2exe - This will run your program
> through a process that gathers up all you
> imported modules and creates a .EXE file
> and supporting .pyd and .dll files. This
> can be distributed to computers that do
> NOT have Python installed.
>
> http://starship.python.net/crew/theller/py2exe/
>
> 2) Some installer. I personally like
> Inno. You provide Inno with a list of
> files that should be installed (both
> program and data files) and it creates
> one big "setup.exe" file that can be
> distributed.
>
> http://www.jrsoftware.org/isinfo.php
>
> If your platform is Linux take a look at
> McMillan Installer. This page seems to
> be down at this time:
>
> http://www.mcmillan-inc.com/install1.html
>
>
> Regards,
> Larry Bates
> Syscon, Inc.
>
> "mr_vocab" <amireallyfat@yahoo.com.au> wrote in message
> news:4075f5bb_1@news.iprimus.com.au...
> > Hi im new to python but have made a few applications how can i save
them
> > and get the to run sort of like an application
> >
> > thanks
> >
> > Nathan
> >
> >
>
>



Relevant Pages

  • Re: One-Click Installer for Ruby 1.8.7?
    ... installer for the old version 1.8.6. ... You've supplied a binary version of 1.8.7 for Windows, ... errors I previously described while testing ruby 1.9.0 on Windows ... platform for ruby. ...
    (comp.lang.ruby)
  • Install of SDK after creation fails with ToolsMsmCA(Error)
    ... I created an app development MSI for a Windows CE 6.0 platform I created. ... A month ago I tried reinstalling Visual Studio 2008, SP1, Visual Studio ... I tried installing and running theWindows Installer CleanUp Utility ...
    (microsoft.public.windowsce.platbuilder)
  • Distributing Python applications - McMillan Installer question
    ... installed on Windows and UNIX e.g. HP-UX, AIX etc. I'd rather not use ... available for each target platform i.e. I'd need to compile this base ... I've had a quick look at the McMillan installer and from what I've ...
    (comp.lang.python)
  • Re: Ruby 1.8.6 One-click installer rbconfig.rb file
    ... Roger Pack wrote: ... one-click installer for windows. ... My newer platform version for 1.9.1 ...
    (comp.lang.ruby)
  • NewestShareware.com Issue #239
    ... your Windows Mobile smartphone in real time. ... Price: 0.00 ... Download file size: 1899 K ... Improved installer. ...
    (comp.software.shareware.announce)

Loading