src/eric7/Project/ProjectFormsBrowser.py

branch
server
changeset 10747
75f429f95ada
parent 10708
a6094987c1be
parent 10744
0ed2b5e4e1ea
child 11006
a671918232f3
equal deleted inserted replaced
10746:b8fae72eb04d 10747:75f429f95ada
917 uicompiler = self.getUiCompiler() 917 uicompiler = self.getUiCompiler()
918 if not uicompiler: 918 if not uicompiler:
919 return None 919 return None
920 920
921 ofn, _ext = os.path.splitext(fn) 921 ofn, _ext = os.path.splitext(fn)
922 fn = os.path.join(self.project.ppath, fn)
923 922
924 if self.project.getProjectLanguage() == "Python3": 923 if self.project.getProjectLanguage() == "Python3":
925 dirname, filename = os.path.split(ofn) 924 dirname, filename = os.path.split(ofn)
926 self.compiledFile = os.path.join(dirname, "Ui_" + filename + ".py") 925 self.compiledFile = os.path.join(dirname, "Ui_" + filename + ".py")
927 926

eric ide

mercurial