There is now an experimental version of **Movable IDLE** available, this is an off-shoot of the `Movable Python <http://www.voidspace.org.uk/python/movpy/>`_ project. **Movable IDLE**, version 0.1.0 can be downloaded (free) from : `Movable IDLE Download <http://www.tradebit.com/usr/voidspace/files.php/7007>`_ (Same place as the trial version of Movable Python.) **Movable IDLE** is a portable distribution of IDLE, the Python IDE, for Windows. The homepage of Movable IDLE is : http://voidspace.org.uk/python/movpy/movableidle.html This can be run without installing, and at only fifteen megabytes uncompressed it can be run from a USB stick or memory card. It comes with the full Python standard library, and should be capable of running almost any program that can be run with IDLE. Hopefully this will be useful for educational and experimental purposes. Limitations ======== **Movable IDLE** does not have all the clever trickery that **Movable Python** does. This means that the `win32 <http://sourceforge.net/projects/pywin32>`_ extensions, or any program that uses ``imp.find_module`` are unlikely to work. It also won't work with programs that have another event loop, like other GUI toolkits. If you need these features, try `Movable Python`_. On the other hand, if you do find bugs or restrictions, post them to the `Movable Python Mailing List <http://groups.google.com/group/movpy>`_ and it may be possible to fix them. This is the right place to post feedback and suggestions as well. License ====== **Movable IDLE** is copyright *Michael Foord*, 2006. It is free, but not Open Source. You are free to copy and distribute **Movable IDLE**, but not to charge for it. It may not be included in any distribution which charges directly or indirectly, without express permission. The following sections of the `Movable Python License <http://www.voidspace.org.uk/python/movpy/license.html>`_ also apply : * *Disclaimer* * *Limitations* * *Restricted Uses*
participants (1)
-
Fuzzyman