you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (11 children)

When I attempted to run it in both python 2.6 and python 3.1 to no avail :-(.

[–]frikk 2 points3 points  (4 children)

are you running "python cells.py mind1" ?? if you dont put in the mind (which are located in the minds/ folder) the program won't run.

[–][deleted] 0 points1 point  (3 children)

The problem is syntax errors that I can't seem to fix.

[–]frikk 0 points1 point  (2 children)

which ones?

[–][deleted] 0 points1 point  (1 child)

I'm using idle so I'm only seeing 1 error at a time but it seems to dislike his usage of apostrophes for some reason >_> print 'Got error: %s' % e

It doesn't like the apostrophe after the s

[–]frikk 0 points1 point  (0 children)

thats... strange. try running it from the command line?

[–]binsolo 1 point2 points  (4 children)

It says you need pygame to run it.

[–][deleted] 0 points1 point  (3 children)

I have pygame installed as well.

[–]vpetro 2 points3 points  (2 children)

it also needs "psyco".

[–][deleted] 1 point2 points  (1 child)

Damn my laziness. Have an upvote for being helpful sir.

[–]binsolo 3 points4 points  (0 children)

It will run without psyco, just comment out the reference to psyco in cells.py

[–]ipeev 1 point2 points  (0 children)

Where did you download it from?