When I use my system, there is no error in my python codes. When I use another system I get this error:(both systems have same version of python)
/usr/lib/pymodules/python2.6/matplotlib/numerix/__init__.py:18: DeprecationWarning:
**********************************************************
matplotlib.numerix and all its subpackages are deprecated.
They will be removed soon. Please use numpy instead.
**********************************************************
warnings.warn(msg, DeprecationWarning)
/usr/lib/pymodules/python2.6/networkx/generators/hybrid.py:16: DeprecationWarning: the sets module is deprecated
import sets
Traceback (most recent call last):
File "./check_2.py", line 79, in <module>
G.add_edge(u,v,times=[t])
TypeError: add_edge() got an unexpected keyword argument 'times'