Re: [Pyro-users] Stage error with Pyro 5.0.0

2009-04-27 Thread matt studley
Thanks Doug - tried your suggestion. Had to fiddle the path a little ( we're using python 2.5 but playerc is in /usr/lib64/python2.4/site-packages ) ... see below: == Python 2.5.2 (r252:60911, Feb 3 2009, 16:47:25) [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2 Type "h

Re: [Pyro-users] Stage error with Pyro 5.0.0

2009-04-27 Thread Douglas S. Blank
You might still want to check out Pyro 5.0.2, but I see that the error is: ImportError: /usr/lib64/python2.4/site-packages/_playerc.so: undefined symbol: playerc_client_set_request_timeout You might try the following: $ python Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:51) [GCC 4.3.0 20080

Re: [Pyro-users] Stage error with Pyro 5.0.0

2009-04-27 Thread Douglas S. Blank
> Hi all > > hope someone can help with this? Matt, You might want to try Pyro 5.0.2 out of SVN. It has many enhancements (thanks to Jim Marshall) for working with Player/Stage, Macs, and other fixes. Try: cd to-where-you-want-to-install svn co http://svn.cs.brynmawr.edu/pyrobot/trunk pyrobot c

[Pyro-users] Stage error with Pyro 5.0.0

2009-04-27 Thread matt studley
Hi all hope someone can help with this? one of our team has been attempting to use everything.cfg with pyrobot 5.0.0 The world loads to the server correctly and displays on the screen. However, when we try to load a Robot we get the following crash: -