473,757 Members | 6,899 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Movable Python

Movable Python has just been released on sourceforge. Movable Python is
a frozen distribution of Python. It will run python scripts without
needing to be installed.

http://sourceforge.net/projects/movpy
http://www.voidspace.org.uk/python/movpy

Fancy trying out Python 2.4 without installing it ? Want a distribution
of python you can carry around on a flash card ? Need to test scripts
with several versions of python ? Movable Python may be for you.

Features include :

* Lightweight GUI for choosing scripts to run
* Interactive interpreter mode
* Understands many of the python command line options
* Configurable distribution builder
* Pre built environments come with IPython and psyco
* The standard distribution includes wxPython and SPE (the python IDE)
making it an ideal 'Build, Test and Run' environment
* Additional modules can be easily added - either when building
distribution or to a prebuilt environments

The docs are online at voidspace. The distribution builder (source) and
two prebuilt environments (for python 2.4) can be downloaded from
sourceforge.

Distributions are built using py2exe. Running PyDistFreeze.py (the
'source') needs py2exe installed. This also means the source and
distributions are currently windoze only. We are interested in porting
to mac (with py2app) and Linux (cx_freeze ?).

This was previously available as testenv 'Test Environment'.. Recent
changes include :

2005/01/02 Version 0.4.4
More changes by Michael
When not using IPython, interactive() will find locals() for itself.
(Meaning interactive() can be called in user scripts)
Added the 'manuals' folder to the distribution.
Added the -p command line option, to switch on psyco.
Switched to using compile/eval rather than exec/execfile. (Better
for psyco *and* more meaningful error messages)
A fix so that errors will report the right line number with '-x'.
Changed config file to include winsound and unicodedata.
Modifications to PyDistFreeze.py and movpy.py to make them
compatible with python 2.2.
A built in 'setup.py' for python 2.2. (can now autobuild
distributions on python 2.2)
IPython should now work on machines that don't have it installed !
(ipythondir is now set and config file supplied)
If you don't select a file from the GUI, it now drops into
interactive mode.
Can supply path to config.txt in command line to PyDistFreeze.py
Tweaked the directory finding function - which finds directories we
will search.
Fixed it so that movpyw doesn't generate error logs with '-' if
launched from GUI with no file.
Added PyDistFreeze.ba t
IDLE now works, so added idle.bat.

2004/12/31 Version 0.4.3
Support for IPython as alternative interactive shell.
External config file ('config.txt' in 'lib/' directory) - for
setting default command line options.
Added 'credits' and 'copyrights' as builtins (for IPython).

2004/12/28 Version 0.4.2
Another set of changes by Michael Foord.
Added support for command line arguments -h, -V, -u, -i, -x, -, -c
(hey that's a lot for one evening !)
The main script 'movpy.py' is now kept in an external file.
'include_module s' now supports sub-packages.
Added back support for encodings.
packagepaths.pt h added for sub-package support with
'include_packag es'.

2004/12/29 Version 0.4.1
Lots of changes by Michael Foord.
They include :
addition of customize.py
addition of syspaths.pth
Cleans up intermediate files.
Copies packages properly.
Only copies the microsoft Visual C 7 dlls if built with Python 2.4.
Addition of unicows dll is optional.
Addition of spe.bat.
Builds the windows version - movpyw.exe
Added the manifest files.
Added the build option.

2004/12/19 Version 0.4
Several important changes by Bruno Thoorens.
These include :
Lightweight GUI frontend added to movpy.exe.
setup.py incorporated into main script - name changes to
PyDistFreeze.py
Icon added.

2004/12/18 Version 0.3
More work with Stani.
'.pth' files now supported.
Importing from '.pyc' etc. as well as straight '.py' files.
Added external config file, using ConfigObj.

2004/12/17 Version 0.2
Renamed 'Movable Python'. (Executable is 'movpy.exe')
Cleaned up a lot - now imports subpackages properly.
Thanks to Stani of SPE for encouragement and suggestions. (including
the name)

2004/12/14 Version 0.1
Test version called 'testenv' - Python test environment.
Works better than expected.
Thanks to Bruno Thoorens and Stani for help and debugging.

Jul 18 '05 #1
0 1918

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

Similar topics

0
1627
by: sean | last post by:
I'm having problems trying to sort a series of authors who post online using Movable Type. I've tried posting my problem to the Movable Type support group, but no one has even answered my question. So either it can't be done, or no one cares to respond. In any case, as some of you might know, Movable Type is a PHP developed site, so I'm hoping that there might be an answer using stricly PHP and not MT's tools. Below is my original...
1
1955
by: Mircea | last post by:
How I can create a movable component, for example a button, in run-time? Thanks
2
2932
by: Ryan Ternier | last post by:
Hello, I'm looking at creating an application that allows users to create their own templates, and thought of using the same idea's MS used when creating http://sympatico.my.msn.com/. I looked at the source, JS files and everything else referenced with those pages, and it still left more confused that when I start. Does anyone know any sites that touch on movable divs that can be customized like MS allows you to customize...
10
9662
by: Hello | last post by:
Hello, How to prevent user from moving the form at run time. At the same time, I want to keep my control box and form border. Thanks, Douglas ^^
0
1571
by: Fuzzyman | last post by:
It's finally happened, `Movable Python <http://www.voidspace.org.uk/python/movpy/>`_ is finally released. Versions for Python 2.3 & 2.4 are available from `The Movable Python Shop <http://voidspace.tradebit.com/groups.php>`_. The cost is £5 per distribution, payment by PayPal. £1 from every distribution goes to support the development of `SPE <http://pythonide.stani.be/>`_, the Python IDE.
1
1264
by: loga123 | last post by:
Hi All, I am using ASP .NET 2.0. I have gridview displaying data and when a row is selected on gridview "detailsview" pops up based on the row selected from gridview. I want to make this "detailsview" movable as we do with "windows". How can we achieve this? Thx
3
1938
gauravgmbhr
by: gauravgmbhr | last post by:
hello friends can some one tell me plz can I create a movable as well as resizable html component using javascript plz help me or email me some link that can be helpfull for me
3
2164
by: anniejacob | last post by:
hi, i dragged dynamic labels from 1panel to other then once that label is placed on other panel i want that label 2 b movable on run time. my form is in C# can u help me with this bye
1
1477
by: trint | last post by:
How can I add movable windows to my c# dotNet web app? Do I have to convert the whole thing to AJAX or is it even known how Google does this? Thanks, Trint
0
9489
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9298
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10072
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9737
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7286
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5172
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3829
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2698
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.