Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~11.6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for soibac

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 …

Member Avatar for RespectedCow
0
10K
Member Avatar for MSV22

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 …

Member Avatar for soibac
1
2K

The End.