Hi,
after installing the svn via pip install svn on my Windows 10 machine with python 3.9 I run the example:
import svn.local
r = svn.local.LocalClient(xxx)
But I get the following error:
Traceback (most recent call last):
File "C:\MyProjects\FD_MachE\svn.py", line 8, in
import svn.local.py
File "C:\MyProjects\FD_MachE\svn.py", line 8, in
import svn.local.py
ModuleNotFoundError: No module named 'svn.local'; 'svn' is not a package
Thanks for a help.