You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Scott Kirkwood <sk...@ventus.com.br> on 2004/03/16 20:24:03 UTC

Problem using Python bindings on Windows

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