Garjy / ice-cache-explorer

Automatically exported from code.google.com/p/ice-cache-explorer
GNU General Public License v3.0
0 stars 0 forks source link

underlying c/c++ object has been deleted #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i downloaded the ice-cache-explorer code, i downloaded pyopengl and 
compiled/installed from source, i then downloaded numpy and compiled/installed 
from source. lastly i found a pre compiled h5py for 64bit windows and installed 
that. then i ran...

>cd c:\dev_local\ice-cache-explorer
>main.py

i got...
ICE Cache Explorer Copyright (C) 2010  M.A.Belzile
Traceback (most recent call last):
  File "C:\dev_local\ice-cache-explorer\main.py", line 35, in <module>
    mainWin = ICECacheExplorerWindow()
  File "C:\dev_local\ice-cache-explorer\iceexplorer.py", line 75, in __init__
    self._create_actions()
  File "C:\dev_local\ice-cache-explorer\iceexplorer.py", line 205, in _create_actions
    self.load_cache_folder_act = QtGui.QAction(QtGui.QIcon(r'./resources/load-cache-folder.png'), "&Load Cache Folder...", self, statusTip="Load Cache Folder", triggered=self._load_cache_folder)
TypeError: keyword arguments are not supported
Exception RuntimeError: 'underlying C/C++ object has been deleted' in <bound 
method ICEDataLoader.__del__ of <icedataloader.ICEDataLoader object at 
0x0000000004800C48>> ignored

Original issue reported on code.google.com by car...@gmail.com on 4 Oct 2011 at 12:12

GoogleCodeExporter commented 8 years ago
what i have installed...

python 2.6.6 64bit
pyqt 4.6 for python 2.6
pyopengl 3.0.1 from python 2.6
numpy 1.6.1 for python 2.6
h5py 2.0.1 for python 2.6

Original comment by car...@gmail.com on 4 Oct 2011 at 12:23

GoogleCodeExporter commented 8 years ago
TypeError: keyword arguments are not supported

Either load-cache-folder.png was not found and the QAction ctor failed or there 
is an issue with PyQt 4.6, I'm using 4.7.2/Win64.

-mab

Original comment by mab...@gmail.com on 23 Dec 2011 at 3:21