"ML archive" is short for the mailing list archive. See 

http://groups.google.com/group/trac-users


=-=-> Jenn Drummond // [EMAIL PROTECTED]
      Project Developer, Connexions Project (cnx.org)
      Rice University



On Tue, Oct 02, 2007 at 05:09:53PM -0000, damageboy wrote:
> 
> Well,
> I've tried the modpython test handler.
> When I try to import svn stuff from the handler I do get an error:
> ---------------------- CUT HERE --------------------------------
> URI:            '/mdptest'
> Location:       None
> Directory:      None
> Filename:       'C:/Internet/Apache22/htdocs/mdptest'
> PathInfo:       ''
> 
> Phase:          'PythonHandler'
> Handler:        'mod_python.testhandler'
> 
> Traceback (most recent call last):
>   File "C:\development\Python25\lib\site-packages\mod_python
> \importer.py", line 1537, in HandlerDispatch
>     default=default_handler, arg=req, silent=hlist.silent)
>   File "C:\development\Python25\lib\site-packages\mod_python
> \importer.py", line 1229, in _process_target
>     result = _execute_target(config, req, object, arg)
>   File "C:\development\Python25\lib\site-packages\mod_python
> \importer.py", line 1128, in _execute_target
>     result = object(arg)
>   File "C:\development\Python25\lib\site-packages\mod_python
> \testhandler.py", line 183, in handler
>     from svn import *
>   File "C:\development\Python25\Lib\site-packages\svn\core.py", line
> 19, in <module>
>     from libsvn.core import *
>   File "C:\development\Python25\Lib\site-packages\libsvn\core.py",
> line 5, in <module>
>     import _core
> ImportError: DLL load failed: The specified procedure could not be
> found.
> ---------------------- CUT HERE --------------------------------
> 
> So I do understand I do actually have a real error to deal with now.
> My question is... what should I do?
> someone mentioned a "ML archive"... what is that?
> 
> On Oct 2, 6:02 pm, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote:
> > > Had you read my message completely you would have seen I am perfectly
> > > able to issue an:
> > > "from svn import *" command in python... so my subversion python 2.5
> > > binding seem to be installed OK.
> >
> > > Any other ideas?
> >
> > Search the ML archive, this issue was been discussed (so) many times.
> > Usual candidates are:
> >  * Python interpreter mismatch (the one Apache uses is not the one you
> > use in your shell)
> >  * LD_LIBRARY_PATH issue (this one is probably documented on
> > trac.edgewall.org as well)
> >
> > Cheers,
> > Manu
> 
> 
> > 
> 
> !DSPAM:5814,47027c00253271551969936!
> 

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

Reply via email to