Page 1 of 1
Running CEED error
Posted: Tue Mar 07, 2017 07:38
by vanac
I have build ceed as
http://cegui.org.uk/wiki/Building_CEED_ ... ng_PyCEGUIbut failed to run.
CEGUI:0.8.7
CEED: 0.8
error message:
Trace Back(most recent call last)
File "ceed-gui",line 89,in <module>
main()
File"ceed-gui",line 28,in main
from ceed import prerequisites
ImportError: No module named ceed
Re: Running CEED error
Posted: Tue Mar 07, 2017 07:47
by Ident
You need PyCEGUIOpenGLRenderer.pyd and PyCEGUI_d.pyd built from the C++ project. Did you do that and are they referred to from your ceed project?
Re: Running CEED error
Posted: Tue Mar 07, 2017 07:47
by Ident
You also need all the dependencies for those two libs present in the same folder where they lie.
Re: Running CEED error
Posted: Tue Mar 07, 2017 12:35
by vanac
Here is my config,Could you find any question?
Re: Running CEED error
Posted: Tue Mar 07, 2017 19:24
by Ident
Ident wrote:You also need all the dependencies for those two libs present in the same folder where they lie.
I dont see them in your screenshot.
Re: Running CEED error
Posted: Wed Mar 08, 2017 01:50
by vanac
I have built depency source and put all the file of bin folder to the same folder.
and runwrapper.bat, same problem occured.
Re: Running CEED error
Posted: Wed Mar 08, 2017 06:37
by Ident
boost_python-vc90-mt-1_55.dll (or whatever version you linked) ?