Friday, 15 February 2013

How to resolve IntelliJ IDEA not knowing Python's print? -


Although it knows all the general imports, for some reasons, print of IntellJ IDEA with the Python plugin Code>. Since this only applies to print , other solutions mentioned in other similar questions (like invalidating the cache) do not work. So,

How to tell IntelliJ IDEA's Python plugin that print is a builtin?

<__ builtin__ import print ("hello") to

You can simply import the built-in module.


No comments:

Post a Comment