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

Missing cealign module #4019

Closed
totucuong opened this issue Aug 3, 2022 · 2 comments
Closed

Missing cealign module #4019

totucuong opened this issue Aug 3, 2022 · 2 comments

Comments

@totucuong
Copy link

Setup

I am reporting a problem with Biopython version, Python version, and operating
system as follows:

import sys; print(sys.version)
import platform; print(platform.python_implementation()); print(platform.platform())
import Bio; print(Bio.__version__)

CPython
Darwin-21.5.0-x86_64-i386-64bit
1.79

Expected behaviour

cealign should be imported using:

import Bio.PDB.cealign

Actual behaviour

Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'Bio.PDB.cealign'

Steps to reproduce

Just import the cealign module

@JoaoRodrigues
Copy link
Member

JoaoRodrigues commented Aug 3, 2022 via email

@totucuong
Copy link
Author

Thanks @JoaoRodrigues. It makes sense now :)

@peterjc peterjc closed this as completed Aug 9, 2022
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

3 participants