Now I have another problem,

when I try to create a new review request, the system broke down,

Fowlling message is what I got when I turn on the debug mode:
ImportError at /reviews/r/new/
DLL load failed: The specified procedure could not be found.Request
Method: GET
Request URL: http://localhost:8080/reviews/r/new/
Exception Type: ImportError
Exception Value: DLL load failed: The specified procedure could not be
found.
Exception Location: C:\Python25\lib\site-packages\pysvn\__init__.py in
<module>, line 99
Python Executable: C:\Program Files\Apache Software Foundation
\Apache2.2\bin\httpd.exe
Python Version: 2.5.1
Python Path: ['d:/ReviewBoardSite/conf', 'C:\\Python25\\lib\\site-
packages\\python_memcached-1.44-py2.5.egg', 'C:\\Python25\\lib\\site-
packages\\pytz-2009j-py2.5.egg', 'C:\\Python25\\lib\\site-packages\
\flup-1.0.3.dev_20090716-py2.5.egg', 'C:\\Python25\\lib\\site-packages\
\pygments-1.0-py2.5.egg', 'C:\\Python25\\lib\\site-packages\
\djblets-0.5.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\
\django_evolution-0.0.0-py2.5.egg', 'C:\\Python25\\lib\\site-packages\
\django-1.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\pil-1.1.6-
py2.5-win32.egg', 'C:\\Python25\\lib\\site-packages\
\reviewboard-1.1alpha1.dev_r0-py2.5.egg', 'C:\\WINDOWS\\system32\
\python25.zip', 'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\
\Python25\\Lib\\lib-tk', 'C:\\Program Files\\Apache Software Foundation
\\Apache2.2', 'C:\\Program Files\\Apache Software Foundation\
\Apache2.2\\bin', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages',
'C:\\Python25\\lib\\site-packages\\PIL', 'C:\\Python25\\lib\\site-
packages\\win32', 'C:\\Python25\\lib\\site-packages\\win32\\lib', 'C:\
\Python25\\lib\\site-packages\\Pythonwin']
Server time: Wed, 26 Aug 2009 10:15:55 +0800

Traceback:
File "c:\python25\lib\site-packages\django-1.1-py2.5.egg\django\core
\handlers\base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "c:\python25\lib\site-packages\Djblets-0.5.1-py2.5.egg\djblets
\auth\util.py" in _checklogin
  45.             return view_func(request, *args, **kwargs)
File "c:\python25\lib\site-packages\ReviewBoard-1.1alpha1.dev_r0-
py2.5.egg\reviewboard\reviews\views.py" in new_review_request
  84.         fields[repo.id] = repo.get_scmtool().get_fields()
File "c:\python25\lib\site-packages\ReviewBoard-1.1alpha1.dev_r0-
py2.5.egg\reviewboard\scmtools\models.py" in get_scmtool
  45.         return cls(self)
File "c:\python25\lib\site-packages\ReviewBoard-1.1alpha1.dev_r0-
py2.5.egg\reviewboard\scmtools\svn.py" in __init__
  50.         import pysvn
File "C:\Python25\lib\site-packages\pysvn\__init__.py" in <module>
  99.     import _pysvn_2_5

Exception Type: ImportError at /reviews/r/new/
Exception Value: DLL load failed: The specified procedure could not be
found.


I don't know if it is due to some wrong configuration, the problem has
bothered me for days...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to