From: Andrew M. <agm...@gm...> - 2011-09-21 15:50:17
|
Hi, I'm running Ubuntu 11.04. Originally vpython (gotten by apt-get install python-visual) works great. After installing NVIDIA CUDA software, vpython completely fails to work. E.g. $ python >> from visual import box >> box() Segmentation Fault $ I asked a similar question before, and it was suggested that the problem might be that I was using visual.materials in my code. The example above, however, shows that even the most basic application isn't working. Any ideas? -- Sincerely, Andrew McCormick |