----- Christine A. Shannon <[EMAIL PROTECTED]> wrote:
> I've downloaded the newest version of pyro and tried to run the Pyrobot 
> simulator with the Wumpus World.py
> 
> and got the following message -- looks like missing modules
> 
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python2.5/site-packages/pyrobot/plugins/simulators/PyrobotSimulator",
>  line 83, in <module>
>     gui = INIT(worldFile)
>   File 
> "/usr/lib/python2.5/site-packages/pyrobot/plugins/simulators/PyrobotSimulator",
>  line 18, in INIT
>     exec("import " + module + " as userspace")
>   File "<string>", line 1, in <module>
>   File 
> "/usr/lib/python2.5/site-packages/pyrobot/plugins/worlds/Pyrobot/WumpusWorld.py",
>  line 2, in <module>
>     import Image, ImageTk, ImageDraw, ImageFont
> ImportError: No module named ImageTk

Did you use the yum install method? Looks like we need to list 
python-imaging-tk as a dependency. You can fix that with:

yum install python-imaging-tk
 
> Thanks for your help.  Incidentally, I have a couple more improvements to the 
> WumpusWorld.py that allows pits in the 0th row and column.  I thought we had 
> corrected that last time but it still has the pits only in rows and col 1-3.

If you send me a fixed version, I'll update it.

Thanks!

-Doug

> Christine Shannon
> 
> _______________________________________________
> Pyro-users mailing list
> Pyro-users@pyrorobotics.org
> http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

_______________________________________________
Pyro-users mailing list
Pyro-users@pyrorobotics.org
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to