[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python 2.5 bindings

From: Honza Rameš <shadow_at_mapik.net>
Date: 2006-09-07 17:48:11 CEST

 Hi,
Since there were no bindings for 2.4 I was trying to build SVN SWIG bindings
for Python 2.5 in VS2005. I compiled both Python 2.5 and SVN to ansure both
versions uses the same DLLs such as MSVCRT etc. Python works perfectly along
with Apache and mod_python (that I also built) but without SVN forst problem
was that I had to rename _*.dll to _*.pyd to get SVN working but when I use
it in trac under strange circumstances I got access violation. I can
reproduce the error any time. When I said strange I ment that SVN is working
correctly from one URL. I can access
http://localhost/trac/project/browserwith SVN but when I try to use
another URL
http://trac/project/browser this error occures. I have complete call stack
this exception is raised in Python25.dll but I'm not sure whether this is
problem of Python or SVN.

Thanks for any help

Honza Rames
Received on Thu Sep 7 17:59:25 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.