[Twisted-Python] WovenQuotes Howto Problem
![](https://secure.gravatar.com/avatar/dfa0a946f50ed5368129d94efa8b13a3.jpg?s=120&d=mm&r=g)
I'm playing with Twisted 1.0.4. After making it through the first couple of TwistedQuotes examples, I get the following failure with the TwistedQuotes example. 2003/04/28 10:05 [HTTPChannel,0,127.0.0.1] exceptions.TypeError: getData() takes exactly 1 argument (2 given)
![](https://secure.gravatar.com/avatar/0f15c04b6acde258bd27586371ae94b1.jpg?s=120&d=mm&r=g)
"steve@shrogers.com" <shrogers@ionet.net> writes:
2003/04/28 10:05 [HTTPChannel,0,127.0.0.1] exceptions.TypeError: getData() takes exactly 1 argument (2 given)
Oops. Fixed in CVS. Both Model.getData() and Model.setData() now get a Request has their first argument. thanks, -Brian
![](https://secure.gravatar.com/avatar/0f15c04b6acde258bd27586371ae94b1.jpg?s=120&d=mm&r=g)
"steve@shrogers.com" <shrogers@ionet.net> writes:
2003/04/28 10:05 [HTTPChannel,0,127.0.0.1] exceptions.TypeError: getData() takes exactly 1 argument (2 given)
Oops. Fixed in CVS. Both Model.getData() and Model.setData() now get a Request has their first argument. thanks, -Brian
participants (2)
-
Brian Warner
-
steve@shrogers.com