Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'svn.local'; 'svn' is not a package #182

Open
DavidSimacek opened this issue Mar 21, 2022 · 0 comments

Comments

@DavidSimacek
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant