fxpy-commits Mailing List for FXPy (Page 5)
Status: Inactive
Brought to you by:
lyle
You can subscribe to this list here.
2002 |
Jan
|
Feb
(10) |
Mar
(18) |
Apr
(35) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(10) |
Sep
(4) |
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(4) |
Feb
(11) |
Mar
|
Apr
(1) |
May
|
Jun
(5) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bastian K. <ca...@us...> - 2002-02-11 09:35:37
|
Update of /cvsroot/fxpy/FXPy/debian In directory usw-pr-cvs1:/tmp/cvs-serv21199 Modified Files: .cvsignore rules Added Files: examples index.html Log Message: better installation of examples for .deb package --- NEW FILE: examples --- examples/*.py examples/demos.xml examples/gifs examples/README.txt --- NEW FILE: index.html --- <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Author" content="Lyle Johnson"> <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]"> <title>FXPy</title> </head> <body> <table WIDTH="100%" > <tr> <td><img SRC="logo.gif" height=60 width=157><b><font size=+2>a Python binding for FOX</font></b></td> <td><a href="http://sourceforge.net"><img SRC="sflogo.gif" ALT="SourceForge Logo" BORDER=0 height=31 width=88></a></td> </tr> </table> <hr> <img src="info.gif"> <b><font size=+2>Development Status (January 31, 2002)</font></b><p> Several of you have recently noted that FXPy development stalled last summer while FOX and FXRuby development have charged along. I began the development of FXPy as a kind of learning exercise for myself, and it has served that purpose. I learned a lot about C++ and Python programming, especially developing extension modules for Python. When I went public with FXPy it also taught me a lot about managing an open source project on the web. And hopefully it brought a lot of new FOX developers into the fold from the Python community.<p> Unfortunately, I've found increasingly little time to continue working on FXPy. So this is the official announcement that I'm seeking a new maintainer for FXPy. The tricky part is that the person who takes over is going to need a pretty strong background in several areas: C++ programming, FOX library internals, the Python/C API and the use of SWIG. And the current maintenance process (with regards to adding support for new FOX classes and modifying existing classes' interfaces) is pretty messy. But I would hope that enthusiasm of a new maintainer would go a long way in reviving this project.<p> If you think you might be interested in assuming responsibility for this project, feel free to contact me privately by e-mail or publicly though the foxgui-users mailing list. I don't have any kind of "transition" instructions prepared or anything like that, and so you'll need to figure out a lot on your own, but I will of course answer as many questions as I can. In the meantime I'm checking with the SourceForge maintainers about transferring the CVS repository to SourceForge to further open-up the development; I'll update this page when that's available.<p> <p> Thanks,<p> <p> Lyle <hr> FXPy is a <a href="http://www.python.org">Python</a> extension module which provides an interface to the <a href="http://www.fox-toolkit.org">FOX</a> GUI library. It is Copyright 1999, 2000 by <a href="mailto:ly...@us...">Lyle Johnson</a> and is released under the GNU Lesser General Public License. The latest version of FXPy is version 0.99.174. <p>If this is your first time out with FXPy, please take a moment to look over the <a href="doc/intro.html">"Getting Started" information</a> to understand some of the other requirements for using FXPy. Otherwise, to download the <b>source</b> distribution for FXPy 0.99.174, check here: <blockquote><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-0.99.174.tar.gz">http://prdownloads.sourceforge.net/fxpy/FXPy-0.99.174.tar.gz</a></blockquote> You can build FXPy from the source code against any recent Python versions (i.e. version 1.5.2 or later). Binary installers for Microsoft Windows are also available as well: <ul> <li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-0.99.174.win32-py1.5.exe">Binary installer for Python 1.5.2 on Microsoft Windows</a></li> <li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-0.99.174.win32-py2.0.exe">Binary installer for Python 2.0 on Microsoft Windows</a></li> <li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-0.99.174.win32-py2.1.exe">Binary installer for Python 2.1 on Microsoft Windows</a></li> </ul> For further information, click on one of the following links: <ul> <li><a href="doc/intro.html">Getting Started</a>: Prerequisites and so forth</li> <li><a href="doc/build.html">Building FXPy From the Source Code</a></li> <li><a href="doc/examples.html">Running the Test Programs</a> (includes screenshots!)</li> <li><a href="doc/install.html">Installing FXPy</a></li> <li><a href="doc/diffs.html">How is FXPy Different from FOX?</a></li> <li><a href="doc/problems.html">Known Problems</a></li> <li><a href="doc/todo-list.html">To-do list</a></li> <li><a href="doc/Links.html">Related Links</a></li> <li><a href="doc/changes.html">Change History</a></li> <li><a href="http://sourceforge.net/projects/fxpy">SF Project Page for FXPy</a></li> </ul> <hr WIDTH="100%"> <address> Last Update: $Date: 2002/02/11 09:35:34 $</address> </body> </html> Index: .cvsignore =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 7 Feb 2002 10:27:39 -0000 1.1 --- .cvsignore 11 Feb 2002 09:35:34 -0000 1.2 *************** *** 1,5 **** tmp files ! substvars *.debhelper fxpy0.99-python2.1 --- 1,5 ---- tmp files ! *substvars *.debhelper fxpy0.99-python2.1 Index: rules =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rules 7 Feb 2002 10:27:39 -0000 1.1 --- rules 11 Feb 2002 09:35:34 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- PACKAGE=$(shell dh_listpackages) ROOT=$(CURDIR)/debian/$(PACKAGE) + DOC=$(ROOT)/usr/share/doc/$(PACKAGE) PYTHON=python2.1 *************** *** 48,57 **** dh_testdir dh_testroot ! dh_installdocs index.php doc ! dh_installexamples examples/* dh_installchangelogs dh_link dh_strip ! dh_compress -Xdemo.py dh_fixperms dh_makeshlibs --- 49,61 ---- dh_testdir dh_testroot ! dh_installdocs doc ! rm -rf $(DOC)/doc/CVS ! install -m 644 index.php $(DOC)/index.html ! install -m 644 *.gif $(DOC)/ ! dh_installexamples dh_installchangelogs dh_link dh_strip ! dh_compress -Xdemo.py -Xdemos.xml dh_fixperms dh_makeshlibs |
From: Bastian K. <ca...@us...> - 2002-02-11 09:34:06
|
Update of /cvsroot/fxpy/FXPy In directory usw-pr-cvs1:/tmp/cvs-serv20939 Modified Files: .cvsignore Log Message: ignore generated MANIFEST and be impressed about new commit mailinglist :) Index: .cvsignore =================================================================== RCS file: /cvsroot/fxpy/FXPy/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 7 Feb 2002 12:37:15 -0000 1.3 --- .cvsignore 11 Feb 2002 09:34:04 -0000 1.4 *************** *** 2,3 **** --- 2,4 ---- *.WSM *-stamp + MANIFEST |
From: Bastian K. <ca...@us...> - 2002-02-11 09:32:34
|
Update of /cvsroot/fxpy/FXPy/examples In directory usw-pr-cvs1:/tmp/cvs-serv20564 Added Files: README.txt Log Message: explain how to use demo.py --- NEW FILE: README.txt --- These examples demonstrate simple Python programes using the FXPy library. To start the demo browser, execute > python demo.py |