We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I was trying to integrate this app and encountered this error. Can you please let me know the possible reason ? below are the details.
Request Method: GET Request URL: http://127.0.0.1:8000/registration/signup Django Version: 1.7.3 Exception Type: RuntimeError Exception Value:
maximum recursion depth exceeded in cmp
Exception Location: D:\django-project\mombeans\lib\site-packages\django-1.7.3-py2.7.egg\django\utils\text.py in unescape_string_literal, line 429 Python Executable: D:\django-project\mombeans\Scripts\python.EXE Python Version: 2.7.8 Python Path:
['D:\django-project\mombeans\membean', 'D:\django-project\mombeans\lib\site-packages\django-1.7.3-py2.7.egg', 'D:\django-project\mombeans\lib\site-packages\python_openid-2.2.5-py2.7.egg', 'D:\django-project\mombeans\Scripts\python27.zip', 'D:\django-project\mombeans\DLLs', 'D:\django-project\mombeans\lib', 'D:\django-project\mombeans\lib\plat-win', 'D:\django-project\mombeans\lib\lib-tk', 'D:\django-project\mombeans\Scripts', 'D:\Anaconda\Lib', 'D:\Anaconda\DLLs', 'D:\Anaconda\Lib\lib-tk', 'D:\django-project\mombeans', 'D:\django-project\mombeans\lib\site-packages']
The text was updated successfully, but these errors were encountered:
Hi, sorry, I have no idea off hand why that might be. A complete stack trace (minus any repeating parts) could help.
Sorry, something went wrong.
No branches or pull requests
Hi,
I was trying to integrate this app and encountered this error. Can you please let me know the possible reason ? below are the details.
Request Method: GET
Request URL: http://127.0.0.1:8000/registration/signup
Django Version: 1.7.3
Exception Type: RuntimeError
Exception Value:
maximum recursion depth exceeded in cmp
Exception Location: D:\django-project\mombeans\lib\site-packages\django-1.7.3-py2.7.egg\django\utils\text.py in unescape_string_literal, line 429
Python Executable: D:\django-project\mombeans\Scripts\python.EXE
Python Version: 2.7.8
Python Path:
['D:\django-project\mombeans\membean',
'D:\django-project\mombeans\lib\site-packages\django-1.7.3-py2.7.egg',
'D:\django-project\mombeans\lib\site-packages\python_openid-2.2.5-py2.7.egg',
'D:\django-project\mombeans\Scripts\python27.zip',
'D:\django-project\mombeans\DLLs',
'D:\django-project\mombeans\lib',
'D:\django-project\mombeans\lib\plat-win',
'D:\django-project\mombeans\lib\lib-tk',
'D:\django-project\mombeans\Scripts',
'D:\Anaconda\Lib',
'D:\Anaconda\DLLs',
'D:\Anaconda\Lib\lib-tk',
'D:\django-project\mombeans',
'D:\django-project\mombeans\lib\site-packages']
The text was updated successfully, but these errors were encountered: