Open rcalsaverini opened 9 years ago
Python-stdnet 0.8.2 Redis 2.8.13 Python 2.7.9 (GCC 4.9.1 on linux2) Ubuntu 14.10
Exactly the same output for me too
@mehmetb @rcalsaverini .The same happened to me. So the solution to solve the problems, You better to install the github master branch. you can fix the errors .
Hi there.
I was trying to run a simple example from the docs to see if stdnet was usefull for a project but I keep getting a
TypeError: <lambda>() takes no arguments (1 given)
.The example is this:
And the traceback is this:
I'm pretty sure it must be something dumb I did, but I couldn't find the problem. The version of stdnet is
python-stdnet==0.8.2
installed via pip.