Bug#583323: python-pivy: An error in source code prevents using soqt binding

2010-05-27 Thread Yorik van Havre
> > So pivy is not really unmaintained, upstream just does not make > releases. I'll look into updating the Debian package to the current > upstream head, but it probably needs to be tested with freecad before > uploading. Want to help? Ah that's great news! We were never able to speak with the m

Bug#583323: python-pivy: An error in source code prevents using soqt binding

2010-05-27 Thread Teemu Ikonen
On Thu, May 27, 2010 at 4:23 AM, Yorik van Havre wrote: > There is a wrong statement in pivy/gui/soqt.py on line 884, preventing using > the soqt part of pivy: > the line: > > import pivy.pivy > > should be instead: > > from pivy import coin The file (soqt.py) in question is generated from interf

Bug#583323: python-pivy: An error in source code prevents using soqt binding

2010-05-26 Thread Yorik van Havre
Package: python-pivy Version: 0.5.0~svn765-2+b1 Severity: normal Tags: upstream There is a wrong statement in pivy/gui/soqt.py on line 884, preventing using the soqt part of pivy: the line: import pivy.pivy should be instead: from pivy import coin Since the source code is unmaintained, I guess