Re: [PyQt] Help with segfault in PyQt program

2012-09-18 Thread Phil Thompson
On Tue, 18 Sep 2012 00:30:12 +0530, Shriramana Sharma wrote: > Hi thanks for that fix. I had to polish my concepts of what Python > variables are before I could fathom this correctly: > http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#other-languages-have-variables > > Anyhow

Re: [PyQt] Help with segfault in PyQt program

2012-09-17 Thread Shriramana Sharma
Hi thanks for that fix. I had to polish my concepts of what Python variables are before I could fathom this correctly: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#other-languages-have-variables Anyhow, I have now further developed the program some and added some formulae

Re: [PyQt] Help with segfault in PyQt program

2012-09-16 Thread Phil Thompson
On Sun, 16 Sep 2012 22:40:29 +0530, Shriramana Sharma wrote: > Hello. I'm back on this list after quite some time. > > I'm working on some stuff involving bezier curves and wanted to write > my own bezier display applet to keep in handy, so that I can adjust > the nodes and handles and it would s

[PyQt] Help with segfault in PyQt program

2012-09-16 Thread Shriramana Sharma
Hello. I'm back on this list after quite some time. I'm working on some stuff involving bezier curves and wanted to write my own bezier display applet to keep in handy, so that I can adjust the nodes and handles and it would show me real-time what the resultant curve looks like. However even a mi