Has anyone successfully built pymol 0.95 under Fedora Core 2? Are there any particular tricks? My first attempt of just editing Rules.make to change python2.2 to python2.3 allowed the compilation to finish but I get the following run-time error...
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/src/build/394694-i386/install/usr/lib/python2.3/threading.py", line 436, in __bootstrap self.run() File "/usr/src/build/394694-i386/install/usr/lib/python2.3/threading.py", line 416, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/pymol/modules/pmg_tk/__init__.py", line 33, in run PMGApp(balloon_state='both').run() File "/usr/local/pymol/modules/pmg_tk/AbstractApp.py", line 80, in __init__ self.__createInterface() File "/usr/local/pymol/modules/pmg_tk/AbstractApp.py", line 271, in __createInterface self.__createMenuBar() File "/usr/local/pymol/modules/pmg_tk/AbstractApp.py", line 188, in __createMenuBar self.menuBar.addmenu('File', 'File Input',tearoff=TRUE) File "/usr/local/pymol/modules/Pmw/Pmw_1_1/lib/PmwMenuBar.py", line 91, in addmenu traverseSpec, side, 'text', kw) File "/usr/local/pymol/modules/Pmw/Pmw_1_1/lib/PmwMenuBar.py", line 115, in _addmenu self._addHotkeyToOptions(parentMenuName, kw, textKey, traverseSpec) File "/usr/local/pymol/modules/Pmw/Pmw_1_1/lib/PmwMenuBar.py", line 188, in _addHotkeyToOptions underline = string.atoi(menubutton.cget('underline')) File "/usr/src/build/394694-i386/install/usr/lib/python2.3/string.py", line 220, in atoi return _int(s, base) TypeError: int() can't convert non-string with explicit base Any idea what that is all about? Perhaps a newer Pmw is needed? Jack