[Pythonmac-SIG] Help loading a module

2006-10-05 Thread halamillo
Newbie BioGrad student here (again):First, thanks for the help on the root node variable last time. It wasmost helpful!Now, I am trying to load a new module into MacPython, but after doing $python setup.py install, or $ python setup.py build, then $ pythonsetup.pythe files on the module I downloade

Re: [Pythonmac-SIG] porting VPython to OS X

2006-10-05 Thread Konrad Hinsen
On Oct 4, 2006, at 19:44, Joe Heafner wrote: > I'm an astronomy/physics instructor who makes heavy use of VPython > (http://www.vpython.org) in teaching introductory calculus-based > physics. Currently, the only way to use VPython under OS X is via > Fink, which indeed works very well. However, we

Re: [Pythonmac-SIG] Help loading a module

2006-10-05 Thread Bob Ippolito
On 10/5/06, halamillo <[EMAIL PROTECTED]> wrote: > > > > Newbie BioGrad student here (again): > > First, thanks for the help on the root node variable last time. It was > most helpful! > > Now, I am trying to load a new module into MacPython, but after doing $ > python setup.py install, or $ python

Re: [Pythonmac-SIG] porting VPython to OS X

2006-10-05 Thread Dethe Elza
I have tried to work on this in the past and would be willing to help again. My main problem is with the build environment. If I can get it to build consistently, I can write the bits that are needed for OS X. What I need is someone who understands autoconf better than I do. Do you know