Re: [Specto-devel] Idea..
Brought to you by:
kiddokiddo
|
From: wout c. <wou...@sc...> - 2006-02-08 22:08:09
|
off course it would be more logical,
but feel free to start working on it! somebody has to make the first
steps :)
when i try to use the class i get this error:
>>from specto.watch import watch
>>w = watch
>>w.set_name("test")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
TypeError: unbound method set_name() must be called with watch instance
as first
argument (got str instance instead)
so there is still something wrong (or i am making a stupid mistake)
the only reason why i am working on the gui before the backend is to
learn to program in python
but i am starting to get a hold of it, so i am ready to start on the
backend.
(but don't be suprised when i make very stupid mistakes)
Wout
Conor Callahan wrote:
>Hi,
>I had an idea:
>
>Maybe we could work on the backend of the program first, then integrate
>it with the GUI.. It just makes more sense to me..
>
>Conor
>
>
|