Hi there,
vpython is still not working on my machine, neither with the suggested
python 2.6.2 nor with the macports-provided 2.6.4 (I made it import
correctly visual by recompiling the boost libraries with a patch from svn).
It simply starts the python launcher, but a right-click reveals that it is
"not responding", and in fact no graphics/extra window is created. I am
pretty sure there's something wrong in my 10.6 install, but it'd be nice to
know what without having to wipe out everything and reinstall the OS from
scratch. Using the trace module to get an insight, the problem is triggered
after the execution of line 69 in primitives.py,
self.__display.add_renderable(self)
could that be an openGL problem? I have a macbook pro with the latest
updates from apple installed
thanks for your attention
Mirko
On Fri, Dec 11, 2009 at 11:36 PM, Bruce Sherwood <Bru...@nc...>wrote:
> It sounds like your problem could that you're trying to use the Python that
> comes with the Mac. See the Mac download page at vpython.org, and the
> important
> warnings in red.
>
> Bruce Sherwood
>
> Mirko Bordignon wrote:
> > Hi,
> >
> > as soon as I instantiate a box or any other visual element (or,
> > similarly, if I try to run an example) no window opens and the python
> > interpreter simply hangs; I am using the supplied Python 2.6.2 on a
> > machine with Snow Leopard.
> >
> > Thanks for your attention,
> > Mirko
>
>
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
>
|