Normally you can just do a "python setup.py install".
If you type python at the command line and it is not recognized then you don't have Python installed correctly. Install this version of Python:
http://www.python.org/download/releases/2.6.6/
After you install Python and test with a "python" at the command line then try the "python setup.py install"
If that doesn't work you could try setuptools:
http://pypi.python.org/pypi/setuptools
Let me know how it goes.
p.s. Even if we get a networking plugin, it wont interface with SQL databases; so you would still need a Python solution for this or somebody would have to write an SQL access plugin.
Edit... also try "setup.py install". ... you might not need the python in front...but you do need Python installed.
Edit2: You may also want to try an executable build.
http://www.codegood.com/archives/4