Franz Steinhaeusler wrote:
Hi all,
i ask here (a little impudent) on what open source projects
using wxPython you are working currently? 
What would you like to program, if you have enough time?
I for example tried a few years ago to create or better said
to translate a filemanager from wxwidgets to wxpython,
using the open source project atol.
The next was a little contribution to DrPython (mainly bug reports, feature requests
and plugins).
My dream would be to make a little simple newsreader like Forte Agent
or XPN (pyGtk Project on Sourceforge).
Hi,
I am new to open source programming, and haven't learned about formally establishing 'projects', or proper packaging, open source licensing, and such. But I recently retired, and find programming with python and wxpython to be very relaxing and personally rewarding.
Recent work includes a very short app that will pop-up your Firefox bookmarks, and launch Firefox with your selection. It's linux specific at the moment, but should work with other platforms with a couple of very simple line changes.
My other current effort is a contract bridge game. It's in a very early stage, and I anticipate a few weeks until it can play the game in a very stupid fashion. Right now, it can deal a hand, perform a simple point count, accept user bids, and provides the mechanics for playing the hand. But it will probably take another year to refine the hand analysis, bidding and establish meaningful algorithms to play the hands.
If you have a suggestions about where these apps can be placed for open source access, I'd be glad to clean them up and post them.
Thanks,
路路路
--
Dan Cherry
dscherry (@) bellsouth.net
Finding a solution to a problem doesn't solve the problem...
Implementing the solution solves the problem.