Log in or register to vote.

PyWebRun

Python Web Runner - Running Python scripts over HTTP

::

NEWS
----
Tested with ".py.txt"
Tested with PyternetBrowser version 0.0.5

FILES LIST
----------
src/cache/cache.txt
src/cache.py files stored system with SQLite
src/gui.gif
src/gui.py user interface made with wxPython
src/server.bat SimpleHTTPServer for test
src/test.py
history.txt
README.txt

DEPENDENCES
-----------
Python 2.5.1 (contains SQLite3)
wxPython 2.8.7.1

TUTORIAL
--------
Unzip the archive PyWebRun-x.x.x.tar.gz and open a console in the unzipped SRC
folder:
PyWebRun/src

Type in your console (for windows):

server.bat

(for linux to see inside server.bat)
It run a ...

0