ANN: SimpleJSONRPCServer

2006-10-07 Thread aum
capabilities, but using far less traffic and requiring less processing time on the server and client. For more information, downloads and a live demo, visit: http://www.freenet.org.nz/dojo/pyjson If any Python honchos here want to raise a PEP for it, I'd support that fully. Cheers aum -- http

Re: ANN: SimpleJSONRPCServer

2006-10-07 Thread aum
On Sun, 08 Oct 2006 10:16:05 +1300, aum wrote: If any Python honchos here want to raise a PEP for it, I'd support that fully. Don't worry - I've just posted my own PEP for it. Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

ftplib.FTP.retrbinary() hangs on completion

2006-06-29 Thread aum
of timeout, it closes the control connection, reconnects and logs in again - very ugly. Can anyone share some light, or offer a better workaround? -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: Leo 4.4.1 beta 3 released

2006-06-29 Thread aum
surname needs an 's' on the end to indicate the quantity of paper that would be needed to communicate the virtues of his software, and the value of the tireless efforts he's put into it over the years. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: pyfcp

2006-06-19 Thread aum
On Mon, 19 Jun 2006 14:45:19 +0800, Thomas Moore wrote: http://www.python.org/pyfcp It gets me to Error 404. Apologies - that URL should have been: http://www.python.org.nz/pyfcp -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: pyfcp

2006-06-19 Thread aum
On Mon, 19 Jun 2006 17:51:06 +0200, Marc 'BlackJack' Rintsch wrote: In [EMAIL PROTECTED], aum wrote: On Mon, 19 Jun 2006 14:45:19 +0800, Thomas Moore wrote: http://www.python.org/pyfcp It gets me to Error 404. Apologies - that URL should have been: http://www.python.org.nz

Re: ANN: pyfcp (URL correction)

2006-06-19 Thread aum
On Mon, 19 Jun 2006 16:24:41 +1200, aum wrote: http://www.python.org/pyfcp Sorry, that should have been: http://www.freenet.org.nz/pyfcp -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython GUI designer

2006-06-19 Thread aum
classes in 'myapp_ui'. Works a treat for me, and saves a lot of time compared to hand-coding the GUI. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

ANN: pyfcp

2006-06-18 Thread aum
],E9uFCy0NhiTbR0jVQkY77doaWtxTrkS9kuMrzOtNzSQ,AQABAAE/pyfcp/50/ Enjoy! -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: saving settings

2006-05-29 Thread aum
read the doco for ConfigParser, and load/save your config file to/from os.path.join(os.path.expanduser(~)). Another option - save your stuff in the Windows Registry -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Another option - Re: saving settings

2006-05-29 Thread aum
a whole new installer exe That way, you'd have what you're after - a way to distribute your app, including its current state, as a single EXE file. Also, it would have the advantage of this EXE being an installer which sets up start menu shortcuts. -- Cheers aum -- http://mail.python.org/mailman

q - including manpages in setup.py

2006-05-28 Thread aum
of the manpages, for the benefit of OSs such as Windows which don't natively support manpages. What's the best place to put these? -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: Python certification/training

2006-04-17 Thread aum
- are there any universities actually teaching python (in anything bigger than a small elective module), or are they all still owned by Java, C++, C# and Visual Basic? -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

ANN: XMLObject

2006-04-16 Thread aum
readable than the raw python XML APIs. It borrows some ideas from 'xml_objectify', but uses none of its code. In addition to 'xml_objectify', it lets you make changes within the document, and to save back to an XML file. http://www.freenet.org.nz/python/xmlobject -- Cheers aum -- http

ANN: pygene0.12 - Genetic ProgrammingAlgorithms Library

2005-12-10 Thread aum
more than others. For me, I find it easiest to work with - but that's just the author being biased. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: pygene - genetic algorithms package

2005-12-07 Thread aum
to try a bit of GP, perhaps initially generating code for a tiny language like BrainFuck, then work up to Forth, Factor and beyond. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread aum
and comprehensibility. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

ANN: pygene - genetic algorithms package

2005-12-05 Thread aum
at: http://www.freenet.org.nz/python/pygene The package includes full api documentation, and an implementation of the travelling salesman problem, plus a couple of simpler cases. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: q: console widgets for *nix and windows?

2005-11-15 Thread aum
with the same tools - works - can use the win32 cmd.exe console I've tried urwid over wvision, but still no luck. My main need is to create a user interface compatible with blind users' screen reader programs - for both linux and win32. -- Cheers aum -- http://mail.python.org/mailman/listinfo

q: console widgets for *nix and windows?

2005-11-14 Thread aum
recommendations. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: Want to perform unattended installation of SW using python

2005-11-13 Thread aum
Wizard widgets built in, and quite likely PyQt does as well. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

ANN: askmgr

2005-11-12 Thread aum
/askmgr2 -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

Re: PyFLTK - an underrated gem for GUI projects

2005-11-07 Thread aum
On Mon, 07 Nov 2005 12:25:49 +0100, egbert wrote: PyFLTK is not a debian package - yet. Is nobody interested, or is there a more specific reason ? AFAIK, the maintainer feels it's still at release-candidate stage. When he's happy with it, I'm sure he could be persuaded to make arrangements to

Re: PyFLTK - an underrated gem for GUI projects

2005-11-07 Thread aum
On Mon, 07 Nov 2005 09:10:32 -0200, Jorge Godoy wrote: Installing things mean, usually: 8 Distilling what you've said, it would appear the essence of your argument is PyFLTK is less desirable because it's not popular, an argument which, despite a level of pragmatic truth, does contain more than

ANN: C++ support for Pyrex

2005-11-07 Thread aum
, I've just released a first cut of 'pyrexembed', a system that lets you embed C++ code directly into your Pyrex sources. More info, download etc at http://www.freenet.org.nz/python/pyrexembed -- Cheers Aum -- http://mail.python.org/mailman/listinfo/python-list

R.I.P. Vaults of Parnassus?

2005-11-07 Thread aum
anywhere? Can anyone recommend any other good warehouses of Python goodies? -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list

PyFLTK - an underrated gem for GUI projects

2005-11-06 Thread aum
Hi all, I've been doing a fair bit of python gui programming on and off, jumping between different widget sets along the way, from anygui, to pythoncard, to tkinter/PMW, then to wxPython/wxGlade, and have now settled on a python gui API that seems to get barely a mention - PyFLTK. PyFLTK

Re: PyFLTK - an underrated gem for GUI projects

2005-11-06 Thread aum
On Sun, 06 Nov 2005 16:31:54 -0800, Paul Rubin wrote: aum [EMAIL PROTECTED] writes: To me, wxPython is like a 12-cylinder Hummer, ... Whereas PyFLTK feels more like an average suburban 4-door sedan Interesting. What would Tkinter be at that car dealership? What about PyGTK? Tkinter

Re: how to present Python's OO feature in design?

2005-11-06 Thread aum
On Sun, 06 Nov 2005 19:06:49 -0800, pcmanlin wrote: As I know java has many UML tools to design for its OO feature, is there any tools or good concept for Python project Modeling? Just code the bloody thing! One of Python's strengths is its rapid design/programming/testing turnaround. And

Re: PyFLTK - an underrated gem for GUI projects

2005-11-06 Thread aum
sedan is IMHO a waste of resources. Similarly, coding something in wx when FLTK will suffice is a waste of time, effort, disk space, CPU cycles and memory. -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list