From: Bruce S. <bas...@nc...> - 2010-08-17 22:59:29
|
It's certainly not obvious what the problem is, but here are two small ideas: 1) Sometimes problems of this kind stem from a need to update the graphics drivers. I'm inclined to think that's not your problem, because you crash just trying to import visual, before creating any objects. 2) I see that the visual machinery is in /usr/lib/python2.6/site-packages. I don't know anything about Arch-Linux, but on Ubuntu there was a recent change involving dist-packages as opposed to site-packages. Is it conceivable that your builds have put the newly compiled files somewhere not in /usr/lib/python2.6/site-packages, but there is something in /usr/lib/python2.6/site-packages that is corrupted? Curious that VPython works on one of you machines but not on two others.... Bruce Sherwood On Tue, Aug 17, 2010 at 12:04 PM, Nicolas Bigaouette <nbi...@gm...> wrote: > Just a followup of my own message... I've recompiled python and visual with > debug symbols. Here is the new stack trace: > http://pastebin.com/zihsxktb > > Thanx > > 2010/8/17 Nicolas Bigaouette <nbi...@gm...> >> >> Hi all, >> >> I've ported one of my script from PyMol to vpython and it's pretty neat. >> But, I cannot use it on 2 of my machine as vpython is segfaulting. Just >> importing visual is enough to segfault. Here is a gdb stacktrace: >> http://pastebin.com/6vLzqjfb I couldn't see anything from it... >> >> I tried recompiling visual-5.32_release.tar.bz2 without success. >> >> I'm using ArchLinux x86_64 >> python 2.6.5-3 >> python-numpy 1.4.1-1 >> pkg-config 0.25-2 >> boost 1.43.0-1 >> gtkglextmm 1.2.0-4 >> libglademm 2.6.7-1 >> boost-libs 1.43.0-1 >> tk 8.5.8-2 >> >> Thanx for any help! > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |