Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Python Editor Intellisense Does NOT Work With "from import" Statement

$
0
0

I have my common scripts in file called CommonScripts. When I import that file, intellisense stops working. Why? If I comment out the from import line, intellisense works but then of course I cannot run/debug my code until I uncomment it.

from CommonScripts import *

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles