Python API Docs & other issues
Hi!
I couldn't find the Python API Docs anywhere on the site. Are they out already?
Also, I need to export simulations stats (avg fitness, best fitness, # of generations, etc) in XML if possible. I could only find a post about uploading stats to a website but I can't make anything out of it, and it talks about a mailing list too but couldn't find it either. Any ideas of how it could be done? Or at least where can I find more info?
Also, when I try to set a PythonBridgeObject to talk with a Python object of mine I get an import error:
"ImportError: No module named breveInternal"
I've tried to search for it but couldn't find it... Any thoughts?
Using WinXP SP2 & BREVE 2.5.1 & Python 2.5
Thanks!
»
Submitted by hjrnunes on Sun, 2007-08-05 11:38.
- Login to post comments

The Python API docs can now
The Python API docs can now be found in the latest beta (http://www.spiderland.org/node/3334), but they aren't available online yet. The full breve documentation also has not yet been updated for the 2.6 betas, but it will be soon.
- jon
Re: export simulations stats
I haven't tried it myself, but there is a File object you could use:
http://www.spiderland.org/documentation/classes/File.html
It shouldn't be hard to form it into XML.
Anm