[Bug 438102] [NEW] segfaults when using non-rgb colors

Andreas andreas.wilm at gmail.com
Mon Sep 28 12:21:35 UTC 2009


Public bug reported:

Binary package hint: python-visual

Hi,

the following code snippet leads to a segfault:

from visual import *
ball = sphere(pos=(0, 0, 0), color="red")


Converting the color beforehand to RGB solves the problem, e.g.

from visual import *
from matplotlib import colors
ball = sphere(pos=(0, 0, 0), color=colors.colorConverter.to_rgb("red"))


Andreas

Ubuntu 9.04: python-visual: 3.2.9-4.1build1

** Affects: python-visual (Ubuntu)
     Importance: Undecided
         Status: New

-- 
segfaults when using non-rgb colors
https://bugs.launchpad.net/bugs/438102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list