473,378 Members | 1,421 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

no-installation version of python

Is there a stand-alone version of python out there that I can package
with my scripts so that I don't have to bother with something like
py2exe?

Sep 22 '06 #1
5 1097
mr**************@gmail.com wrote:
Is there a stand-alone version of python out there that I can
package with my scripts so that I don't have to bother with
something like py2exe?
Isn't this the exact intention of py2exe?

Regards,
Björn

--
BOFH excuse #247:

Due to Federal Budget problems we have been forced to cut back on
the number of users able to access the system at one time. (namely
none allowed....)

Sep 22 '06 #2
mr**************@gmail.com schrieb:
Is there a stand-alone version of python out there that I can package
with my scripts so that I don't have to bother with something like
py2exe?
Yes, google for "movable Python".

Regards,
Martin
Sep 22 '06 #3
Bjoern Schliessmann wrote:
mr**************@gmail.com wrote:
>Is there a stand-alone version of python out there that I can
package with my scripts so that I don't have to bother with
something like py2exe?

Isn't this the exact intention of py2exe?
I think he wants a no-install (or, perhaps more accurately,
simply-unzip-to-install) version of the interpreter that doesn't need to touch
the Windows registry or copy DLLs to system locations. py2exe builds such a
thing (or nearly so) for the application itself, if it works. However, since
py2exe is somewhat fiddly, something like Movable Python might give him most of
the benefits with less effort.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco

Sep 22 '06 #4
Robert Kern wrote:
I think he wants a no-install (or, perhaps more accurately,
simply-unzip-to-install) version of the interpreter that doesn't
need to touch the Windows registry or copy DLLs to system
locations. py2exe builds such a thing (or nearly so) for the
application itself, if it works.
Ah, I understand. Thx.

Regards,
Björn

--
BOFH excuse #446:

Mailer-daemon is busy burning your message in hell.

Sep 23 '06 #5
mr**************@gmail.com wrote:
Is there a stand-alone version of python out there that I can package
with my scripts so that I don't have to bother with something like
py2exe?
why not just ship the standard python interpreter with your applications?

just make a copy of the c:\python24 (or 25) installation directory, and
add your scripts and the Python core DLL (which is usually installed
under c:\windows\system32\python24.dll (or 25) to it.

you may want to tweak your code to explicitly set sys.path to something
nice, so that global PYTHONPATH settings (etc) won't interfere with your
application. for extra bonus points, remove the stuff your application
doesn't need.

or you could just use py2exe.

or if you just want EXE files that you can use with an existing Python
install, use exemaker:

http://effbot.org/zone/exemaker.htm

</F>

Sep 23 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: asdf | last post by:
Hello, I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio tells me that the page that I want to debug has - No...
2
by: Zack | last post by:
Hi, I am an access newbie and wanted to get a design check to see if I have done the right thing or if there is a better way. I don't like the Yes/No field option in a table. I want to have the...
3
by: RWC | last post by:
Hello, I have an issue that's driving me batty! I have a report, whose record source is SQL based on a normalized set of tables. There are no nested queries and no dlookups in this record...
9
by: Colin McGuire | last post by:
Hi, I have an report in Microsoft Access and it displays everything in the table. One column called "DECISION" in the table has either 1,2, or 3 in it. On my report it displays 1, 2, or 3. I want...
10
by: MLH | last post by:
I have an A97 table with a Yes/No field named TowJob and a form bound to that table. The TowJob control on the form is bound to the same field. It is an option group with Yes and No bttns valued...
59
by: Lennart Björk | last post by:
Hi All, I have a tiny program: <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>MyTitle</title> <meta...
18
by: siddharthkhare | last post by:
Hi All, what is the diference between these two cache control header. no-cache and no-store. I have read the w3.org explanation. So lets say I am using only no-cache ....my understanding is...
3
by: Rahul B | last post by:
Hi, I have a user UCLDEV1 which is a part of staff and a group(db2schemagrp1) to which i have not given any permissions. The authorizations of that user are shown as db2 =get authorizations...
0
natalie99
by: natalie99 | last post by:
Hey people! Being so lacking in access knowhow I have turned to good old 'asking the smart people' again! I need to create a query or lookup table (although I have had zero success with lookups...
2
Parul Bagadia
by: Parul Bagadia | last post by:
I have written a code for deleting certain value from linklist; it's not working; where as i have written one for deleting a no., after given no. which works fine! I even debugged it; but invain;...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.