As you probably know, Spyder is more oriented to do scientific
computations than GUI programming. That doesn't mean your request is
valid, quite the contrary, it'd be quite handy to have in Spyder. It
means someone have to stand up and implement it.
The other way around is that Eric devs adopt our code to fill their
needs, since it's MIT/BSD licensed (unfortunately we can't do the same
because theirs is GPLed). For example, I developed a little library to
do import completions here:
http://code.google.com/p/spyderlib/source/browse/spyderlib/utils/module_completion.py
Cheers,
Carlos
El 13/10/11 03:39, janwillem escribió:
On 10/21/2011 04:02 AM, Carlos C�rdoba wrote:
> Hi Janwillem,
>
> As you probably know, Spyder is more oriented to do scientific
> computations than GUI programming. That doesn't mean your request is
> valid, quite the contrary, it'd be quite handy to have in Spyder. It
> means someone have to stand up and implement it.
>
> The other way around is that Eric devs adopt our code to fill their
> needs, since it's MIT/BSD licensed (unfortunately we can't do the same
> because theirs is GPLed). For example, I developed a little library to
> do import completions here:
>
> http://code.google.com/p/spyderlib/source/browse/spyderlib/utils/module_completion.py
>
>
> Cheers,
> Carlos
>
> El 13/10/11 03:39, janwillem escribi�:
Enthought developed a library to create fancy "scientific" GUIs, i.e.
with plots which can be connected to input data and so on. It's called
TraitsUI. I never used it but perhaps it may serve you better.
Cheers,
Carlos
El 21/10/11 02:47, Janwillem van Dijk escribió:
> Thanks, yes that is how I came across Spyder, somewhere in a numpy or
> scipy discussion. However, as a lazy scientist I like to find my input
> data with gui and alter/fine-tune parameters alter options etc. with
> spin-, list- and check-boxes. The convenience of having the inputs and
> the outputs in a grid and a mathplot figure together in an organised
> window adds to that. That's where Qt4/PyQt4 comes in. Not having to
> bother about the inner workings of the sender-signal-slot system would
> leave more time for numerical math or for just being idle. Possibly I
> should invest some more time in reading QtDesigner and PyQt4
> documentation, understanding something can save a lot of time too :-).
> Cheers, Janwillem
>
> On 10/21/2011 04:02 AM, Carlos Córdoba wrote:
>> Hi Janwillem,
>>
>> As you probably know, Spyder is more oriented to do scientific
>> computations than GUI programming. That doesn't mean your request is
>> valid, quite the contrary, it'd be quite handy to have in Spyder. It
>> means someone have to stand up and implement it.
>>
>> The other way around is that Eric devs adopt our code to fill their
>> needs, since it's MIT/BSD licensed (unfortunately we can't do the
>> same because theirs is GPLed). For example, I developed a little
>> library to do import completions here:
>>
>> http://code.google.com/p/spyderlib/source/browse/spyderlib/utils/module_completion.py
>>
>>
>> Cheers,
>> Carlos
>>
>> El 13/10/11 03:39, janwillem escribió: