Author: reinhard Date: 2007-05-24 16:13:42 -0500 (Thu, 24 May 2007) New Revision: 9622
Removed: trunk/gnue-forms/INSTALL.win32 Log: Removed extremely outdated windows installation instruction. Deleted: trunk/gnue-forms/INSTALL.win32 =================================================================== --- trunk/gnue-forms/INSTALL.win32 2007-05-24 21:10:14 UTC (rev 9621) +++ trunk/gnue-forms/INSTALL.win32 2007-05-24 21:13:42 UTC (rev 9622) @@ -1,67 +0,0 @@ -Installation instructions for GNUe-Forms on Win32 platforms - -Prerequisite software packages -================================ - -Python 2.x+ www.python.org (1.X python will not work) -wxPython The GUI widget set - http://www.wxpython.org/download.php -mxDateTime http://www.lemburg.com/files/python/mxDateTime.html - -A supported DB driver (tested so far, others should work) - PyPgSQL http://sourceforge.net/projects/pypgsql/ - -* If you test something else and it works under windows please -* let us know. Thanks. - -Download GNUe-Forms: -==================== - -You should grab the most recent versions of the following packages -from www.gnuenterprise.org - -GNUe Common (source) -GNUe Forms (source) - -* Win32 binaries not available yet. - -Installation -============ - -Installation is fairly simple. First you must install all of the prerequisite -software packages starting with Python 2.x. Then install GNUe Common following the install -instructions provided in it's package. Next install GNUe Forms with: - -python setup.py install - -You should then install the database drivers you'll require. - -Using -===== - -One of the first things I did when installing GNUe Forms was to add the -directory containing python.exe to my PATH. You do this by editing -C:\autoexec.bat and adding the following line - -PATH=%PATH%;C:\python20 -(Replace c:\python20 with the directory where you installed python) - -Then reboot - -You should now be able to open a dos box and type -python -and have the python interpreter start up. (Press CTRL-Z to exit it) - -Now GNUe Forms can be ran via - -pythonw c:\Python20\scripts\gfclient c:\path\to\some\form.gfd - -To make this easier just create a shortcut that contains this line. - -That is it! - -Open Questions: -=============== - - - _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue