Skip to content

missing recent_project attribute for pymolpro #310

@ajmay81

Description

@ajmay81

Fresh miniconda install and then prerequisites installed via:

curl -LsO https://raw.githubusercontent.com/molpro/iMolpro/master/requirements.txt && conda install -y --file=requirements.txt

Then when launching iMolpro.py one sees:

Traceback (most recent call last):
  File "/host/iMolpro.py", line 94, in <module>
    chooser = Chooser(window_manager)
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/host/Chooser.py", line 50, in __init__
    self.populate_recent_project_box()
  File "/host/Chooser.py", line 212, in populate_recent_project_box
    f = pymolpro.recent_project('molpro', i)
        ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pymolpro' has no attribute 'recent_project'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions