No module named ceed

Forum for support and development discussion regarding the python based unified editor tool for CEGUI, known as CEED.

Moderators: CEGUI MVP, CEGUI Team

paul424
Just popping in
Just popping in
Posts: 16
Joined: Thu Mar 28, 2013 12:33

No module named ceed

Postby paul424 » Sun Dec 22, 2013 13:49

After building and launching CEED my joy hasn't last long :((( .
After one app crash ( should it matter ?! >_> ) Now I get

Code: Select all

ImportError: No module named ceed

Tough everything is set as before ... >_>

paul424
Just popping in
Just popping in
Posts: 16
Joined: Thu Mar 28, 2013 12:33

Re: No module named ceed

Postby paul424 » Sun Dec 22, 2013 14:16

MY_OWN_ANSWER:

In PYTHON language there is no explicit module keyword or construct, instead every file with .py or directory with __init__.py is a module.
Such file is at ceed/ceed/__init__.py

So one has to add it to $PYTHONPATH var.
So far I have ended with such bash command :

Code: Select all

export PYTHONPATH=/home/tom/tmp_build/cegui/build/lib/:/home/tom/tmp_build/ceed/bin/:/home/tom/tmp_build/ceed/


Return to “Official Unified CEGUI Editor Tool (CEED)”

Who is online

Users browsing this forum: No registered users and 10 guests