From: kirby u. <kir...@gm...> - 2013-07-05 23:01:05
|
Francisco seems to have picked very recent or current versions of everything which to me indicates he's serious about bringing Arthur's code forward. As Bruce points out, unless he has already gone to serious lengths to somehow overhaul the code, it's likely to also run in a 2.7 environment with this change to make it forward compatible: from __future__ import division, print_function My guess is getting Python 3.2 + Visual 5.74 working smoothly *before* trying to run Arthur's program with those tools would be a good strategy i.e. make sure the demos work and that you have a working Vpython environment. Then add Arthur's code as a package under site-packages (but I forget if it was really that simple an architecture -- I'm pretty sure it was). Another group you might post to about this work is ed...@py... -- that's where Arthur himself used to do a lot of posting, his writings easily findable in the archive. I'd say Arthur's passion was projective geometry more than Python / VPython per se. He looked long and hard for the tools that would enable him to express his vision and Python / VPython was what came closest, but he was always critical of what he perceived as shortcomings. I see Arthur as a pioneer, going deeply into a synergy (projective geometry + computer programming) that relatively few have explored to date, since both are specialized subjects and one tends to be strong in either one or the other. Given he was an amateur with a background in finance, I think Arthur's being relatively "weak" in both, compared to an expert in either, is what enabled him to take it as far as he did. He grew strong in a new way. A trailblazer. Kirby On Fri, Jul 5, 2013 at 11:43 AM, Joel Kahn <jj...@ya...> wrote: > Some of you may remember Pygeo, the project started by the late Arthur > Siegel > and orphaned after his untimely passing. A guy in Spain, Francisco Gracia, > is > taking a stab at updating the project, and I'm attempting to help. He put > together > an alpha version of his first effort, and he's sent me a copy. In order > for me to > even try to look at it properly, I'll need to have the same environment on > my > computer that he used to construct his upgrade. > > Here's where it gets interesting. He emailed me these specs: Python 3.3.2, > Numpy 1.7.1, and visual 5.72. Needless to say, this doesn't exactly match > what's > currently available for download. The closest thing I've found is Python > 3.3 with > VPython 5.74. I don't have the foggiest about the Numpy version involved. > If that's the best I can get, I could certainly give it a whirl; however, > given the > shakiness of the whole situation, I'd definitely rather not bring in even > small > incompatibilitiesif I can help it. > > > I encourage any ideas, comments, suggestions, info, &c that anyone wants to > toss in. If somebody desires to join the Pygeo effort, I'll certainly > welcome it-- > especially if you're better qualified, which I'm sure many of you would be. > Maybe a class project for ambitious students? > > > If you'd like to contact Francisco Gracia directly, here's his address: > > fgr...@gm... > > > Thanks in advance for help. > > Joel > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |