View Single Post
  #2  
Old 09-10-2004, 02:01 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The file scenery.py is trying to import the module object3d from the package include.

This means there must be a directoy in the python path called include. Inside this directoy their should be a file called __init__.py and object3d.py. Most likely one or more of these files are missing. Make sure the include directory is in the same directory as scenery.py.

Let me know if you need anymore help.
Reply With Quote