```class PXNS1RecordProvider(ResourceProvider):```...
# python
l
Copy code
class PXNS1RecordProvider(ResourceProvider):
In this case I get the following error:
Copy code
error: Exception calling application: No module named 'pxglb'
If I copy paste the classes code into the "main" file (instead of the import), it works fine. Pulumi version: 2.4.0 Python version: 3.7.7