From: Bruce S. <Bru...@nc...> - 2011-03-05 16:30:25
|
Try this, and report the results: Open a Terminal program. Enter "python3.1", which should start up Python 3.1. Enter "from visual import *". Then enter "box()". You should see a white box, and by holding the cmd or option keys you should be able to rotate or zoom. Presumably you'll get error messages, which will help debug your problem. Bruce Sherwood On Sat, Mar 5, 2011 at 1:44 AM, Georges Arsouze <geo...@gm...> wrote: > I'm under Snow Leopard mac Os > I have Python 3.1.3 in /Library/frameworks/Python.framework/versions/3.1/bin > I install VPython-Py 3.1 > Now in my menu Application I have > a folder Python .1 and a folder VPython-Py 3.1 > When i click the icon Idle.app in the folder Python 3.1 it's go in the dock > and then disappears > when I click the icon Vidle.app in the folder VPython-Py 3.1 i obtain a new > window for Vidle. I load an example (cf tutorial bounce2.py). When I want to > run this module I obtain a new window blank Python shell > > I don't understand. > when i'm in a terminal et I use idle3.1 > (in /Library/frameworks/Python.framework/versions/3.1/bin) Idle works ok > Can you help me ? > I already done 3 install and unistall of Pthon3.1 and VPython 3.1 > Regards > > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |