Problem remains on ubuntu 9.10 Karmic Koala.
Error log when installing the package:
/usr/lib/pymodules/python2.5/plwm/outline.py:65: Warning: 'as' will become a
reserved keyword in Python 2.6
/usr/lib/pymodules/python2.5/plwm/outline.py:140: Warning: 'as' will become a
reserved keyword in Pytho
I can confirm this bug as well. I've tried in different machines, all
with nvidia proprietary drivers, and all after upgrade - totem's hue bar
goes all way to the left.
** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
Status: New => Confirmed
** Package changed: nvidia-graphics-drivers
#579300 is what removed OSS support.
#634211 is also related.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/716814
Title:
Please re-enable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
--
ubuntu-bugs mai
I use transcode, it's the only thing that can record from my capture
card with reasonable speed; mencoder, ffmpeg and vlc all drop too much
frames to be useful.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of
I agree that a switch to a better audio interface would be great, but
we're not there yet, since there are no replacements, so this is a
regression. I use transcode to record audio/video and it has no alsa
option.
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Why did you mark the bug as invalid? Is it a policy to invalidate bugs you
can't confirm?
I'm using the latest available in the latest ubuntu. Today is April 9 2011 and
11.04 Natty is not released yet, so latest ubuntu is 10.10 Maverick Meerkat.
The most up-to-date package today in ubuntu Maveri
This line from the traceback is calling my attention
reactor.listenTCP(self.port, self.host)
API from twisted 10.1.0 says reactor.listenTCP doesn't take host and
port
http://twistedmatrix.com/documents/10.1.0/api/twisted.internet.interfaces.IReactorTCP.html#listenTCP
--
You received this b
Ok, this patch fixes it for me. The only fix is to pass a factory
instead of the hostname as second parameter to listenTCP, and use the
interface parameter to pass the hostname, instead.
The line above was creating a factory but not assigning it to any
variable. So I just used that.
** Patch add
Public bug reported:
Binary package hint: python-bottle
The most basic example on python bottle webpage at
http://bottle.paws.de/:
from bottle import route, run
@route('/:name')
def index(name='World'):
return 'Hello %s!' % name
run(host='localhost', port=8080)
fails with this traceback:
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725769
Title:
crashes when running basic example
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubu
10 matches
Mail list logo