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
ost of its 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
ckets.
(snip)
The author's 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
st .voidresp()
call, and in the event 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
py', and I
write my own 'myapp.py', in which I 'import myapp_ui', then subclass the
wxGlade-generated 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
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
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
>>>>
>>>
>&g
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
PROTECTED],E9uFCy0NhiTbR0jVQkY77doaWtxTrkS9kuMrzOtNzSQ,AQABAAE/pyfcp/50/
Enjoy!
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
n invokes
py2exe and NSIS to create 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.
--
I'd strongly suggest you 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
f 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
nder, just out of curiosity - 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
much more
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/xmlobje
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
ming, but in
theory at least, pygene could be extended into a GP system.
Hmm, it's tempting 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
n to its usability and comprehensibility.
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
is up 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
in32
- has python wrapper available that builds 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
your recommendations.
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
GUI programming libraries, such as Tkinter, wxPython, PyFLTK,
FoxPY, PyQt or whatever appeals. PyFLTK and wxPython have Wizard widgets
built in, and quite likely PyQt does as well.
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
net.org.nz/askmgr2
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
s mirrored anywhere?
Can anyone recommend any other good warehouses of Python goodies?
--
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
ution, 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
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
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 t
shopping etc, using anything more than the Honda
4-cylinder 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
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 vi
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 deal
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 (http://
30 matches
Mail list logo