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

Problem using Python bindings on Windows

From: Scott Kirkwood <skirkwood_at_ventus.com.br>
Date: 2004-03-16 21:24:03 CET

I think I need some help getting the Python bindings working with svn 1.0.0.
I tried a simple program and if failed with "System: null argument to
internal routine", whatever that means.
Then I tried one of the samples and it give the same error.
Here's the traceback:

Traceback (most recent call last):
  File "C:\Download\Installs\svn\samples\svnlook.py", line 388, in ?
    main()
  File "C:\Download\Installs\svn\samples\svnlook.py", line 385, in main
    core.run_app(SVNLook, sys.argv[1], cmd, rev, txn)
  File "C:\Python\lib\site-packages\svn\core.py", line 33, in run_app
    return apply(func, (pool,) + args, kw)
  File "C:\Download\Installs\svn\samples\svnlook.py", line 29, in __init__
    repos_ptr = repos.svn_repos_open(path, pool)
SystemError: null argument to internal routine

I shoved the svn and libsvn folders in the python\lib\site-packages
folder to get it to work this far.
I'm running Windows XP Professional SP 1.

Hope I got the right mailing list.

Thanks.

--
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 21:33:39 2004

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

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