Forum: Poser Python Scripting


Subject: Dumbest Python question of the year PP2012-Mac

grichter opened this issue on Sep 26, 2011 ยท 6 posts


PhilC posted Thu, 29 September 2011 at 3:09 AM

Are you saying that if you run the script:-

################

print "Hello World"

################

that the text output window will open, with the text "Hello World", but you are unable to close the output window by clicking the "X" or equivalent on a Mac?

Because I can on mine.

Can you give an example of your script?
Do you have a loop still in progress?
A "while i < number:" but forgetting to increment i ?