Re: pyZui - anyone know about this?

2009-12-15 Thread Martijn Arts
You could do some really awesome stuff with that! I love the webpage example where you zoom in on the exclamation mark and there's a new page. Just imagine the possibilities! On Tue, Dec 15, 2009 at 9:28 AM, Donn wrote: > On Tuesday 15 December 2009 04:29:39 David Roberts wrote: > > Yes, the to

Re: What type of info do you capture about a user's environment for debugging?

2009-12-14 Thread Martijn Arts
On Mon, Dec 14, 2009 at 10:11 PM, Philip Semanchuk wrote: > > On Dec 14, 2009, at 3:39 PM, pyt...@bdurham.com wrote: > > We're preparing to release a commercial software product based on >> Python. When a customer reports problems with our software, we >> would like to capture as much information

Re: os.remove() permission problem

2009-11-30 Thread Martijn Arts
On Mon, Nov 30, 2009 at 8:21 PM, Victor Subervi wrote: > Hi; > I get the following error when I try > os.remove(file) > > *OSError*: [Errno 13] Permission denied: 'particulars.py' > args = (13, 'Permission denied') > errno = 13 > filename = 'particulars.py' > strerror = 'Pe

Re: a 100-line indentation-based preprocessor for HTML

2009-11-28 Thread Martijn Arts
It´s quite clear to me: Not. I've taken a look at the "Timebar", and in the last two months there has been no change at all. On Sat, Nov 28, 2009 at 7:32 AM, Steve Howell wrote: > On Nov 27, 9:56 pm, "David Williams" wrote: > > You might want to take a look at this: > > > > http://www.ghrml.org

CTypes problem.

2009-11-17 Thread Martijn Arts
I wanted to use PyWiiUse, but, well, it sucks Then I thought; it can't be THAT hard, can it? So I began porting WiiUse to Python using ctypes, but apparently, I did something wrong. poll() gives back an event, *but* (there's always a but) the event doesn't register. Or... Well... See for yoursel

Pokemon gamestyle in Python

2009-11-15 Thread Martijn Arts
First; sorry, the title might be somewhat unclear about what I mean. Then; I know PyGame and I've worked with it, but I want to make a Pokemon/Legend of Zelda style game with a moving guy on a map. So what I'm asking is; is there anything better than PyGame for this gamestyle? -- http://mail.pyth

Re: Pyfora, a place for python

2009-11-01 Thread Martijn Arts
I think it's a really good idea :) My accountname is "TotempaaltJ" On Sun, Nov 1, 2009 at 8:48 AM, Paul Rubin wrote: > Saketh writes: > > I am proud to announce the release of Pyfora (http://pyfora.org), an > > online community of Python enthusiasts to supplement co

Ctypes and Structures

2009-10-25 Thread Martijn Arts
I'm working with ctypes on a bridge (?) from WiiUse; a new and improved PyWiiUse, but I'm having a problem: When connecting to the wiimotes with the init function it gives me back an array with pointers. Every pointer points to a WiiMote structure, this all goes well. Now when trying to poll the w