my panda3d scene editor

Hi, it doesn’t start on my PC. :frowning: I receive:

Traceback (most recent call last):
  File "main.py", line 11, in <module>
    from gui import *
  File "/.../P3DE/gui.py", line 4, in <module>
    import sys, os, string, PyCEGUI
ImportError: No module named PyCEGUI

Anyway, some words about your deployment.

You shouldn’t put useless files inside your package. pyc files, log files, bak files, komodo files, …

Stick with a clear nomenclature. I would expect to find project information in files named like README, INSTALL, AUTHORS, LICENSE, CHANGELOG, …

If you want to distribute “only” the source version, write an installation guide (a guide for the installation of dependencies).

But, to be honest, I think you’d better deploy even a p3d version of your editor, too.

Put some screenshots of your work here, this will promote your work better.