PyCEGUI for 0.7.6
Moderators: CEGUI MVP, CEGUI Team
PyCEGUI for 0.7.6
Anywhere I can download the latest for PyCEGUI that works with 0.7.6, the last one I found was using 0.7.5
Re: PyCEGUI for 0.7.6
It's in the official release tarball, as it always has been.
EDIT: I realised that you probably meant Windows built installer or something like that. On pypy... I haven't gotten to that yet, if someone builds it, please shoot me a mail, I will test and upload if it works.
EDIT: I realised that you probably meant Windows built installer or something like that. On pypy... I haven't gotten to that yet, if someone builds it, please shoot me a mail, I will test and upload if it works.
Re: PyCEGUI for 0.7.6
Kulik wrote:It's in the official release tarball, as it always has been.
EDIT: I realised that you probably meant Windows built installer or something like that. On pypy... I haven't gotten to that yet, if someone builds it, please shoot me a mail, I will test and upload if it works.
I'm going to try to build it I found the steps on here yesterday.
Re: PyCEGUI for 0.7.6
I tried to compile and use it with python 2.7.3 and it doesn't matter if I'm doing 0.7.5 or 0.7.6 both seem to crash python when I try to use them, is there something I'm doing wrong? Do I need to compile boost myself?
Re: PyCEGUI for 0.7.6
If it crashes straight after import you are definitely doing something wrong. Please debug and provide info I can use to figure out what...
Re: PyCEGUI for 0.7.6
Kulik wrote:If it crashes straight after import you are definitely doing something wrong. Please debug and provide info I can use to figure out what...
Wish it was a crash after an import, unfortunately it appears to be related to the code that is integrating cegui into panda3d. I'm working on figuring it out buy my PyCEGUI.pyd file that I compile is quite larger than the one I downloaded that you compiled, do you happen to know what config.lua settings you used to make it?
Seems to be in the c++ code when I try to call setResourceGroupDirectory() for the first time to set it for schemes.
Re: PyCEGUI for 0.7.6
I have a distutils script for Windows in PythonScriptEngine/bindings/distutils. That's what I usually use to create the builds as it creates an installer automatically for me.
I don't think I use any special options, the script automatically chooses options suitable for the python version that you use to run it.
I don't think I use any special options, the script automatically chooses options suitable for the python version that you use to run it.
Re: PyCEGUI for 0.7.6
Kulik wrote:I have a distutils script for Windows in PythonScriptEngine/bindings/distutils. That's what I usually use to create the builds as it creates an installer automatically for me.
I don't think I use any special options, the script automatically chooses options suitable for the python version that you use to run it.
I tried running that and when it gets to the linking it fails to find the CEGUIBase.lib file so I'm guessing there was a error when it built that library?
Re: PyCEGUI for 0.7.6
Check the script, there are path variables on the top, edit them to suit your needs.
Re: PyCEGUI for 0.7.6
Yeah I noticed that, still looking into why i'm crashing.
Return to “Bug Reports, Suggestions, Feature Requests”
Who is online
Users browsing this forum: Google [Bot] and 14 guests
