Hi:

I want to use svn to backup my oracle db object daily,so i want to use pysvn 
module.

server: windows server 2008 64bit

python:Python 2.6.5 (r265:79096, Mar 19 2010, 18:02:59) [MSC v.1500 64 bit 
(AMD64)] on win32

I have downloaded pysvn from 
"http://pysvn.tigris.org/files/documents/1233/48844/py26-pysvn-svn1615-1.7.5-1360.exe",and
 It can't be installed unless I copy

[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.6\InstallPath] to 
[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\2.6\InstallPath].

After I installed with no error occured

>>> import pysvn

Traceback (most recent call last):
  File "<pyshell#31>", line 1, in <module>
    import pysvn
  File "C:\Python26\lib\site-packages\pysvn\__init__.py", line 99, in <module>
    import _pysvn_2_6
ImportError: DLL load failed: %1 is not valid Win32 application.

So, I think there is no pysvn for 64bit windows,is that right?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to