You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set PYMSBUILD_CONFIG wrong, the first indication is typically Python failing to import it. If you set it at a directory, the import may even succeed.
We should wrap up the import call and if it fails, do some basic checks to see if anything obvious is bad:
config is not a file
config does not exist
The text was updated successfully, but these errors were encountered:
If you set
PYMSBUILD_CONFIG
wrong, the first indication is typically Python failing to import it. If you set it at a directory, the import may even succeed.We should wrap up the import call and if it fails, do some basic checks to see if anything obvious is bad:
The text was updated successfully, but these errors were encountered: