On Thu, Jul 24, 2014 at 12:13 AM, John Trinder
wrote:
> When doing:
>
> from Foo import foo2
>
> (assuming for eg foo2 is a class) and then going on to do:
>
> a = foo2()
>
> it would be nice if intellisense could offer suggestions as I am typing
> out foo2
>
> In the same vein, when doing:
>
> v
I'm new to FePy and after doing a fair bit of studying am embarking on
transcoding a C# project to FePy. I'm encountering a problem
incorporating a module that defines a subclass of Canvas and then trying
to utilize this custom canvas in the Xaml code.
My skeleton files/modules and contents ar
Just so you are aware FePy was the name of a side project that was a set of
enhancements to IronPython. If you are looking for a shorter form of
IronPython, IP is generally the best way to go so there is no confusion.
On Thu, Jul 24, 2014 at 4:45 PM, John Trinder
wrote:
> I'm new to FePy and a