This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Module created automatically with submodule with the same name #3145
Labels
You can continue the conversation there. Go to discussion →
Bug Description
I have cpyte_engine module. This submodule automatically created with cpyte_engine submodule, but I have one real submodule math_utils. This import work, but he should don't work:
>>> from cpyte_engine.cpyte_engine import math_utils
lib.rs:
Steps to Reproduce
from cpyte_engine.cpyte_engine import math_utils
Backtrace
No response
Your operating system and version
LMDE 5
Your Python version (
python --version
)Python 3.9
Your Rust version (
rustc --version
)rustc 1.67.1 (d5a82bbd2 2023-02-07)
Your PyO3 version
0.18.3
How did you install python? Did you use a virtualenv?
Python was preinstalled. I used virtual env via venv library
Additional Info
No response
The text was updated successfully, but these errors were encountered: