little-garage-43399
06/14/2020, 11:12 AMfrom pxglb import *
pxglb is a file with classes I have built. This import is worked fine, until I have added to pxflb file a new class, a "ResourceProvider" class
[1:05 PM] class PXNS1RecordProvider(ResourceProvider):
In this case I get the following error:
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