<br clear="all">hi<br>i have a problem with pylupdate4 .<br>so i devote some time to this. i have understood the problem.<br>i think pylupdate4 can&#39;t determine multiline triple-quoted strings in python sources codes.<br>
e.g:<br><br>def createMDIChild(self, childClass, name):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create new Child window in MDI mode .<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @param childClass: class of new form to create . <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @param name: obj internal name (String)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @return: Bool <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&quot;<br>it seems to go into an infinite loop.<br>how i can create ts files in this case ? is it a bug ?<br><br>-----------------------------------<br>Best Regards,
<br>Mehdi Bayazee