From: Martin C. <cos...@wa...> - 2006-12-04 23:28:19
|
Dethe Elza wrote: [] > python [vpython script] > > Which results in: > > Fatal Python error: Interpreter not initialized (version mismatch?) > Abort trap Which python does your "python" command run? Is it the same as the one into whose site-packages directory the visual module was installed? And the same as used for compiling vpython and boost1.33? With Fink, if you install for example the python25 package, you don't get a "python" executable, only "python2.5". You have to install additionally the "python" package which creates a symlink between /sw/bin/python2.5 and /sw/bin/python. -- Martin |