If you run into further troubles, try explicitly directing your output the the pipe buffer you want ( Maya uses both )
print >> sys.stdout, "finished qprocess" print >> sys.__stdout__, "finished qprocess" Justin's method is better, just leaving this one as a note for further experimentation, hope it helps and all that. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1408f274-3176-476b-8295-a89ea17e6159%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
