Closed GoogleCodeExporter closed 9 years ago
I recently updated the gene_def capabilities but failed to maintain backwards
compatibility. If your using an existing db library the gts script will fail.
You can confirm if this is the case after the gal.py script has been launched
by running an instance of the gts.py script on the command line like this:
pypy gts.py 4 n
If the script crashes with a key error for 'fitness_config' or 'fitness_script'
then this is the case.
If you are getting a different error please let me know.
Otherwise, the fix has been posted on the repo with the latest commit.
Original comment by brian.mo...@gmail.com
on 8 Dec 2012 at 1:36
I did what you say and the output was:
File "app_main.py", line 51, in run_toplevel
File "gts.py", line 228, in <module>
ff = __import__(gd['fitness_script'])
File "/home/ubuntu/Software/new/ga-bitbot_new/bct_alt.py", line 31, in <module>
from logs import *
ImportError: No module named logs
so probably you forgot to add the new log file to the commit.
Original comment by andremos...@gmail.com
on 11 Dec 2012 at 11:02
MIssing dependencies have been added to the repo.
Verified fix by creating a clean virtual machine image and installing from the
repo.
Original comment by brian.mo...@gmail.com
on 19 Dec 2012 at 2:18
Original issue reported on code.google.com by
andremos...@gmail.com
on 3 Dec 2012 at 2:04