On Fri, 2006-03-10 at 13:19 -0800, Mike Craig wrote: > ImportError: No module named svn > > > I saw in a previous post something similar that alluded to a bad path to > the python bindings, my path is: > C:\Python23\Lib\site-packages\svn-win32-1.3.0\python > C:\Python23\Lib\site-packages\svn-win32-1.3.0\python\libsvn > C:\Python23\Lib\site-packages\svn-win32-1.3.0\python\svn
The "libsvn" and "svn" folders should be copied directly into "site-packages", not the subfolders you have them in. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
