Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jul 30, 2015 · 2 comments
Open

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

GoogleCodeExporter opened this issue Jul 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant