<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<base href="http://www.voidspace.org.uk/python/weblog/index.shtml" />
<title>Movable Python Pre-Release</title>
<style type="text/css">
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "New Century Schoolbook",
Times, serif;
}
q {
font-style:italic;
}
hr {text-align: center;}
acronym {
border-bottom: 2px dotted black;
}
a:hover {background:yellow;}
a[name]:hover {background: none;}
.pysrc {
        BORDER-RIGHT: #c0c0ff 1px dotted; BORDER-TOP: #c0c0ff 1px dotted; FONT-WEIGHT: normal;
        BACKGROUND: #e0e0ff; MARGIN: 20px; BORDER-LEFT: #c0c0ff 1px dotted; BORDER-BOTTOM: #c0c0ff 1px dotted;
         padding:10px;
}
.pykeyword {
        FONT-WEIGHT: bold;
        COLOR: orange;
}
.pystring {
        COLOR: green
}
.pycomment {
        COLOR: red
}
.pynumber {
COLOR:black;
}
.pyoperator {
COLOR:black;
}
.pytext {
COLOR:purple;
}
/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
:Date: $Date: 2004/12/22 19:08:26 $
:Version: $Revision: 1.46 $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
*/
/* "! important" is used here to override other ``margin-top`` and
``margin-bottom`` styles that are later in the stylesheet or
more specific. See <http://www.w3.org/TR/CSS1#the-cascade>. */
.first {
margin-top: 0 ! important }
.last {
margin-bottom: 0 ! important }
.hidden {
display: none }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em }
div.footer, div.header {
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin-left: 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font-family: serif ;
font-size: 100% }
pre.line-block {
font-family: serif ;
font-size: 100% }
pre.literal-block, pre.doctest-block {
margin-left: 2em ;
margin-right: 2em ;
background-color: #eeeeee }
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.option-argument {
font-style: italic }
span.pre {
white-space: pre }
span.problematic {
color: red }
table.citation {
border-left: solid thin gray }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid thin black }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
th.docinfo-name, th.field-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap }
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
tt.docutils {
background-color: #eeeeee }
ul.auto-toc {
list-style-type: none }
/*
Additions when used with the Techie Blog
*/
.bloganchor {
font-size: 12px;
float: right;
margin-top: 0px;
margin-right: 10px;
}
.entryfoot {
font-size: 12px;
}
</style>
</head>
<body>
<h2>Movable Python Pre-Release</h2>
<!-- reST -->
<p><img src="/emoticons/movpy.gif" alt="emoticon:movpy" /> <a class="reference" href="/python/movpy/">Movable Python</a> is done and documented - and <em>most</em> of the testing on Windows 98 is done. <img src="/smilies/razz.gif" alt="Razz" height="15" width="15" /> </p>
<p>I just need to create the different distributions and get the <a class="reference" href="http://www.fuchsiashock.co.uk/products/movable_python/index.php">shop</a> setup.</p>
<img align="center" alt="Movable Python in Action" class="image align-center" src="/python/movpy/images/screen1.jpg" style="width: 382px; height: 234px;" />
<p>Several of the libraries I'd like to bundle with it (<a class="reference" href="http://ipython.scipy.org">IPython</a>, <a class="reference" href="http://www.stani.be/python/spe/blog/">SPE</a>) are about to release new versions. This means full release is about a week away.</p>
<p>If anyone wants a <em>pre-release</em> version then the cost is five pounds (sterling), and you can pay by paypal to <a class="reference" href="mailto:fuzzyman%40voidspace.org.uk">fuzzyman<span>@</span>voidspace<span>.</span>org<span>.</span>uk</a>. You get free upgrades for a year, but I'll start the year from the official release date. <img src="/smilies/smile.gif" alt="Smile" height="15" width="15" /> </p>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">Twenty percent of all sales go to support the development of <a class="reference" href="http://www.stani.be/python/spe/blog/">SPE</a>.</p>
</div>
<div class="section">
<h2><a id="e176what-is-movable-python" name="e176what-is-movable-python">What is Movable Python ?</a></h2>
<p><strong>Movable Python</strong> is a distribution of Python (for Windows) that doesn't
need to be installed. It easily fits onto a <acronym title="Universal Serial Bus">USB</acronym>
memory stick. Python on a stick. <img src="/smilies/smile.gif" alt="Smile" height="15" width="15" /> </p>
<p>It is integrated with <a class="reference" href="http://www.stani.be/python/spe/blog/">SPE</a>, the Python
<acronym title="Integrated Development Environment">IDE</acronym>, to make <strong>Movable Python</strong> a
portable <em>Build, Test, and Run</em> environment. It has a nice
<acronym title="Graphical User Interface">GUI</acronym> to launch programs and control its
behaviour.</p>
<p><strong>Movable Python</strong> is useful in the following situations:</p>
<ul class="simple">
<li>Machines where you can't install programs.</li>
<li>Where you need a portable '<em>Build, Test, and Run</em>' Python environment.</li>
<li>Having several versions of Python on the same machine for forward/backward
compatibility testing.</li>
<li>Easily deploying Python scripts without having to install Python.</li>
<li>Try before you buy - test Python without having to install it, including new
versions .</li>
<li>'Python Runtime Environment'. '<tt class="docutils literal"><span class="pre">.py</span></tt>' files can be associated with movpy.</li>
</ul>
</div>
<div class="section">
<h2><a id="e176whats-new" name="e176whats-new">Whats New ?</a></h2>
<p>This is a major new release since the last one, and a lot has changed.</p>
<p>Completely new method for running files. This means you can launch multiple
programs from the GUI.</p>
<p>Lots of new libraries and tools included. Virtually all the included tools have
had version upgrades since the last release.</p>
<p>The GUI does a lot more :</p>
<ul class="simple">
<li>Version number and Python version displayed on the GUI</li>
<li>You can pass arguments to your programs</li>
<li>It remembers the last directory you ran a program from</li>
<li>You choose if launched programs have a console box or not</li>
<li>You can configure the options programs are run with</li>
<li>You can edit the default options</li>
<li>Four configurable Quick Launch buttons</li>
<li>You can launch SPE from the GUI</li>
<li>You can launch the documentation (About)</li>
<li>You can launch an interpreter console</li>
<li>You can close the GUI without <em>having</em> to launch a program or go to the
interpreter</li>
</ul>
<p>The following (command line) options are new :</p>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">f</span></tt> - run script in it's directory</li>
<li><tt class="docutils literal"><span class="pre">b</span></tt> - pause after running script</li>
<li><tt class="docutils literal"><span class="pre">o</span></tt> - override default options</li>
<li><tt class="docutils literal"><span class="pre">die</span></tt> - get rid of GUI after running</li>
<li><tt class="docutils literal"><span class="pre">k</span></tt> - run with console from movpyw</li>
<li><tt class="docutils literal"><span class="pre">koff</span></tt> - run without console from movpy</li>
</ul>
<p>Complete documentation rewrite.</p>
<p>Docs are now built with <a class="reference" href="http://www.voidspace.org.uk/python/rest2web">rest2web</a>.</p>
<p><tt class="docutils literal"><span class="pre">movpyw.exe</span></tt> is now included in the Python 2.2 distribution.</p>
<p>Bug fixed where first command line argument to your program was always lost.</p>
<p>Bug fixed so that <tt class="docutils literal"><span class="pre">IPOFF</span></tt> actually works now.</p>
<p>Bug fixed so that <tt class="docutils literal"><span class="pre">-p</span></tt> in <tt class="docutils literal"><span class="pre">config.txt</span></tt> now works. <img src="/smilies/redface.gif" alt="Embarassed" height="15" width="15" /> </p>
<p>Lots of other minor changes and improvements. <img src="/smilies/smile.gif" alt="Smile" height="15" width="15" /> </p>
</div>
<p class="entryfoot">
Posted by <strong>Fuzzyman</strong> on 2006-01-04 09:17:49.
<br />
Categories:
<a href="http://www.voidspace.org.uk/python/weblog/arch_Projects.shtml">Projects</a>, <a href="http://www.voidspace.org.uk/python/weblog/arch_Python.shtml">Python</a>
<br />
Visit the <a href="http://www.voidspace.org.uk/python/weblog/index.shtml">Voidspace Techie Blog</a> to read this entry and more.
</p>
</body>
</html>