You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(15) |
Oct
(32) |
Nov
(35) |
Dec
(48) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(46) |
Feb
(22) |
Mar
(65) |
Apr
(49) |
May
(22) |
Jun
(29) |
Jul
(51) |
Aug
(34) |
Sep
(32) |
Oct
(46) |
Nov
(30) |
Dec
(32) |
2002 |
Jan
(48) |
Feb
(4) |
Mar
(20) |
Apr
(28) |
May
(13) |
Jun
(34) |
Jul
(51) |
Aug
(15) |
Sep
(15) |
Oct
(35) |
Nov
(15) |
Dec
(20) |
2003 |
Jan
(31) |
Feb
(111) |
Mar
(41) |
Apr
(28) |
May
(36) |
Jun
(29) |
Jul
(27) |
Aug
(29) |
Sep
(47) |
Oct
(28) |
Nov
(7) |
Dec
(26) |
2004 |
Jan
(44) |
Feb
(9) |
Mar
(17) |
Apr
(26) |
May
(58) |
Jun
(13) |
Jul
(44) |
Aug
(64) |
Sep
(30) |
Oct
(11) |
Nov
(21) |
Dec
(28) |
2005 |
Jan
(29) |
Feb
(11) |
Mar
(11) |
Apr
(22) |
May
(85) |
Jun
(46) |
Jul
(17) |
Aug
(18) |
Sep
(14) |
Oct
(22) |
Nov
(1) |
Dec
(45) |
2006 |
Jan
(20) |
Feb
(36) |
Mar
(18) |
Apr
(24) |
May
(21) |
Jun
(48) |
Jul
(23) |
Aug
(20) |
Sep
(10) |
Oct
(41) |
Nov
(46) |
Dec
(40) |
2007 |
Jan
(40) |
Feb
(20) |
Mar
(13) |
Apr
(6) |
May
(24) |
Jun
(31) |
Jul
(30) |
Aug
(11) |
Sep
(11) |
Oct
(10) |
Nov
(56) |
Dec
(64) |
2008 |
Jan
(64) |
Feb
(22) |
Mar
(63) |
Apr
(28) |
May
(25) |
Jun
(36) |
Jul
(11) |
Aug
(9) |
Sep
(14) |
Oct
(41) |
Nov
(46) |
Dec
(130) |
2009 |
Jan
(95) |
Feb
(41) |
Mar
(24) |
Apr
(35) |
May
(53) |
Jun
(67) |
Jul
(48) |
Aug
(48) |
Sep
(86) |
Oct
(75) |
Nov
(64) |
Dec
(52) |
2010 |
Jan
(57) |
Feb
(31) |
Mar
(28) |
Apr
(40) |
May
(25) |
Jun
(42) |
Jul
(79) |
Aug
(31) |
Sep
(49) |
Oct
(66) |
Nov
(38) |
Dec
(25) |
2011 |
Jan
(29) |
Feb
(18) |
Mar
(44) |
Apr
(6) |
May
(28) |
Jun
(31) |
Jul
(36) |
Aug
(24) |
Sep
(30) |
Oct
(23) |
Nov
(21) |
Dec
(27) |
2012 |
Jan
(14) |
Feb
(11) |
Mar
(2) |
Apr
(48) |
May
(7) |
Jun
(32) |
Jul
(22) |
Aug
(25) |
Sep
(31) |
Oct
(32) |
Nov
(21) |
Dec
(17) |
2013 |
Jan
(44) |
Feb
(27) |
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(4) |
Sep
(1) |
Oct
(7) |
Nov
(5) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: leau2001 <lea...@fr...> - 2006-02-12 09:38:04
|
Hi, Thx for slider new issue it's work good now... I need a new function in label, visible and no visible. is it possible ? I want to show label if my mouse click on a sphere and no label when my mouse click outside the sphere... thx lo |
From: laurent.caron.1 <lau...@fr...> - 2006-02-12 09:37:35
|
Hi, Thx for slider new issue it's work good now... I need a new function in label, visible and no visible. is it possible ? I want to show label if my mouse click on a sphere and no label when my mouse click outside the sphere... thx lo |
From: Laney M. <mi...@co...> - 2006-02-12 00:00:10
|
Hi Bruce, Gary has helped me with a couple of Python questions. Since you use VPython a lot, do you know how to adjust the dot size for vpython 2d plots. I want to make the Mandelbrot set, which needs the highest resolution I can get, one pixel per dot if possible. I think the control of dot size is done deep down in some library function called by vpython. I was just hoping you had seen how to make that happen. From within vpython, the minium dot size is much larger than one pixel. Otherwise, vpython is perfect for the job. Thanks, Laney Mills, College of Charleston Bruce Sherwood wrote: > Thanks very much for the clear report. It turned out that the controls > module never had treated a nonzero minimum correctly. I sent a corrected > version of controls.py to Leau. I will of course update VPython to > incorporate the corrections. > > Bruce Sherwood > > leau2001 wrote: > >> Hi all, >> >> I hve a problem with slider. >> When i used one, the slider value init=0 and why not the mini i >> chose... ? >> >> Program : >> >> from visual.controls import * >> >> c = controls() # Create controls window >> >> def calcul (d,e): >> #result=int(d/e) >> print d, e >> print txt >> >> b = slider( pos=(-20,20), width=6, height=20, min=10000, max=100000, >> action=lambda: calcul(60000,txt)) # Create a slider in the controls >> window: >> >> >> while 1: >> c.interact() # Check for mouse events and drive specified >> actions >> txt=b.value >> txt=int(txt) >> print txt >> #result=60000/txt >> #print result >> >> When you run this program like this, you see the slider value are on >> 0... and the when you touch the slider a little, slider value come's >> to 10000 as the min value. >> But why this slider value is 0 at the beginning and not the min value ? >> >> thx for help >> >> lo >> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log >> files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Bruce S. <Bru...@nc...> - 2006-02-11 22:09:51
|
Thanks very much for the clear report. It turned out that the controls module never had treated a nonzero minimum correctly. I sent a corrected version of controls.py to Leau. I will of course update VPython to incorporate the corrections. Bruce Sherwood leau2001 wrote: > Hi all, > > I hve a problem with slider. > When i used one, the slider value init=0 and why not the mini i > chose... ? > > Program : > > from visual.controls import * > > c = controls() # Create controls window > > def calcul (d,e): > #result=int(d/e) > print d, e > print txt > > b = slider( pos=(-20,20), width=6, height=20, min=10000, max=100000, > action=lambda: calcul(60000,txt)) # Create a slider in the controls > window: > > > while 1: > c.interact() # Check for mouse events and drive specified > actions > txt=b.value > txt=int(txt) > print txt > #result=60000/txt > #print result > > When you run this program like this, you see the slider value are on > 0... and the when you touch the slider a little, slider value come's > to 10000 as the min value. > But why this slider value is 0 at the beginning and not the min value ? > > thx for help > > lo > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: leau2001 <lea...@fr...> - 2006-02-10 13:42:24
|
Hi all, I hve a problem with slider. When i used one, the slider value init=0 and why not the mini i chose... ? Program : from visual.controls import * c = controls() # Create controls window def calcul (d,e): #result=int(d/e) print d, e print txt b = slider( pos=(-20,20), width=6, height=20, min=10000, max=100000, action=lambda: calcul(60000,txt)) # Create a slider in the controls window: while 1: c.interact() # Check for mouse events and drive specified actions txt=b.value txt=int(txt) print txt #result=60000/txt #print result When you run this program like this, you see the slider value are on 0... and the when you touch the slider a little, slider value come's to 10000 as the min value. But why this slider value is 0 at the beginning and not the min value ? thx for help lo |
From: Bruce S. <Bru...@nc...> - 2006-02-06 05:12:38
|
I haven't seen this before, but it would seem to be a problem with the video driver on that laptop. The problem is probably not in VPython but in OpenGL, which is reporting the error. Older laptops sometimes had lousy video drivers. It would make sense to try to update the video drivers and see whether that cures the problem. Another thing you can try is changing the graphics acceleration setting. Right-click the desktop background, choose Properties, then Settings, then Advanced, then Troubleshoot. Bruce Sherwood Jody Eisler wrote: > Greetings, > > I'm a fairly new user to VPython, but somewhat experienced with > general graphics & 3d related things. > > Here's an issue that's just cropped up for me when using the graphing > module of VPython: > > ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 > invalid enumera > nt when rendering OpenGL display list number 520 > ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 > invalid enumera > nt when rendering OpenGL display list number 521 > ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 > invalid enumera > nt when rendering OpenGL display list number 522 > > > and so on until infinity, repeating that exact same line. It is only > doing it on a laptop (sorry, not my laptop - so I don't have > specifics) ... the program has been run on several desktop machines > with no issues. > > However, the graphs display just fine on the laptop -- it just keeps > cranking out that error message. > > > We do have a small 3d graphing module in the pipeline as well, and > while this error is harmless (but very annoying) right now, I'm > somewhat worried that it will become a show-stopper with the 3d module. > > Has anyone seen anything of this sort before, or know what might be > going on? The version of VPython being used is the one on the > vpython.org website, downloaded in the last couple of weeks. > > My first guess is that the laptop doesn't have a 3d accelerator. > It's undoubtedly just a stock card with no bells & whistles, but > shouldn't that just all get shunted over to software rendering by > OpenGL anyways? > > The laptop is running Windows XP, and Python 2.4.2. The various > desktop machines are mixed Windows & Linux, with no apparent problems. > > > Thanks in advance for any help/advice/suggestions! > > Jody Eisler > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Jody E. <jod...@ho...> - 2006-02-06 02:39:38
|
Greetings, I'm a fairly new user to VPython, but somewhat experienced with general graphics & 3d related things. Here's an issue that's just cropped up for me when using the graphing module of VPython: ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 invalid enumera nt when rendering OpenGL display list number 520 ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 invalid enumera nt when rendering OpenGL display list number 521 ***VPYTHON RENDERING ERROR*** ../../vpython/src/gldevice.cpp:940 invalid enumera nt when rendering OpenGL display list number 522 and so on until infinity, repeating that exact same line. It is only doing it on a laptop (sorry, not my laptop - so I don't have specifics) ... the program has been run on several desktop machines with no issues. However, the graphs display just fine on the laptop -- it just keeps cranking out that error message. We do have a small 3d graphing module in the pipeline as well, and while this error is harmless (but very annoying) right now, I'm somewhat worried that it will become a show-stopper with the 3d module. Has anyone seen anything of this sort before, or know what might be going on? The version of VPython being used is the one on the vpython.org website, downloaded in the last couple of weeks. My first guess is that the laptop doesn't have a 3d accelerator. It's undoubtedly just a stock card with no bells & whistles, but shouldn't that just all get shunted over to software rendering by OpenGL anyways? The laptop is running Windows XP, and Python 2.4.2. The various desktop machines are mixed Windows & Linux, with no apparent problems. Thanks in advance for any help/advice/suggestions! Jody Eisler |
From: Bruce S. <Bru...@nc...> - 2006-01-31 02:38:11
|
I tried using Boost 1.33.0 and ran into problems, though I don't=20 remember the details. I retreated to 1.31.0 and that worked. Not=20 encouraging..... Bruce Sherwood Flavio Coelho wrote: > > Hi, > > which version of boost do you recomend? I am running vpython 3.2.6=20 > with boost 1.33.0 and I am getting the following error when I=20 > instantiate a gcurve plot: > > > /usr/lib/python2.4/site-packages/visual/graph.py in __init__(self,=20 > **args) > 487 class gcurve: > 488 def __init__(self, **args): > --> 489 pos =3D constructorargs(self,args) > 490 self.gcurve =3D curve(display=3Dself.gdisplay.display,=20 > color=3D self.co <http://self.co> > lor) > 491 if pos is not None: > > /usr/lib/python2.4/site-packages/visual/graph.py in=20 > constructorargs(obj, argumen > ts) > 461 else: > 462 if lastgdisplay is None: > --> 463 obj.gdisplay =3D getgdisplay() > 464 else: > 465 obj.gdisplay =3D lastgdisplay > > /usr/lib/python2.4/site-packages/visual/graph.py in getgdisplay() > 454 > 455 def getgdisplay(): > --> 456 return gdisplay() > 457 > 458 def constructorargs(obj,arguments): > > /usr/lib/python2.4/site-packages/visual/graph.py in __init__(self, x,=20 > y, width, height, title, xtitle, ytitle, xmax, xmin, ymax, ymin,=20 > foreground, background) > 190 self.setrangey() > 191 > --> 192 currentdisplay.select() > 193 > 194 def setxyparams(self): > > RuntimeError: boost::bad_weak_ptr > > thanks, > --=20 > Fl=E1vio Code=E7o Coelho > registered Linux user # 386432 > --------------------------- > "Laws are like sausages. It's better not to see them being made." > Otto von Bismark=20 |
From: Flavio C. <fcc...@gm...> - 2006-01-30 12:40:39
|
Hi, which version of boost do you recomend? I am running vpython 3.2.6 with boost 1.33.0 and I am getting the following error when I instantiate a gcurve plot: /usr/lib/python2.4/site-packages/visual/graph.py in __init__(self, **args) 487 class gcurve: 488 def __init__(self, **args): --> 489 pos =3D constructorargs(self,args) 490 self.gcurve =3D curve(display=3Dself.gdisplay.display, colo= r=3D self.co lor) 491 if pos is not None: /usr/lib/python2.4/site-packages/visual/graph.py in constructorargs(obj, argumen ts) 461 else: 462 if lastgdisplay is None: --> 463 obj.gdisplay =3D getgdisplay() 464 else: 465 obj.gdisplay =3D lastgdisplay /usr/lib/python2.4/site-packages/visual/graph.py in getgdisplay() 454 455 def getgdisplay(): --> 456 return gdisplay() 457 458 def constructorargs(obj,arguments): /usr/lib/python2.4/site-packages/visual/graph.py in __init__(self, x, y, width, height, title, xtitle, ytitle, xmax, xmin, ymax, ymin, foreground, background) 190 self.setrangey() 191 --> 192 currentdisplay.select() 193 194 def setxyparams(self): RuntimeError: boost::bad_weak_ptr thanks, -- Fl=E1vio Code=E7o Coelho registered Linux user # 386432 --------------------------- "Laws are like sausages. It's better not to see them being made." Otto von Bismark |
From: Bruce S. <Bru...@nc...> - 2006-01-29 17:46:53
|
Version 3.2.6 for Windows and Linux: Corrects an error in the plotting of the last portion of a many-point curve (introduced in version 3.2.4). Curves with more than 1024 data points are now rendered by 1024 displayed points spread uniformly across all the data points, whereas in the past for example 1026 data points were rendered by 513 displayed points. Bruce Sherwood |
From: Ignacio R. F. <ir...@so...> - 2006-01-26 11:08:46
|
Dear Srs, I'm having an error when trying to install VPython on an Gentoo Linux AMD 64 bit computer. Attached to this message are the files config.log and src/build.log I am trying to install it with the following command: emerge -a visual ... which outputs the following: ***************************************************** ***************************************************** These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-python/visual-3.2.5 Do you want me to merge these packages? [Yes/No] Yes >>> emerge (1 of 1) dev-python/visual-3.2.5 to / >>> md5 files ;-) visual-3.2.5.ebuild >>> md5 files ;-) visual-3.2.1.ebuild >>> md5 files ;-) metadata.xml >>> md5 files ;-) ChangeLog >>> md5 files ;-) files/digest-visual-3.2.1 ... ... ... Compiling platlinux.cpp ... Compiling xgl.cpp ... Linking cvisualmodule.la ... make[1]: *** [cvisualmodule.la] Error 1 make[1]: Leaving directory `/var/tmp/portage/visual-3.2.5/work/visual-3.2.5/src'make: *** [all-recursive] Error 1 !!! ERROR: dev-python/visual-3.2.5 failed. !!! Function src_compile, Line 53, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message. *************************************** *************************************** Any help is very welcome. Thank you. -- Ignacio Rodriguez Fernandez Computational Engineering & Design Research Group School of Engineering Sciences University of Southampton Southampton SO17 1BJ United Kingdom Location: Building 25, room 1035 Phone: +44 (0) 23 8059 3637 email: ir...@so... |
From: Bruce S. <Bru...@nc...> - 2006-01-24 04:27:06
|
It's my fault. I was trying to fix a problem with curve plotting and introduced a different bug, which is sometimes worse than the old bug. The problem I was trying to fix was that when you drew a very long trail following an object you might see a sizable gap between the last point of the curve and the position of the object. This was due to not rendering the last point of a curve when displaying every Nth point (only 1024 points are rendered). Alas there are now cases of which you found one where the cure is worse than the disease. I'll either retreat to the earlier version or do a better algorithm which I've worked out but not coded in C++, which is to not skip a constant N points every time but step N-1, or N, or N+1 along the way to spread out the missing points, and end on the endpoint. Bruce Sherwood Matthew Kohlmyer wrote: > I know that "curve" has a history of behaving strangely when too many > points get appended, but I've encountered a weird behavior I don't > think I've seen before. > > A trail is being appended that tracks a moving object. After a short > time, the trail stops appending, and a straight line segment is drawn > from the last appended point to the current position of the moving > object. This continues for a while, then the curve is suddenly > updated to include all previously undrawn points, and the weird > "connecting line segment" behavior starts again. > > This is hard to describe in words, so I've posted a movie of it. The > movie file is 1.3 MB and is in Windows Media format. Download the > file at: > > http://www4.ncsu.edu/~makohlmy/curve_bug.wmv > > The code that generated this output is attached. Note the behavior > starts after about 1000 iterations. (In this program, deltat is one > day, loop stops after 6 years, behavior starts about halfway in, or > 3*365=1095 iterations.) So I don't think this is a case of too many > locations appended. I've certainly seen past student programs that > have much larger trails than this that display perfectly. > > System specs: > Windows XP SP2 > AMD Athlon 64 3200+, 2.0 GHz, 1.0 GB RAM > Video: GeForce 6200 TurboCache, PCI Express x16, 256 MB > ForceWare version: 81.98 > > Video drivers are up to date. Turning off hardware acceleration does > not fix the problem. > > Any ideas? (Apologies if this has already been reported.) > > > Thanks, > > Matt Kohlmyer > School of Physics > Georgia Institute of Technology > |
From: Matthew K. <mko...@ma...> - 2006-01-23 21:35:31
|
I know that "curve" has a history of behaving strangely when too many points get appended, but I've encountered a weird behavior I don't think I've seen before. A trail is being appended that tracks a moving object. After a short time, the trail stops appending, and a straight line segment is drawn from the last appended point to the current position of the moving object. This continues for a while, then the curve is suddenly updated to include all previously undrawn points, and the weird "connecting line segment" behavior starts again. This is hard to describe in words, so I've posted a movie of it. The movie file is 1.3 MB and is in Windows Media format. Download the file at: http://www4.ncsu.edu/~makohlmy/curve_bug.wmv The code that generated this output is attached. Note the behavior starts after about 1000 iterations. (In this program, deltat is one day, loop stops after 6 years, behavior starts about halfway in, or 3*365=1095 iterations.) So I don't think this is a case of too many locations appended. I've certainly seen past student programs that have much larger trails than this that display perfectly. System specs: Windows XP SP2 AMD Athlon 64 3200+, 2.0 GHz, 1.0 GB RAM Video: GeForce 6200 TurboCache, PCI Express x16, 256 MB ForceWare version: 81.98 Video drivers are up to date. Turning off hardware acceleration does not fix the problem. Any ideas? (Apologies if this has already been reported.) Thanks, Matt Kohlmyer School of Physics Georgia Institute of Technology |
From: Gary <pa...@in...> - 2006-01-20 17:05:34
|
Before I reinvent something: Does anyone have a writeup introducing the VPython skills needed to get started on the problems in Chapter 10, eg, Problem 10.1 (= Lab 12 F2002) ? ( Specifically use of the factorial and combin function, plotting, and the histogram facility.) Thanks, Gary |
From: Gary <pa...@in...> - 2006-01-20 13:37:51
|
Eric Ayars wrote: > Does anyone know of a linux-on-CD distro that runs vpython? If so, > which one? How well (if at all) does it work? > > It would be very helpful to me if I could run linux with vpython off > a bootable USB thumb-drive, due to the nature of the "smart > classrooms" that are being forced upon us by the campus. I haven't > built my own Knoppix variant before, though, and would prefer not to > duplicate the effort if it's been done already. > > Thanks, > -EA Reading between your lines I think you already know this, but: Quantian ( http://www.quantian.org ) has it. I tried VPython from Quantian once, and there were problems. YMMV. You might be able to figure something out using VMWare Player. I really don't know what would be possible in your case; you'd have to dig around yourself. VMWare Player runs virtual machines on Windows and linux hosts. You can have a linux VM on a Windows machine, or vice versa. I run Ubuntu on a WinXP machine. I can tell you that it works perfectly. It's really amazing. I have yet to find a limitation. Running full screen, it behaves *exactly* like a native Ubuntu. VMWare Player is free. They sell software that *makes* VMs, but the *player* is free ... like Adobe Acrobat / Acrobat Reader. But VMWare maintains a collection of pre-built virtual machines, including a Ubuntu machine. Installation is sickeningly easy. Python comes pre-installed; VPython was a snap to add. It works perfectly. You might have to install VMWare player on WinXP as Administrator, which may be a problem for you. But the Ubuntu VM can live on a USB drive. That's how I do it. http://www.vmware.com Ubuntu itself can live on and be booted from USB drive. See http://ubuntuforums.org/showthread.php?t=75439 Some work required. I bought a 20 GB laptop drive on eBay for $30, and an enclosure for $10. The whole thing is just slightly larger than the drive itself. How about Knoppix, and install the additions you need on a USB stick? I've thought about this option, but never tried it. -gary > > ----------------------------------------------------------------- > Dr. Eric Ayars > Assistant Professor of Physics > California State University, Chico > ay...@ma... > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Arthur <ajs...@op...> - 2006-01-20 12:31:04
|
There is a Knoppix distribution called LiveZope that includes Vpython ftp://math.cgu.edu.tw/pub/KNOPPIX/ I have not tired it. Art > -----Original Message----- > From: vis...@li... > [mailto:vis...@li...] On > Behalf Of Eric Ayars > Sent: Friday, January 20, 2006 12:18 AM > To: vis...@li... > Subject: [Visualpython-users] vpython with knoppix/slax/etc > > Does anyone know of a linux-on-CD distro that runs vpython? > If so, which one? How well (if at all) does it work? > > It would be very helpful to me if I could run linux with > vpython off a bootable USB thumb-drive, due to the nature of > the "smart classrooms" that are being forced upon us by the > campus. I haven't built my own Knoppix variant before, > though, and would prefer not to duplicate the effort if it's > been done already. > > Thanks, > -EA > > ----------------------------------------------------------------- > Dr. Eric Ayars > Assistant Professor of Physics > California State University, Chico > ay...@ma... > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep > through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486& dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Eric A. <Ay...@ma...> - 2006-01-20 05:18:15
|
Does anyone know of a linux-on-CD distro that runs vpython? If so, which one? How well (if at all) does it work? It would be very helpful to me if I could run linux with vpython off a bootable USB thumb-drive, due to the nature of the "smart classrooms" that are being forced upon us by the campus. I haven't built my own Knoppix variant before, though, and would prefer not to duplicate the effort if it's been done already. Thanks, -EA ----------------------------------------------------------------- Dr. Eric Ayars Assistant Professor of Physics California State University, Chico ay...@ma... |
From: Jonathan B. <jbr...@ea...> - 2006-01-16 15:05:30
|
On Mon, 2006-01-16 at 08:58 -0200, Flavio Coelho wrote: > Hi, > > I thought I herad someone sayng that the bug that caused vpython to > crash the calling python application when you close its window was > solved for verision 2.3.5. No - scene.exit was fixed. We believe that having idle exit after the vpython program exited was an artifact of the way that the user starts up idle. See Bruce's mesg "Re: [Visualpython-users] Re: horror story" in the archives, on 07 Dec, 2005. > I Would like to say that I still have that problem not only in my own > app, which opens a vpython window., but I also observed this behavior > when I opened a vpython window from ipython and when I close the > vpython window it kills ipython. VPython (or any other program, for that matter) cannot ever kill the calling process by accident. ipython is choosing to exit after the VPython script is done. > I am on Linux (gentoo), using python 2.4.2 and vpython 2.3.5 HTH, -Jonathan |
From: Flavio C. <fcc...@gm...> - 2006-01-16 10:58:38
|
Hi, I thought I herad someone sayng that the bug that caused vpython to crash the calling python application when you close its window was solved for verision 2.3.5. I Would like to say that I still have that problem not only in my own app, which opens a vpython window., but I also observed this behavior when I opened a vpython window from ipython and when I close the vpython window it kills ipython. I am on Linux (gentoo), using python 2.4.2 and vpython 2.3.5 thanks, -- Fl=E1vio Code=E7o Coelho registered Linux user # 386432 --------------------------- "Laws are like sausages. It's better not to see them being made." Otto von Bismark |
From: Joe H. <hea...@ct...> - 2006-01-15 01:35:13
|
When I try to run the VPython program 06_spectrum.py, which is included in the M&I instructor resources, the program crashes. I'm including the crash log here in the hopes that someone can at least help me decide whether the bug lies in Python 2.4 or in Visual. I've built VPython from the latest Fink packages under Mac OS X 10.4.4. The same bug appeared under 10.4.3. My apologies for the large amount of text. ---begin crash log ********** Host Name: joe-heafners-ibook-g4 Date/Time: 2006-01-14 20:29:27.898 -0500 OS Version: 10.4.4 (Build 8G32) Report Version: 3 Command: python2.4 Path: /sw/bin/python2.4 Parent: python2.4 [3090] Version: ??? (???) PID: 3095 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7fffdead Thread 0 Crashed: 0 libboost_python-1_32.dylib 0x0156e190 parse_lsda_header (_Unwind_Context*, unsigned char const*, lsda_header_info*) + 48 (icplusplus.c:28) 1 libboost_python-1_32.dylib 0x0156e440 __gxx_personality_v0 + 160 (icplusplus.c:28) 2 cvisualmodule.so 0x0118fd1c _Unwind_RaiseException_Phase2 + 116 (bundle1.s:283) 3 cvisualmodule.so 0x0119007c _Unwind_Resume + 96 (bundle1.s:283) 4 cvisualmodule.so 0x0125be9c _ZN5boost6python7objects23caller_py_function_implINS0_6detail6callerIMN6 visual6vectorEKFdiENS0_21default_call_policiesENS_3mpl7vector3IdRS6_iEEE EEclEP7_objectSH_ + 288 (bundle1.s:283) 5 libboost_python-1_32.dylib 0x01563608 boost::python::objects::function::call(_object*, _object*) const + 780 (icplusplus.c:28) 6 libboost_python-1_32.dylib 0x015c7978 boost::detail::function::void_function_obj_invoker0<boost::python::objec ts::(anonymous namespace)::bind_return, void>::invoke (boost::detail::function::any_pointer) + 40 (icplusplus.c:28) 7 libboost_python-1_32.dylib 0x015ccd24 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 352 (icplusplus.c:28) 8 libboost_python-1_32.dylib 0x0156767c boost::python::detail::exception_handler::operator() (boost::function0<void, std::allocator<boost::function_base> > const&) const + 56 (icplusplus.c:28) 9 cvisualmodule.so 0x011ecc84 boost::python::detail::translate_exception<std::runtime_error, void (*)(std::runtime_error)>::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::runtime_error)) const + 40 (bundle1.s:283) 10 cvisualmodule.so 0x011e97a8 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::runtime_error, void (*)(std::runtime_error)>, boost::_bi::list3<boost::arg<(int)1>, boost::arg<(int)2>, boost::_bi::value<void (*)(std::runtime_error)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (bundle1.s:283) 11 libboost_python-1_32.dylib 0x015ccbb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28) 12 cvisualmodule.so 0x011ecb98 boost::python::detail::translate_exception<std::invalid_argument, void (*)(std::invalid_argument)>::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::invalid_argument)) const + 40 (bundle1.s:283) 13 cvisualmodule.so 0x011e96a4 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::invalid_argument, void (*)(std::invalid_argument)>, boost::_bi::list3<boost::arg<(int) 1>, boost::arg<(int)2>, boost::_bi::value<void (*) (std::invalid_argument)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (bundle1.s:283) 14 libboost_python-1_32.dylib 0x015ccbb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28) 15 cvisualmodule.so 0x011ecaac boost::python::detail::translate_exception<std::out_of_range, void (*) (std::out_of_range)>::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::out_of_range)) const + 40 (bundle1.s:283) 16 cvisualmodule.so 0x011e95a0 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::out_of_range, void (*) (std::out_of_range)>, boost::_bi::list3<boost::arg<(int)1>, boost::arg<(int)2>, boost::_bi::value<void (*)(std::out_of_range)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (bundle1.s:283) 17 libboost_python-1_32.dylib 0x015ccbb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28) 18 cvisualmodule.so 0x011ec9f0 boost::python::detail::translate_exception<visual::python::Exception, void (*)(visual::python::Exception)>::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(visual::python::Exception)) const + 40 (bundle1.s:283) 19 cvisualmodule.so 0x011e949c boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<visual::python::Exception, void (*)(visual::python::Exception)>, boost::_bi::list3<boost::arg< (int)1>, boost::_bi::list3<(int)2>, boost::_bi::value<void () (visual::python::Exception)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler, boost::function0<void, std::allocator<boost::function_base> >) + 28 (bundle1.s:283) 20 libboost_python-1_32.dylib 0x015ccbb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator() (boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28) 21 libboost_python-1_32.dylib 0x015674d0 boost::python::handle_exception_impl(boost::function0<void, std::allocator<boost::function_base> >) + 56 (icplusplus.c:28) 22 libboost_python-1_32.dylib 0x015c76ac bool boost::python::handle_exception<boost::python::objects::(anonymous namespace)::bind_return>(boost::python::objects::(anonymous namespace)::bind_return) + 140 (icplusplus.c:28) 23 libboost_python-1_32.dylib 0x01564f78 function_call.4 + 72 (icplusplus.c:28) 24 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 25 python2.4 0x0008d7e8 instancemethod_call + 764 (classobject.c:2448) 26 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 27 python2.4 0x000343c0 slot_sq_item + 352 (typeobject.c:4133) 28 python2.4 0x000b56b0 iter_iternext + 60 (iterobject.c:60) 29 python2.4 0x000239ec PySequence_Tuple + 380 (abstract.c:2215) 30 python2.4 0x000ad548 builtin_apply + 228 (bltinmodule.c:89) 31 python2.4 0x0009bd98 PyEval_EvalFrame + 16756 (ceval.c:3558) 32 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 33 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 34 python2.4 0x0009bfb8 PyEval_EvalFrame + 17300 (ceval.c:3651) 35 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 36 python2.4 0x00099df4 PyEval_EvalFrame + 8656 (ceval.c:484) 37 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 38 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 39 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 40 python2.4 0x0009d724 PyEval_EvalFrame + 23296 (ceval.c:3837) 41 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 42 python2.4 0x0009bfb8 PyEval_EvalFrame + 17300 (ceval.c:3651) 43 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 44 python2.4 0x0009e25c PyEval_EvalCode + 48 (ceval.c:490) 45 python2.4 0x0000f6d4 PyRun_SimpleStringFlags + 180 (pythonrun.c:1266) 46 python2.4 0x000070f8 Py_Main + 2560 (main.c:472) 47 python2.4 0x00002428 _start + 348 (crt.c:272) 48 python2.4 0x000022c8 start + 60 Thread 1: 0 libSystem.B.dylib 0x9002b8a8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x9003001c pthread_cond_wait + 488 2 python2.4 0x000b4528 PyThread_acquire_lock + 120 (thread_pthread.h:418) 3 python2.4 0x000965f0 PyEval_RestoreThread + 80 (ceval.c:306) 4 select.so 0x006836b0 select_select + 528 (selectmodule.c:279) 5 python2.4 0x0009bd98 PyEval_EvalFrame + 16756 (ceval.c:3558) 6 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 7 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 8 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 9 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 10 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 11 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 12 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 13 python2.4 0x0008d7e8 instancemethod_call + 764 (classobject.c:2448) 14 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 15 python2.4 0x0009d6f8 PyEval_EvalFrame + 23252 (ceval.c:3768) 16 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 17 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 18 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 19 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 20 python2.4 0x0008d7e8 instancemethod_call + 764 (classobject.c:2448) 21 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 22 python2.4 0x0009d6f8 PyEval_EvalFrame + 23252 (ceval.c:3768) 23 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 24 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 25 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 26 python2.4 0x0008d7e8 instancemethod_call + 764 (classobject.c:2448) 27 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 28 python2.4 0x000969bc PyEval_CallObjectWithKeywords + 272 (ceval.c:3426) 29 python2.4 0x0008ed18 PyInstance_New + 584 (classobject.c:576) 30 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 31 python2.4 0x0009d6f8 PyEval_EvalFrame + 23252 (ceval.c:3768) 32 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 33 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 34 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 35 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 36 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 37 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 38 python2.4 0x0009d724 PyEval_EvalFrame + 23296 (ceval.c:3837) 39 python2.4 0x0009bf30 PyEval_EvalFrame + 17164 (ceval.c:3642) 40 python2.4 0x0009e14c PyEval_EvalCodeEx + 2260 (ceval.c:2736) 41 python2.4 0x000bcb98 function_call + 332 (funcobject.c:555) 42 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 43 python2.4 0x0008d7e8 instancemethod_call + 764 (classobject.c:2448) 44 python2.4 0x0001ed78 PyObject_Call + 52 (abstract.c:1757) 45 python2.4 0x000969bc PyEval_CallObjectWithKeywords + 272 (ceval.c:3426) 46 python2.4 0x000db664 t_bootstrap + 60 (threadmodule.c:436) 47 libSystem.B.dylib 0x9002b200 _pthread_body + 96 Thread 2: 0 libSystem.B.dylib 0x9001f20c select + 12 1 libglib-1.2.0.dylib 0x014fa450 g_poll + 400 (gmain.c:389) 2 libglib-1.2.0.dylib 0x014fb8fc g_main_iterate + 1464 (gmain.c:1035) 3 libglib-1.2.0.dylib 0x014fbd5c g_main_run + 184 (gmain.c: 934) 4 libgtk-1.2.0.dylib 0x020898a4 gtk_main + 248 (gtkmain.c: 525) 5 cvisualmodule.so 0x0118a300 visual::mainloop(void*) + 40 (bundle1.s:283) 6 libSystem.B.dylib 0x9002b200 _pthread_body + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x000000000156e190 srr1: 0x000000000200d030 vrsave: 0x0000000000000000 cr: 0x84222248 xer: 0x0000000020000004 lr: 0x000000000156e184 ctr: 0x00000000913b2f58 r0: 0x000000000156e184 r1: 0x00000000bfffd780 r2: 0x0000000044222244 r3: 0x000000007fffdead r4: 0x000000007fffdead r5: 0x00000000bfffd830 r6: 0x00000000432b2b00 r7: 0x0000000000586a60 r8: 0x00000000bfffded0 r9: 0x0000000000000002 r10: 0x0000000001563320 r11: 0x00000000015e4a08 r12: 0x00000000913b2f58 r13: 0x00000000ffffffff r14: 0x00000000028c3b74 r15: 0x00000000006f2f60 r16: 0x000000007fffdead r17: 0x0000000000000000 r18: 0x00000000015f0cd0 r19: 0x0000000000000002 r20: 0x0000000000586a30 r21: 0x000000000052d5e0 r22: 0x00000000474e5543 r23: 0x00000000432b2b00 r24: 0x00000000bfffded0 r25: 0x000000000052d5d4 r26: 0x000000000052d5d0 r27: 0x00000000bfffded0 r28: 0x00000000bfffd830 r29: 0x00000000bfffded0 r30: 0x000000007fffdead r31: 0x000000000125bd84 Binary Images Description: 0x1000 - 0xf2fff python2.4 /sw/bin/python2.4 0x2df000 - 0x2e0fff libgthread-1.2.0.dylib /sw/lib/ libgthread-1.2.0.dylib 0x2e4000 - 0x2e9fff multiarray.so /sw/lib/python2.4/site- packages/Numeric/multiarray.so 0x2f7000 - 0x2f9fff _dotblas.so /sw/lib/python2.4/site-packages/ Numeric/_dotblas.so 0x485000 - 0x487fff time.so /sw/lib/python2.4/lib-dynload/time.so 0x48f000 - 0x496fff _socket.so /sw/lib/python2.4/lib-dynload/ _socket.so 0x4a8000 - 0x4aafff collections.so /sw/lib/python2.4/lib- dynload/collections.so 0x4f3000 - 0x4f4fff MacOS.so /sw/lib/python2.4/lib-dynload/ MacOS.so 0x605000 - 0x608fff strop.so /sw/lib/python2.4/lib-dynload/ strop.so 0x613000 - 0x61afff _tkinter.so /sw/lib/python2.4/lib-dynload/ _tkinter.so 0x682000 - 0x683fff select.so /sw/lib/python2.4/lib-dynload/ select.so 0x68a000 - 0x68dfff struct.so /sw/lib/python2.4/lib-dynload/ struct.so 0x697000 - 0x6a6fff cPickle.so /sw/lib/python2.4/lib-dynload/ cPickle.so 0x6bb000 - 0x6bdfff cStringIO.so /sw/lib/python2.4/lib-dynload/ cStringIO.so 0x6c5000 - 0x6c6fff libgmodule-1.2.0.dylib /sw/lib/ libgmodule-1.2.0.dylib 0x70b000 - 0x70ffff itertools.so /sw/lib/python2.4/lib-dynload/ itertools.so 0x71c000 - 0x71dfff math.so /sw/lib/python2.4/lib-dynload/math.so 0x724000 - 0x726fff binascii.so /sw/lib/python2.4/lib-dynload/ binascii.so 0x72e000 - 0x72ffff _random.so /sw/lib/python2.4/lib-dynload/ _random.so 0x735000 - 0x736fff fcntl.so /sw/lib/python2.4/lib-dynload/ fcntl.so 0x73c000 - 0x73efff _locale.so /sw/lib/python2.4/lib-dynload/ _locale.so 0x745000 - 0x749fff libintl.1.dylib /sw/lib/libintl.1.dylib 0x758000 - 0x782fff libgdk-1.2.0.dylib /sw/lib/libgdk-1.2.0.dylib 0x7ee000 - 0x7f4fff _ndarray.so /sw/lib/python2.4/site-packages/ numarray/_ndarray.so 0x1008000 - 0x10f5fff libiconv.2.dylib /sw/lib/libiconv.2.dylib 0x1137000 - 0x1295fff cvisualmodule.so /sw/lib/python2.4/site- packages/cvisualmodule.so 0x14ed000 - 0x150efff libglib-1.2.0.dylib /sw/lib/libglib-1.2.0.dylib 0x1553000 - 0x15e1fff libboost_python-1_32.dylib /sw/lib/ libboost_python-1_32.dylib 0x1729000 - 0x173dfff _numpy.so /sw/lib/python2.4/site-packages/ Numeric/_numpy.so 0x1766000 - 0x1772fff umath.so /sw/lib/python2.4/site-packages/ Numeric/umath.so 0x179e000 - 0x17a7fff _conv.so /sw/lib/python2.4/site-packages/ numarray/_conv.so 0x17c3000 - 0x17d6fff libnumarray.so /sw/lib/python2.4/site- packages/numarray/libnumarray.so 0x17ed000 - 0x17eefff memory.so /sw/lib/python2.4/site-packages/ numarray/memory.so 0x17f5000 - 0x17f6fff _numerictype.so /sw/lib/python2.4/site- packages/numarray/_numerictype.so 0x2008000 - 0x2134fff libgtk-1.2.0.dylib /sw/lib/libgtk-1.2.0.dylib 0x248f000 - 0x2491fff operator.so /sw/lib/python2.4/lib-dynload/ operator.so 0x2499000 - 0x249efff _bytes.so /sw/lib/python2.4/site-packages/ numarray/_bytes.so 0x24aa000 - 0x24b4fff _ufunc.so /sw/lib/python2.4/site-packages/ numarray/_ufunc.so 0x24c3000 - 0x24cafff _numarray.so /sw/lib/python2.4/site-packages/ numarray/_numarray.so 0x24d6000 - 0x24ddfff libnumeric.so /sw/lib/python2.4/site-packages/ numarray/libnumeric.so 0x24eb000 - 0x2506fff _sort.so /sw/lib/python2.4/site-packages/ numarray/_sort.so 0x2588000 - 0x259bfff _ufuncBool.so /sw/lib/python2.4/site-packages/ numarray/_ufuncBool.so 0x25c1000 - 0x25d3fff _ufuncInt8.so /sw/lib/python2.4/site-packages/ numarray/_ufuncInt8.so 0x25f7000 - 0x2608fff _ufuncUInt8.so /sw/lib/python2.4/site- packages/numarray/_ufuncUInt8.so 0x262b000 - 0x263cfff _ufuncInt16.so /sw/lib/python2.4/site- packages/numarray/_ufuncInt16.so 0x265f000 - 0x2670fff _ufuncUInt16.so /sw/lib/python2.4/site- packages/numarray/_ufuncUInt16.so 0x26d3000 - 0x26e4fff _ufuncInt32.so /sw/lib/python2.4/site- packages/numarray/_ufuncInt32.so 0x2707000 - 0x2718fff _ufuncUInt32.so /sw/lib/python2.4/site- packages/numarray/_ufuncUInt32.so 0x273b000 - 0x274afff _ufuncFloat32.so /sw/lib/python2.4/site- packages/numarray/_ufuncFloat32.so 0x276a000 - 0x2778fff _ufuncFloat64.so /sw/lib/python2.4/site- packages/numarray/_ufuncFloat64.so 0x2797000 - 0x27a5fff _ufuncComplex32.so /sw/lib/python2.4/site- packages/numarray/_ufuncComplex32.so 0x27c2000 - 0x27cffff _ufuncComplex64.so /sw/lib/python2.4/site- packages/numarray/_ufuncComplex64.so 0x2829000 - 0x283bfff _ufuncInt64.so /sw/lib/python2.4/site- packages/numarray/_ufuncInt64.so 0x285e000 - 0x2871fff _ufuncUInt64.so /sw/lib/python2.4/site- packages/numarray/_ufuncUInt64.so 0x2894000 - 0x2896fff _converter.so /sw/lib/python2.4/site-packages/ numarray/_converter.so 0x289e000 - 0x289ffff _operator.so /sw/lib/python2.4/site-packages/ numarray/_operator.so 0x28e5000 - 0x28e7fff _dotblas.so /sw/lib/python2.4/site-packages/ numarray/_dotblas.so 0x28ee000 - 0x28f0fff _chararray.so /sw/lib/python2.4/site-packages/ numarray/_chararray.so 0x28f7000 - 0x28f8fff _objectarray.so /sw/lib/python2.4/site- packages/numarray/_objectarray.so 0x2972000 - 0x2a81fff GLEngine /System/Library/Frameworks/ OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x2ab0000 - 0x2d07fff com.apple.ATIRadeon8500GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/ Contents/MacOS/ATIRadeon8500GLDriver 0x2d12000 - 0x2d2bfff GLDriver /System/Library/Frameworks/ OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver 0x2d31000 - 0x2d4cfff GLRendererFloat /System/Library/Frameworks/ OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/ GLRendererFloat 0xa000000 - 0xa084fff libtcl8.4.dylib /sw/lib/libtcl8.4.dylib 0xb000000 - 0xb0b3fff libtk8.4.dylib /sw/lib/libtk8.4.dylib 0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld 0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.30 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib 0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 10.4.4 (129.9) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x9108e000 - 0x9109cfff libz.1.dylib /usr/lib/libz.1.dylib 0x9109f000 - 0x91262fff com.apple.security 4.3 (25966) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1 /System/Library/ Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x913af000 - 0x913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x913bc000 - 0x913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib 0x913e2000 - 0x913eafff libbsm.dylib /usr/lib/libbsm.dylib 0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x914af000 - 0x914e7fff com.apple.AE 1.5 (297) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x918f5000 - 0x91937fff com.apple.LaunchServices 10.4.6 (168.3) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91ada000 - 0x91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91af4000 - 0x91b11fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91b16000 - 0x91b85fff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91b9c000 - 0x91ba0fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91ba2000 - 0x91bd3fff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91bd7000 - 0x91c1afff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91c21000 - 0x91c3afff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91c3f000 - 0x91c42fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91c46000 - 0x91d30fff com.apple.vImage 2.0 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91dc3000 - 0x91e28fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91e32000 - 0x91ec4fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91ede000 - 0x9246efff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x924b6000 - 0x927c6fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x928c1000 - 0x92aebfff com.apple.Foundation 6.4.2 (567.21) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92c09000 - 0x92ce7fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92d07000 - 0x92df5fff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92e07000 - 0x92e25fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92e30000 - 0x92e8afff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92ea8000 - 0x92ea8fff com.apple.Carbon 10.4 (???) /System/Library/ Frameworks/Carbon.framework/Versions/A/Carbon 0x92eaa000 - 0x92ebefff com.apple.ImageCapture 3.0 /System/Library/ Frameworks/Carbon.framework/Versions/A/Frameworks/ ImageCapture.framework/Versions/A/ImageCapture 0x92ed6000 - 0x92ee6fff com.apple.speech.recognition.framework 3.4 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92ef2000 - 0x92f07fff com.apple.securityhi 2.0 (203) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SecurityHI.framework/Versions/A/SecurityHI 0x92f19000 - 0x92fa0fff com.apple.ink.framework 101.2 (69) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ Ink.framework/Versions/A/Ink 0x92fb4000 - 0x92fbffff com.apple.help 1.0.3 (32) /System/Library/ Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/ Versions/A/Help 0x92fc9000 - 0x92ff6fff com.apple.openscripting 1.2.4 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ OpenScripting.framework/Versions/A/OpenScripting 0x93010000 - 0x93020fff com.apple.print.framework.Print 5.0 (190.1) / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ Print.framework/Versions/A/Print 0x9302c000 - 0x93092fff com.apple.htmlrendering 1.1.2 /System/Library/ Frameworks/Carbon.framework/Versions/A/Frameworks/ HTMLRendering.framework/Versions/A/HTMLRendering 0x930c3000 - 0x93115fff com.apple.NavigationServices 3.4.2 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ NavigationServices.framework/Versions/A/NavigationServices 0x93141000 - 0x9315efff com.apple.audio.SoundManager 3.9 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x93170000 - 0x9317dfff com.apple.CommonPanels 1.2.2 (73) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CommonPanels.framework/Versions/A/CommonPanels 0x93186000 - 0x93498fff com.apple.HIToolbox 1.4.5 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x935e4000 - 0x935f0fff com.apple.opengl 1.4.7 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x94413000 - 0x94463fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x96fd3000 - 0x96ff2fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/ Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97709000 - 0x977cafff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x977f5000 - 0x977f6fff libGLSystem.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib 0x99e90000 - 0x99e9efff libXplugin.1.dylib /usr/lib/libXplugin.1.dylib 0x9b723000 - 0x9b72efff libXext.6.dylib /usr/X11R6/lib/libXext.6.dylib 0x9b733000 - 0x9b7fbfff libX11.6.dylib /usr/X11R6/lib/libX11.6.dylib 0x9b822000 - 0x9b89cfff libGL.1.dylib /usr/X11R6/lib/libGL.1.dylib ---end crash log Joe Heafner heafnerj(at)ctc(dot)net SticksAndShadows.com |
From: Jonathan B. <jbr...@ea...> - 2006-01-14 23:21:20
|
On Sat, 2006-01-14 at 17:58 -0500, Laney Mills wrote: > got it, and thanks. > > One more question. Is TKinter an add-on to Python and what are the > situations in which one would need to learn about it. It is built as an extension module and shipped with a default Python install. You might use it to build multiplatform GUI programs with tcl/tk. However, based on the atrocious look of Tcl/Tk on my Linux machine, I would personally develop using PyGTK or WxPython. -Jonathan |
From: Jonathan B. <jbr...@ea...> - 2006-01-14 22:11:05
|
On Sat, 2006-01-14 at 14:25 -0500, Laney Mills wrote: > Thanks to several people who responded. From you responses, I can see > that I didn't do a very good job of framing my question. > > Here's the situation. > > This is windows xp with python 2.4 and visual python installed in > C:\python24. The python runs fine. To run any of the examply *.py > files that come with vpython, all I have to do is click file open and > find the example files located in a subdirectory of c:\python24. > > Now I have several previously written *.py files in a directory that is > located far from (many clicks away inside the python file open dialog > box) What I really want is to have it so that when I click file open, > I am already in that directory of mine (the one far removed from > C:\\python24. In microsoft word and microsoft excel, there is a dialog > box in which one can make exactly that setting. The default working directory for IDLE is set in the shortcut properties (I think). The shortcut shipped with VPython is set to the examples directory, but you should be able to change it to whatever you like. > Assuming I cannot do that setting in python, my next preference to have > is the one I was trying to describe earlier. I want to fix it so that > if I type myfile.py from the command line and that myfile.py is in my > remote directory, that the python will open my file withouth a thousand > clicks. I assumed from my reading that onee makes an entry to the > "pythonpath" variable exactly as one used to do under dos. From the dos > prompt, type "path" and the contents of the path variable are > displayed. PYTHONPATH (in all caps) is not related to Python files in exactly the same way as PATH is related to executable files. PYTHONPATH only affects module import statements, not the search path for Python scripts. In all cases, C:\Python24\python.exe only takes an argument to the file to be run itself; it does not search a list of directories to find the file. HTH, -Jonathan |
From: Laney M. <mi...@co...> - 2006-01-14 19:26:21
|
Thanks to several people who responded. From you responses, I can see that I didn't do a very good job of framing my question. Here's the situation. This is windows xp with python 2.4 and visual python installed in C:\python24. The python runs fine. To run any of the examply *.py files that come with vpython, all I have to do is click file open and find the example files located in a subdirectory of c:\python24. Now I have several previously written *.py files in a directory that is located far from (many clicks away inside the python file open dialog box) What I really want is to have it so that when I click file open, I am already in that directory of mine (the one far removed from C:\\python24. In microsoft word and microsoft excel, there is a dialog box in which one can make exactly that setting. Assuming I cannot do that setting in python, my next preference to have is the one I was trying to describe earlier. I want to fix it so that if I type myfile.py from the command line and that myfile.py is in my remote directory, that the python will open my file withouth a thousand clicks. I assumed from my reading that onee makes an entry to the "pythonpath" variable exactly as one used to do under dos. From the dos prompt, type "path" and the contents of the path variable are displayed. Any modifications are made by adding onto the path statement in the autoexec.bat file. Now in windows xp. I can't even find the autoexec.bat statement (which actually is a dos thing). I can't find any windows equivalent of autoexec.bat or of the path statement itself. The python books and the online docs make reference to a "pythonpath" statement. It is that statement I'm trying to find. If in python idle, I clice file path browser, I get a dialog box that makes a list with about 6-8 lines with each line clearly describing a search path. I am assuming that it I need to add my distant directory to that list. Only I can't figure out from the documentat where that list resides, where is comes from, or how to add to it. I know I am missing some major obvious point that is so fundamental that it is hard to address, but still I am in the situation of having to go though about 8 clicks *every* time I want to open a file in my own directory where my *.py files are located. Thanks to every and sorry about not giving enough information to make my question clear. Laney Mills -- Laney Mills, Professor of Physics College of Charleston s: 843 953 8072 h: 843 762 2394 fax: 843 953 4824 |
From: Jonathan B. <jbr...@ea...> - 2006-01-14 15:25:21
|
On Sat, 2006-01-14 at 09:55 -0500, Laney Mills wrote: > I need to add to the search path with the IDLE uses so that I can run > some py programs from a directory of mine. I can find a display of the > search path under "file, path browser" but I cannot find in the > documentation anywhere how one can add to this list. See the documentation for sys.path. > Searching the doc > files I easily find a reference to environment variables, Environment variables are a feature of your operating system, not Python itself. > but I cannot > find any descriptin that I can actually understand how one actually sets > environment variables. I am supposing that setting or adding to the > *.py search path is what the term "environment vars" is referring to. HTH, -Jonathan |
From: Laney M. <mi...@co...> - 2006-01-14 14:55:30
|
I need to add to the search path with the IDLE uses so that I can run some py programs from a directory of mine. I can find a display of the search path under "file, path browser" but I cannot find in the documentation anywhere how one can add to this list. Searching the doc files I easily find a reference to environment variables, but I cannot find any descriptin that I can actually understand how one actually sets environment variables. I am supposing that setting or adding to the *.py search path is what the term "environment vars" is referring to. thanks -- Laney Mills, Professor of Physics College of Charleston s: 843 953 8072 h: 843 762 2394 fax: 843 953 4824 |