[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Logan Rosen
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pyrocket (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Logan Rosen
** Bug watch added: code.google.com/p/pyrocket/issues #17
   http://code.google.com/p/pyrocket/issues/detail?id=17

** Also affects: pyrocket via
   http://code.google.com/p/pyrocket/issues/detail?id=17
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Alex Wauck
Bug #1055761 (marked as a duplicate of this one, despite having been
reported first) has a patch that will prevent the crash from occurring
by crudely hacking out all video functionality.  It should be sufficient
to keep this package limping along until somebody does a proper update
of pyrocket.  I might take a crack at it, but I'm not entirely sure what
pyrocket does with OpenCV.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Logan Rosen
Hey, sorry - marked that as a dupe of this one, as this includes the
appropriate priority and stacktrace because of apport. Could you please
attach the patch to this bug instead?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Logan Rosen
Note that, as you can see from the bug watch, a patch was also suggested
upstream - I haven't gotten a chance to compare the two yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Alex Wauck
Yeah, I saw the upstream patch, too.  I took a look at the diff and
got scared off by the multitude of Subversion files being removed.  I'll
see if a checkout of that code produces a sane diff against the upstream
codebase.  If it does, then it would probably be a better candidate than
my patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Alex Wauck
I have attached a patch that should apply against the latest upstream
code (which is probably the same as what's in the package, given the
lack of upstream activity) that contains the changes that Stadler guy
made.  As it turns out, the necessary changes weren't too bad; somebody
familiar with the new OpenCV Python interface could have done it in
about 15 minutes (if even that).

If we need somebody to properly package these changes, I can do that.

** Patch added: stadler-clean.patch
   
https://bugs.launchpad.net/ubuntu/+source/pyrocket/+bug/1055778/+attachment/3339563/+files/stadler-clean.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1055778] Re: pyrocket crashed with ImportError in /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

2012-09-24 Thread Ubuntu Foundation's Bug Bot
The attachment stadler-clean.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055778

Title:
  pyrocket crashed with ImportError in
  /usr/lib/pymodules/python2.7/rocket_webcam.py: No module named opencv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyrocket/+bug/1055778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs