You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: