hi,
i use 3dsmax2014 - Python 2.7 all x64
i'have this simple script
"print 'hello'" with in listener pymax.run "path/to/hello.py"
and nothing appear in the listenr, i can't track my printing
all other work fine :
"
from Py3dsMax import mxs
print "Creating sphere ..."
mxs.Sphere(name="MySphere")
"
i have a sphere in 3dsmax, but no printing
blur python ships with it's own listener for this very reason...
try to use that instead. it's very handy.