It sounds like you didn't install pysvn into your installed Python
site-packages directory. You might want to try reinstalling it into the
appropriate directory.

Installation on Windows is generally very annoying. You might want to
consider installing on Linux on either a dedicated server or in a VM if this
doesn't work.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


2009/10/19 王振钢 <zgwan...@hotmail.com>

>  Hi Christian,
>
> This old problem is still not solved, I've found that the pysvn directory
> is not in the python path list, but I'm sure I have installed the pysvn
> module, then how can I add it into the python path?
>
> Regards!
>
> ------------------------------
> From: chip...@chipx86.com
> Date: Tue, 25 Aug 2009 20:28:56 -0700
> Subject: Re: Review board installation problem
> To: reviewboard@googlegroups.com
>
> It sounds like it's the wrong PySVN, or somehow incompatible. Which version
> did you install and where did you get it from?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Aug 25, 2009 at 8:13 PM, snowman <zgwan...@hotmail.com> wrote:
>
>
> 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...
>
>
>
> > To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

--~--~---------~--~----~------------~-------~--~----~
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at
http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
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