SOL icon indicating copy to clipboard operation
SOL copied to clipboard

Error when testing example

Open Imendh opened this issue 7 years ago • 0 comments

Dear Sir,

I have installed SOL successfully. But when I'm trying to test a simple example:

from sol.topology.generators import chain_topology t = chain_topology(5) list(t.nodes()) # topology nodes

I have got the following error: No handlers could be found for logger "sol" NB: I'm using python 2.7. Thank you in advance.

Imendh avatar Jul 06 '18 17:07 Imendh