Roundup Tracker - Issues

Message4117

Author timo
Recipients timo
Date 2010-08-17.17:50:45
Message-id <1282067446.92.0.919742050909.issue2550665@psf.upfronthosting.co.za>
In-reply-to
I ran the roundup demo and tried to register. I got NameError: global 
name 'urllib' is not defined in 
/usr/lib/pymodules/python2.6/roundup/cgi/actions.py in finishRego.

The fix is to replace "urllib._quote" with "urllib_.quote" - obviously a 
simple typo.

Thanks.
History
Date User Action Args
2010-08-17 17:50:47timosetrecipients: + timo
2010-08-17 17:50:46timosetmessageid: <1282067446.92.0.919742050909.issue2550665@psf.upfronthosting.co.za>
2010-08-17 17:50:46timolinkissue2550665 messages
2010-08-17 17:50:45timocreate