From ce9cd97bdabeaaa08fdb637e6e89809a670ebcaa Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 3 Jun 2024 18:01:48 -0300 Subject: [PATCH] updated README --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fe8eec2..48a1abe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is the 0.1 Alpha release pf pyxform, my interface between Python 1.3 +This is the 0.3 Alpha release pf pyxform, my interface between Python And The XForms library. You need: @@ -7,16 +7,14 @@ A standard Unix, whit X-window, and Xpm library I only tested it under Linux (it used to be a Slackware 3.0 ELF), but should do well under anything XForms and Python work. -XForms 0.8 +XForms 1.24 or later It's a free-for-non-commercial-use Widget library for X11 you can get it at: - http://bragg.phys.uwm.edu/xforms - BE CAREFUL: YOU NEED THE 0.80 beta, not the 0.75 official. + http://xforms-toolkit.org -Python 1.3 +Python 3.8 or later It's a beautiful ,free, language. Get it from - ftp://ftp.python.org http://www.python.org It's still fairly incomplete, mainly because of lack of free time, but it @@ -28,12 +26,4 @@ UNIX, and think it's ready to be seen. Sadly, there are no docs, yet, but the examples should be enough to get a taste of the module, and the source should be readable. -To add it to your Python, put the *.c files in the Modules directory in -Python-1.3/Modules. - -Add Modules/Setup.pyxform at the end of your Python-1.3/Modules/Setup file, -and edit it for your site. - -BTW: If anyone likes it, email me at ralsina@unl.edu.ar -And for those non-unix people: Dr Zhao (The XForms author) say the next -version will have win32 support.... \ No newline at end of file +BTW: If anyone likes it, email me at roberto.alsina@gmail.com