Missin cherrypy._cputil.get_object_trail() function
3 views
Skip to first unread message
Voltron
unread,
Jun 21, 2009, 5:01:56 AM6/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cherrypy-users
Hi all,
I tried to use this function, but Cherrypy returned an error stating
that _cputil does not exist. Is it deprecated? Renamed? Is there a
workaround?
thanks
fumanchu
unread,
Jun 21, 2009, 2:47:42 PM6/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cherrypy-users
That function is present in CherryPy 2.2 - 2.3 only. There is no
equivalent in CherryPy 3--you'd have to write a custom dispatcher to
reimplement that feature.