This topic is actually some sort of continuation of my previous topic [104] Implemented hydrogen bond visualization: http://mgl.scripps.edu/forum/viewtopic.php?f=25&t=1585.
Well, as far as I understood the changeset 104 is not compatible with PyRx 0.8 (see Problem with Changeset 89: http://mgl.scripps.edu/forum/viewtopic.php?f=25&t=1538&p=3808), so I uninstalled PyRx 0.8.
I installed PyRx 0.7 (in a custom folder: "C:\Program Files(x86)\PyRx07") and I applied the following changesets: 86 (successfully), 87 (successfully) and 88 (half-successfully: PyRx 0.7 is running with no errors / but I still can't see the update tab in menu...).
I tried to apply the changeset 89 but I received an error:
- Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 92, in <module>
startPyRx()
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 39, in startPyRx
frame = MainFrame(None, -1, size=(width, height-200))
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\wxMainFrame.py", line 132, in __init__
self.molNav = MolNavigator(self) #Navigator -> Molecules tab
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\molNavigator.py", line 26, in __init__
CT.CustomTreeCtrl.__init__(self, frame.navigator, id=-1, agwStyle=style)
TypeError: __init__() got an unexpected keyword argument 'agwStyle'
Problem starting PyRx. Please visit PyRx forum for a possible solution: http://mgl.scripps.edu/forum
So, I rolled-back the changeset 89 and PyRx 0.7 started properly.
2nd test: I tried to apply the changeset 104 but I received an error (almost the same, but with "bonus"):
- Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 92, in <module>
startPyRx()
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 39, in startPyRx
frame = MainFrame(None, -1, size=(width, height-200))
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\wxMainFrame.py", line 134, in __init__
self.molNav = MolNavigator(self) #Navigator -> Molecules tab
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\molNavigator.py", line 24, in __init__
CT.CustomTreeCtrl.__init__(self, frame.navigator, id=-1, agwStyle=style)
TypeError: __init__() got an unexpected keyword argument 'agwStyle'
Problem starting PyRx. Please visit PyRx forum for a possible solution: http://mgl.scripps.edu/forum

3rd test: I tried to apply the changesets 89 and 104 but I received the following errors:
- Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 92, in <module>
startPyRx()
File "C:\Program Files (x86)\PyRx07\runPyRx.py", line 39, in startPyRx
frame = MainFrame(None, -1, size=(width, height-200))
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\wxMainFrame.py", line 134, in __init__
self.molNav = MolNavigator(self) #Navigator -> Molecules tab
File "C:\Program Files (x86)\PyRx07\lib\site-packages\PyRx\molNavigator.py", line 24, in __init__
CT.CustomTreeCtrl.__init__(self, frame.navigator, id=-1, agwStyle=style)
TypeError: __init__() got an unexpected keyword argument 'agwStyle'
Problem starting PyRx. Please visit PyRx forum for a possible solution: http://mgl.scripps.edu/forum

So... I rolled-back changesets 89 and 104 and PyRx 0.7 started properly (changesets 86, 87 and 88 are still applied).
I really need to use the features of changesets 89 and 104! Whit what version of PyRx are those two compatible and what modifications (changesets) are prerequired before applying them?
PS: I installed PyRx 0.6 (in a custom folder: "C:\Program Files(x86)\PyRx06") and it is not running - PyRx 0.7 is still running without changesets 89 and 104.
Thanks to anybody who read my short novel


