tfer wrote:
Well, as far as I know, neither requires 2.6, you could just run them under 2.5.
the build instructions for leo from bzr said python2.6 was needed, so I used python2.6. Can leo built with python2.6 really be run fine with python2.5? How about ipython 0.10-2 debian package? The package dependencies say: python (>= 2.5) recommended, so 2.5 is OK there. If leo can operate with 2.5 while built with 2.6, that's the thing that will simplify my next steps. I'm wanting to use leo-ipython to make 3D models with pythonocc, which compiles with python2.5 and the build for that isn't ready for 2.6. PythonOCC is a python way to call functions of OpenCascade to build up a model of something so it makes a workable model to cut real material with. As you build up a python script, you check your results for code correctness by running 3D viewers and observing functions behaving OK with no errors. When you "see" you are done via 3D view programs, you are done scripting in python, and ready to use that model to output CAD data in different formats that CAM programs can run on. John -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
