On Thu, 2007-03-08 at 19:46 +0000, Paul Childs wrote:
[...]
> Then I get this Django Error message in the browser...
> 
> TypeError at http://127.0.0.1:8000/idms/
> unpack non-sequence
> Request Method: GET
> Request URL: http://127.0.0.1:8000http://127.0.0.1:8000/idms/   <----
> THIS IS INTERESTING
> Exception Type: TypeError
> Exception Value: unpack non-sequence
> Exception Location: C:\Python24\lib\site-packages\django\core\handlers
> \base.py in get_response, line 68
> 
> Traceback (most recent call last):
> File "C:\Python24\lib\site-packages\django\core\handlers\base.py" in
> get_response
>   68. callback, callback_args, callback_kwargs =
> resolver.resolve(request.path)

Does the same URL work if you aren't using Selenium? I'm trying to trim
down the problem to something smaller.

I *suspect* there is a problem in your URL configuration and you have
made a typo there. But that would mean that the URL would not work even
if you accessed it directly in the browser, without being under
Selenium's control, too.

If you can make it occur manually, can you post your URL configuration?
We might be able to see the problem.

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to