No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi all, I have 2 form and a main.py in the project: ffrend.py and fmain.py main.py: from PyQt4 import QtCore, QtGui from fmain import * if __name__ == "__main__": import sys app = QtGui.QApplication(sys.argv) MainWindow = QtGui.QMainWindow() ui = Ui_MainWindow() ui.setupUi(MainWindow) MainWindow.show() app.exec_() fmain.py (there is a button to execute …
Hello. Sorry for repost and bad english. I searched all files and directories but only got: new.py in C:\Python27\Lib. I tried to rename it to: NEW.py but it didn't solve the erro. Please help! File "C:\Python27\lib\site-packages\pygraphviz\graphviz.py", line 9, in <modul > new_instancemethod = new.instancemethod ttributeError: 'module' object has no attribute …
The End.