123 456

   2740   1   0
User Avatar
Member
48 posts
Joined: Sept. 2006
Offline
123.py nd 456.py placed in good locations, where Houdini can find it.

When they conatains only one “print” instruction - they work. anything else causes error and application exits.

for example

#!/usr/bin/python
print “456 done!”

works

#!/usr/bin/python
# AGAIN COMMENT
print “456 done!”

works too

#!/usr/bin/python
# COMMENT1
print “456 done!”
# AND COMMENT2

fails

import hou

fails.

what is wrong?

H10.0.295 winxp64

Thank you!
User Avatar
Member
48 posts
Joined: Sept. 2006
Offline
Linux version is free of this behaviour.

Thank you.
  • Quick Links