From: Jon S. <js...@so...> - 2003-12-20 20:46:11
|
Assuming that I need python 2.2.3 (not OS X 10.3's native python 2.3), I've been able to step through all instructions at http://vpython.org/OSX_download.html right up to typing vpython. At that point I get the error, "No module named _socket" Traceback (most recent call last): File "/sw/lib/python2.2/site-packages/visual/idle_VPython/idle.py", line 3, in ? import PyShell File "/sw/lib/python2.2/site-packages/visual/idle_VPython/PyShell.py", line 31, in ? import protocol File "/sw/lib/python2.2/site-packages/visual/idle_VPython/protocol.py", line 83, in ? import socket File "/sw/lib/python2.2/socket.py", line 41, in ? from _socket import * ImportError: No module named _socket The following don't help either sudo /sw/bin/fink update python22 Information about 158 packages read in 1 seconds. No packages to install. [208-186-56-189:lib/python2.2/site-packages] jis% fink update python22-shlibs sudo /sw/bin/fink update python22-shlibs Information about 158 packages read in 0 seconds. No packages to install. [208-186-56-189:lib/python2.2/site-packages] jis% fink update python22-socket sudo /sw/bin/fink update python22-socket Information about 158 packages read in 1 seconds. No packages to install. Here's what's in /sw/lib/python2.2/site-packages/ Numeric README idlelib Numeric.pth cvisualmodule.so visual help...? ------------------ Jon Schull, Ph.D. Associate Professor Information Technology Rochester Institute of Technology sc...@di... 585-738-6696 |
From: Jonathan B. <jbr...@ea...> - 2003-12-20 23:15:24
|
On Sat, 2003-12-20 at 15:46, Jon Schull wrote: > Assuming that I need python 2.2.3 (not OS X 10.3's native python > 2.3),I've been able to step through all instructions > athttp://vpython.org/OSX_download.html right up to typing vpython. Well, I'm afraid that VPython hasn't yet run on 10.3 to my knowledge, and I know that the binary package on vpython.org is incompatible with 10.3. Chances are that I would need to do some experimentation to make it work. I've heard that 10.3's stock Python doesn't include tkinter either, so that is going to be another interesting thing to work out :) We don't have a 10.3 machine on campus that I have access to yet, and Dr. Sherwood is on vacation right now. If someone would like to volunteer a non-administrative user account with SSH access I could do some work on this as soon as the 23rd. On another note, if it is possible for us to supply a package that doesn't depend on fink but was larger (probably several megabytes), is that something that people are interested in? Or would you rather get a smaller package that uses fink for some of its dependencies (eg, gtk+)? -Jonathan Brandmeyer |
From: Jon S. <js...@so...> - 2003-12-20 23:24:53
|
that's easy. One big package would be a bargain! for 2.3 or 2.2. Did you see Gary Pajer's comment re 2.3? > First: vpython works with the fink version of python 2.3. Not the > one that > ships with OSX, I believe. Of course I can't figure out how to get the fink version of 2.3. I think it has to do with" unstable..." The configuration issues in this universe (not vpython; it's context are really unbelievable). If you're free to help me get either a 2.2 or a 2.3 installation working right now, I'd be very grateful. I can be iChatted at "jonschullaim" I had a great project vpython project in mind for the weekend. But here I am working on installs (he said bitterly). On Dec 20, 2003, at 6:15 PM, Jonathan Brandmeyer wrote: > On Sat, 2003-12-20 at 15:46, Jon Schull wrote: >> Assuming that I need python 2.2.3 (not OS X 10.3's native python >> 2.3),I've been able to step through all instructions >> athttp://vpython.org/OSX_download.html right up to typing vpython. > > Well, I'm afraid that VPython hasn't yet run on 10.3 to my knowledge, > and I know that the binary package on vpython.org is incompatible with > 10.3. Chances are that I would need to do some experimentation to make > it work. I've heard that 10.3's stock Python doesn't include tkinter > either, so that is going to be another interesting thing to work out :) > > We don't have a 10.3 machine on campus that I have access to yet, and > Dr. Sherwood is on vacation right now. If someone would like to > volunteer a non-administrative user account with SSH access I could do > some work on this as soon as the 23rd. > > On another note, if it is possible for us to supply a package that > doesn't depend on fink but was larger (probably several megabytes), is > that something that people are interested in? Or would you rather get > a > smaller package that uses fink for some of its dependencies (eg, gtk+)? > > -Jonathan Brandmeyer > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for > IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys > admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > ------------------ Jon Schull, Ph.D. Associate Professor Information Technology Rochester Institute of Technology sc...@di... 585-738-6696 |