Project/ProjectInterfacesBrowser.py

changeset 427
6af5d12cfecb
parent 248
f4561c24989a
child 461
34528aaedf1c
equal deleted inserted replaced
426:161992758137 427:6af5d12cfecb
475 args.append("-bpython") 475 args.append("-bpython")
476 args.append("-I.") 476 args.append("-I.")
477 477
478 fn = os.path.join(self.project.ppath, fn) 478 fn = os.path.join(self.project.ppath, fn)
479 self.idlFile = fn 479 self.idlFile = fn
480 args.append("-C%s" % os.path.dirname(fn)) 480 args.append("-C{0}".format(os.path.dirname(fn)))
481 args.append(fn) 481 args.append(fn)
482 482
483 self.connect(self.compileProc, SIGNAL('finished(int, QProcess::ExitStatus)'), 483 self.connect(self.compileProc, SIGNAL('finished(int, QProcess::ExitStatus)'),
484 self.__compileIDLDone) 484 self.__compileIDLDone)
485 self.connect(self.compileProc, SIGNAL('readyReadStandardOutput()'), 485 self.connect(self.compileProc, SIGNAL('readyReadStandardOutput()'),

eric ide

mercurial