Skip to content

Missing Python Plugin Imports for PyRight and Runtime Standalone #9

Description

@duttonw

Issue:
This plugin can't compile on its own, it is Missing Imports;

/ckanext-files/ckanext/files_manager/collection.py:9:6 - error: Import "ckanext.ap_main.collection.base" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:16:6 - error: Import "ckanext.collection.types" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:17:6 - error: Import "ckanext.collection.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:18:6 - error: Import "ckanext.collection.utils.data.model" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/plugin.py:10:6 - error: Import "ckanext.collection.interfaces" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:12:6 - error: Import "ckanext.ap_main.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:13:6 - error: Import "ckanext.collection.shared" could not be resolved (reportMissingImports)

Based on my google fu, I believe it's these two plugins, what is the min version that needs to be installed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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