Skip to content

PluginManager.rezplugins_module_paths breaks with zipped Python #1108

Closed
@Ed-Whetstone-RT

Description

@Ed-Whetstone-RT

When I run the code below, I get an error stating that zipimporter object has no attribute path

I'm using Python 3.9.1 Embeddable and Rez 2.93 on Windows. I think this is related to the embeddable python using a zipped directory to store the standard library.

If I use my system python rather than the packaged embeddable python, this code runs fine.

from rez.plugin_managers import RezPluginManager
RezPluginManager().rezplugins_module_paths

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