Ticket #4721 defect closed invalid
Zope error
| Reported by: | Theo_M | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | zope |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
I just started with the book 'Twisted network programming essentials' I use Python 3.1 and try to correct for version differences. Running the script: from twisted.internet import reactor print("Running the reactor") reactor.run() print("reactor stopped")
I get the AttributeError:'function' object has no attribute 'func_defaults' with file reference: zope\interface\interface.py", line 765, in fromFunction defaults = func.func_defaults or ()
It looks the function passed at that moment is queryTaggedValue
Does anyone have any suggestions?
Change History
Note: See
TracTickets for help on using
tickets.
