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

AttributeError: 'str' object has no attribute 'extend' #72

Open
vas2201 opened this issue Oct 24, 2022 · 1 comment
Open

AttributeError: 'str' object has no attribute 'extend' #72

vas2201 opened this issue Oct 24, 2022 · 1 comment

Comments

@vas2201
Copy link

vas2201 commented Oct 24, 2022

@scandium:/projects/LigandNMR/test1$ python3 ../DP5-master/PyDP4_GUI.py
/projects/LigandNMR/test1/../DP5-master/PyDP4_GUI.py:8: MatplotlibDeprecationWarning:
The matplotlib.backends.backend_qt4agg backend was deprecated in Matplotlib 3.3 and will be removed two minor releases later.
from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
QLayout: Attempting to add QLayout "" to CalculationTab "", which already has a layout
QLayout: Attempting to add QLayout "" to CalculationTab "", which already has a layout
QLayout: Attempting to add QLayout "" to CalculationTab "", which already has a layout
QLayout: Attempting to add QLayout "" to CalculationTab "", which already has a layout
Traceback (most recent call last):
File "/home/nmrbox/spenumutchu/projects/LigandNMR/test1/../DP5-master/PyDP4_GUI.py", line 2600, in runPyDP4
self.NMRData, self.Isomers, self.settings, self.DP4Data,self.DP5Data = PyDP4.main(ui.table_widget.Tab1.settings)
File "/home/nmrbox/spenumutchu/projects/LigandNMR/DP5-master/PyDP4.py", line 203, in main
settings.InputFiles.extend(StructureInput.GenerateSDFFromTxt(settings.Smiles, 'Smiles'))
AttributeError: 'str' object has no attribute 'extend'
Aborted (core dumped)
(DP5) @scandium:/projects/LigandNMR/test1$

@vas2201
Copy link
Author

vas2201 commented Oct 25, 2022

If possible, could you please mention what is sofware /lib versions of python, matplotlib and others
that are compatibale to run PD5 ?

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