Re: Problem using generic types?

2013-12-15 Thread Andi Vajda
> On Dec 15, 2013, at 5:43, Petrus Hyvönen wrote: > > Hi Andi, > > I see your point and have now kept in the pure python domain. > > If I run my script from the shell by "python script.py" it does not crash. > However if I execute it line-by-line in python it crashes (or in other tools > suc

Re: Problem using generic types?

2013-12-15 Thread Petrus Hyvönen
Hi Andi, I see your point and have now kept in the pure python domain. If I run my script from the shell by "python script.py" it does not crash. However if I execute it line-by-line in python it crashes (or in other tools such as ipython notebook). All classes used are non-wrapped java classes