Skip to content

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

@DavidSimacek

Description

@DavidSimacek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions