Re: pyZui - anyone know about this?

2009-12-17 Thread David Roberts
> Personally I see a merging of normal app windows and a zui: some kind of new > window manager. Have you seen Eagle Mode[1]? [1] http://eaglemode.sourceforge.net/ On Dec 17, 5:14 pm, Donn wrote: > On Wednesday 16 December 2009 07:03:19 David Roberts wrote:> It involves > scal

Re: pyZui - anyone know about this?

2009-12-17 Thread David Roberts
> /home/fetchinson/pyzui/pyzui/tilestore.py:22: DeprecationWarning: the > sha module is deprecated; use the hashlib module instead >   import sha Yeah, I'd noticed that. It's fixed in the repository now. On Dec 16, 10:55 pm, Daniel Fetchinson wrote: > > PyZUI 0.1 has been released: > > >http://da

Re: pyZui - anyone know about this?

2009-12-15 Thread David Roberts
PyZUI 0.1 has been released: http://da.vidr.cc/projects/pyzui/ On Dec 15, 12:29 pm, David Roberts wrote: > Hi, > > Yes, the toolkit used is PyQt. The ZUI is implemented using a simple > QPainter, and employs pyramidal tiling for efficiency (I haven't used > any Qt/KDE v

Re: pyZui - anyone know about this?

2009-12-15 Thread David Roberts
> > and employs pyramidal tiling for efficiency > > \me ... time to hit Wikipedia :) It involves scaling an image to various resolutions, and partitioning them into fixed-size tiles. It's roughly the same technique used by Google Maps/Earth. > It is very cool, but I would inject a note of caution

Re: pyZui - anyone know about this?

2009-12-14 Thread David Roberts
t, and PDF with the pdftoppm utility. The project is opensource (GPLv2), but just hasn't been published yet :) . I'll try to make a release over the next few days, and I'll post a link here when I do. -- David Roberts http://da.vidr.cc/ On Dec 15, 10:33 am, Donn wrote: > On Tuesd

Re: idiom for list looping

2009-07-29 Thread David Roberts
To the best of my knowledge the second way is more pythonic - the first is a little too reminiscent of C. A couple of notes: - you don't need the parentheses around "i, e" - if you were going to use the first way it's better to use xrange instead of range for iteration -

Re: OverflowError in RLock.acquire()

2009-07-24 Thread David Roberts
Done: http://bugs.python.org/issue6562 -- David Roberts http://da.vidr.cc/ On Fri, Jul 24, 2009 at 20:24, Gabriel Genellina wrote: > En Fri, 24 Jul 2009 01:27:10 -0300, David Roberts escribió: > >> I'm trying to port a Python application to Windows, and I'm getting

Re: OverflowError in RLock.acquire()

2009-07-23 Thread David Roberts
I forgot to mention, Python version is 2.6.2. -- David Roberts http://da.vidr.cc/ On Fri, Jul 24, 2009 at 14:27, David Roberts wrote: > Hi, > > I'm trying to port a Python application to Windows, and I'm getting > the following error (which did not occur when running on

OverflowError in RLock.acquire()

2009-07-23 Thread David Roberts
en able to find any similar problems with google. Any help would be appreciated. -- David Roberts http://da.vidr.cc/ -- http://mail.python.org/mailman/listinfo/python-list