Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Creating self-contained apps

Reply
Thread Tools

Creating self-contained apps

 
 
Ed Leafe
Guest
Posts: n/a
 
      05-18-2004
Is it possible to create a version of Python, along with several
specific modules, and somehow package it together to be distributed as
a single unit? I remember that Zope did something similar in the past,
but can't recall how that was accomplished. I looked into bdist in
DistUtils, but couldn't find enough info on it to determine if it would
do what I want.

I have an app that requires a specific version of Python, along with
specific versions of various modules. What I need is a single file that
I can distribute that will run my packaged version of python, assuring
that the user, no matter what Linux distro they are using, will be able
to run it? And while I'm at it, is this also possible in Windows?

___/
/
__/
/
____/
Ed Leafe
http://leafe.com/
http://dabodev.com/


 
Reply With Quote
 
 
 
 
Jean Brouwers
Guest
Posts: n/a
 
      05-18-2004

Check cx_Freeze from

<http://starship.python.net/crew/atuining/cx_Freeze/>

/Jean Brouwers



In article <mailman.58.1084908123.6949.python->, Ed
Leafe <> wrote:

> Is it possible to create a version of Python, along with several
> specific modules, and somehow package it together to be distributed as
> a single unit? I remember that Zope did something similar in the past,
> but can't recall how that was accomplished. I looked into bdist in
> DistUtils, but couldn't find enough info on it to determine if it would
> do what I want.
>
> I have an app that requires a specific version of Python, along with
> specific versions of various modules. What I need is a single file that
> I can distribute that will run my packaged version of python, assuring
> that the user, no matter what Linux distro they are using, will be able
> to run it? And while I'm at it, is this also possible in Windows?
>
> ___/
> /
> __/
> /
> ____/
> Ed Leafe
> http://leafe.com/
> http://dabodev.com/
>
>

 
Reply With Quote
 
 
 
 
Larry Bates
Guest
Posts: n/a
 
      05-18-2004
I do this with py2exe for Windows. I also use InnoSetup to
create self installation .EXE file for Windows distribution.
Seems to work quite well.

HTH,
Larry Bates
Syscon, Inc.

"Ed Leafe" <> wrote in message
news:mailman.58.1084908123.6949.python-...
> Is it possible to create a version of Python, along with several
> specific modules, and somehow package it together to be distributed as
> a single unit? I remember that Zope did something similar in the past,
> but can't recall how that was accomplished. I looked into bdist in
> DistUtils, but couldn't find enough info on it to determine if it would
> do what I want.
>
> I have an app that requires a specific version of Python, along with
> specific versions of various modules. What I need is a single file that
> I can distribute that will run my packaged version of python, assuring
> that the user, no matter what Linux distro they are using, will be able
> to run it? And while I'm at it, is this also possible in Windows?
>
> ___/
> /
> __/
> /
> ____/
> Ed Leafe
> http://leafe.com/
> http://dabodev.com/
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti london1919 MCTS 1 12-08-2008 03:16 PM
Which do you prefer? MCTS: Web Apps or MCTS: Windows Apps? Willy David Jr MCTS 3 01-09-2007 05:49 AM
Top 3 firewalls, anti-virus apps, anti-spyware apps The Master of The Known Universe Computer Support 10 05-12-2006 11:00 PM
Running python apps from within python apps aph Python 4 01-14-2006 04:06 PM
Call windows apps from web apps anonymous ASP .Net Datagrid Control 4 02-28-2005 01:25 PM



Advertisments