From: Luke <haz...@gm...> - 2010-04-09 11:35:58
|
I just did a clean install of Kubuntu from the 4/6/2010 daily build and installed Visual Python from the lucid repositories and everything works so far. Yay! ~Luke |
From: Bruce S. <Bru...@nc...> - 2010-04-09 14:00:42
|
What version of Visual is it? Bruce Sherwood On 4/9/2010 7:35 AM, Luke wrote: > I just did a clean install of Kubuntu from the 4/6/2010 daily build > and installed Visual Python from the lucid repositories and everything > works so far. Yay! > > ~Luke > |
From: Gary P. <gar...@gm...> - 2010-04-11 22:05:11
|
On 4/9/10, Luke <haz...@gm...> wrote: > I just did a clean install of Kubuntu from the 4/6/2010 daily build and > installed Visual Python from the lucid repositories and everything works so > far. Yay! > > ~Luke > I'm not so fortunate. I've tried 10.04 beta2 and the 4/10 daily build. The result is below. At least it didn't segfault. Any idea what this means? >>> sphere() (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. L.so (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. L.so glibmm-ERROR **: unhandled exception (type std::exception) in signal handler: what: Unable to get extension function: glCreateProgramObjectARB even though the extension is advertised. aborting... Aborted (core dumped) |
From: Bruce S. <Bru...@nc...> - 2010-04-11 22:34:53
|
This sounds suspiciously like a problem with your graphics driver. Bruce Sherwood On 4/11/2010 6:05 PM, Gary Pajer wrote: > I'm not so fortunate. I've tried 10.04 beta2 and the 4/10 daily > build. The result is below. At least it didn't segfault. Any idea > what this means? > > > >>>> sphere() >>>> > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > L.so > > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > L.so > > glibmm-ERROR **: > unhandled exception (type std::exception) in signal handler: > what: Unable to get extension function: glCreateProgramObjectARB even > though the extension is advertised. > > aborting... > Aborted (core dumped) > > |
From: Gary P. <gar...@gm...> - 2010-04-23 16:17:39
|
On Thu, Apr 22, 2010 at 11:30 PM, Bruce Sherwood <Bru...@nc...>wrote: > Is this the python-visual package? What Visual version is it? > > Bruce Yes, the Ubuntu package python-visual. The package reports to be version 5.12-1. Is there someway to tell programatically? visual.__version__ returns 1.3.0 If it its 5.12, do you have some idea of what's been added since then? Just in time, by the way. This morning our campus network was down so I had to bring my laptop to class. This wouldn't have been possible yesterday morning. > > > On 4/22/2010 9:35 PM, Gary Pajer wrote: > >> Kubuntu 10.04 Release Candidate came out today. >> >> Finally, Vpython is working for me as it should !!! >> >> -gary >> >> On Sun, Apr 11, 2010 at 11:49 PM, Gary Pajer <gar...@gm...<mailto: >> gar...@gm...>> wrote: >> >> It does, and may be. But I did run it in a VirtualBox without 3D >> hardware acceleration, so if I understand how that's supposed to >> work, VirtualBox does software emulation. I am far from >> certain about that. I also ran it "native" from LiveCD, and got >> almost but not quite exactly the same error. Also, I've seen this >> error pop up in other bug reports ... I'm trying to sort that out, >> and I'll file yet another bug report if I can make sense out of >> anything. >> >> But the Linux drivers for my video hardware (Radeon Mobility 7500) >> has had problems recently. I was able to stir the pot on that one >> (in addition to rattling cages about boost) and got one of them >> fixed. A bug in the driver exposed a bug in the *kernel*. >> >> I've had lots of problems with bugs in Kubuntu 9.10. In addition >> to the boost bug, the video driver bug, and the kernel bug, I've >> been bitten by more than one Amarok bug, and what seems to be a >> libmtp bug, and a video (as in YouTube) bug. I think they shot >> themselves in the foot with 9.10. I hope 10.04 is better. Since >> my WinXP seems to be permanently broken, I've switched my laptop >> to Linux full time. >> >> >> On Sun, Apr 11, 2010 at 6:34 PM, Bruce Sherwood >> <Bru...@nc... <mailto:Bru...@nc...>> wrote: >> >> This sounds suspiciously like a problem with your graphics driver. >> >> Bruce Sherwood >> >> On 4/11/2010 6:05 PM, Gary Pajer wrote: >> >> > I'm not so fortunate. I've tried 10.04 beta2 and the 4/10 daily >> > build. The result is below. At least it didn't segfault. >> Any idea >> > what this means? >> > >> > >> > >> >>>> sphere() >> >>>> >> > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. >> > L.so >> > >> > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. >> > L.so >> > >> > glibmm-ERROR **: >> > unhandled exception (type std::exception) in signal handler: >> > what: Unable to get extension function: >> glCreateProgramObjectARB even >> > though the extension is advertised. >> > >> > aborting... >> > Aborted (core dumped) >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find >> bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> <mailto:Vis...@li...> >> >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> >> >> |
From: Luke <haz...@gm...> - 2010-04-12 05:37:04
|
No, that didn't happen on mine, I have no idea what that error is. ~Luke On Sun, Apr 11, 2010 at 3:05 PM, Gary Pajer <gar...@gm...> wrote: > On 4/9/10, Luke <haz...@gm...> wrote: >> I just did a clean install of Kubuntu from the 4/6/2010 daily build and >> installed Visual Python from the lucid repositories and everything works so >> far. Yay! >> >> ~Luke >> > > > I'm not so fortunate. I've tried 10.04 beta2 and the 4/10 daily > build. The result is below. At least it didn't segfault. Any idea > what this means? > > >>>> sphere() > > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > L.so > > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > L.so > > glibmm-ERROR **: > unhandled exception (type std::exception) in signal handler: > what: Unable to get extension function: glCreateProgramObjectARB even > though the extension is advertised. > > aborting... > Aborted (core dumped) > |
From: Bruce S. <Bru...@nc...> - 2010-04-23 16:32:32
|
After importing visual, "print version". I guess I should look into why visual.__version__ has the strange value of 1.3.0. See the "Recent developments" section of vpython.org to see the history of versions of Visual. Bruce Sherwood On 4/23/2010 12:17 PM, Gary Pajer wrote: > On Thu, Apr 22, 2010 at 11:30 PM, Bruce Sherwood > <Bru...@nc... <mailto:Bru...@nc...>> wrote: > > Is this the python-visual package? What Visual version is it? > > Bruce > > > Yes, the Ubuntu package python-visual. The package reports to be > version 5.12-1. Is there someway to tell programatically? > visual.__version__ returns 1.3.0 > > If it its 5.12, do you have some idea of what's been added since then? > > Just in time, by the way. This morning our campus network was down so > I had to bring my laptop to class. This wouldn't have been possible > yesterday morning. > > > > > > > > > > > > On 4/22/2010 9:35 PM, Gary Pajer wrote: > > Kubuntu 10.04 Release Candidate came out today. > > Finally, Vpython is working for me as it should !!! > > -gary > > On Sun, Apr 11, 2010 at 11:49 PM, Gary Pajer > <gar...@gm... <mailto:gar...@gm...> > <mailto:gar...@gm... <mailto:gar...@gm...>>> > wrote: > > It does, and may be. But I did run it in a VirtualBox > without 3D > hardware acceleration, so if I understand how that's > supposed to > work, VirtualBox does software emulation. I am far from > certain about that. I also ran it "native" from LiveCD, > and got > almost but not quite exactly the same error. Also, I've > seen this > error pop up in other bug reports ... I'm trying to sort > that out, > and I'll file yet another bug report if I can make sense out of > anything. > > But the Linux drivers for my video hardware (Radeon > Mobility 7500) > has had problems recently. I was able to stir the pot on > that one > (in addition to rattling cages about boost) and got one of them > fixed. A bug in the driver exposed a bug in the *kernel*. > > I've had lots of problems with bugs in Kubuntu 9.10. In > addition > to the boost bug, the video driver bug, and the kernel bug, > I've > been bitten by more than one Amarok bug, and what seems to be a > libmtp bug, and a video (as in YouTube) bug. I think they shot > themselves in the foot with 9.10. I hope 10.04 is better. > Since > my WinXP seems to be permanently broken, I've switched my > laptop > to Linux full time. > > > On Sun, Apr 11, 2010 at 6:34 PM, Bruce Sherwood > <Bru...@nc... <mailto:Bru...@nc...> > <mailto:Bru...@nc... > <mailto:Bru...@nc...>>> wrote: > > This sounds suspiciously like a problem with your > graphics driver. > > Bruce Sherwood > > On 4/11/2010 6:05 PM, Gary Pajer wrote: > > > I'm not so fortunate. I've tried 10.04 beta2 and the 4/10 daily > > build. The result is below. At least it didn't segfault. > Any idea > > what this means? > > > > > > > >>>> sphere() > >>>> > > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > > L.so > > > > (<unknown>:3064): GdkGLExt-WARNING **: Cannot open \x98\xad. > > L.so > > > > glibmm-ERROR **: > > unhandled exception (type std::exception) in signal handler: > > what: Unable to get extension function: > glCreateProgramObjectARB even > > though the extension is advertised. > > > > aborting... > > Aborted (core dumped) > > > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed > compiling, find > bugs > proactively, and fine-tune applications for parallel > performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > <mailto:Vis...@li...> > <mailto:Vis...@li... > <mailto:Vis...@li...>> > > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Guy K. K. <g....@ma...> - 2010-04-23 22:03:18
|
On Sat, 24 Apr 2010 04:32:24 Bruce Sherwood wrote: > After importing visual, "print version". I guess I should look into why > visual.__version__ has the strange value of 1.3.0. I think that's a result of the wild card imports from NumPy. On my system it's the same, and NumPy is installed in version 1.3.0. So doing this In [1]: import numpy In [2]: numpy.__version__ Out[2]: '1.3.0' Gives me exactly the same thing. Another reason to resolve the wild card imports, I'd say. All kinds of strangenesses happening due to that. Guy -- Guy K. Kloss Institute of Information and Mathematical Sciences Te Kura Pūtaiao o Mōhiohio me Pāngarau Room 2.63, Quad Block A Building Massey University, Auckland, Albany Private Bag 102 904, North Shore Mail Centre voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 eMail: G....@ma... http://iims.massey.ac.nz |