Re: Persistent python object and the Web

2005-04-29 Thread ramon . aragues
Thanks to all for your help. My graphs are huge (and contain much more information than the list of nodes and their edges... I am working with protein-protein interaction networks) so I have decided to have a persistent object on the server. I first had to make my objects "pickable" (which was not

Persistent python object and the Web

2005-04-21 Thread ramon . aragues
Hi, I'd like to know if I am trying to do something impossible or I am just being unable to find how to do it. In the latter case, please... help me... I´ve implemented a python class Graph, which handles graphs (with its nodes, edges, finding paths, etc). In my text-menu interface, I can add nod