From: Martin C. <cos...@wa...> - 2005-09-01 17:18:14
|
Hans Fangohr wrote: [] > Vigor10:/usr fangohr$ python2.4 > Python 2.4.1 (#1, Aug 31 2005, 19:34:51) > [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>>> import visual >>>> a=visual.sphere() This works for me. It opens a window and shows a white sphere. > > Bus error Could you try to find the crash log that should have been created? Something like ~/Library/Logs/CrashReporter/python2.4.crash.log. If it is too long, send it to me off list. Do you have any PYTHON* environment variables set? If you start vpython2.4 instead of python2.4, is there a bus error too? -- Martin |