WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-10-2004, 01:18 PM
bhs125 bhs125 is offline
Member
 
Join Date: Aug 2004
Location: IN
Posts: 1
new vizard user having trouble

I was trying to run some vizard programs and came across this import error:
File "<string>", line 2, in ?
File "main.py", line 5, in ?
from scenery import scenery
File ".\scenery.py", line 2, in ?
from include.object3d import object3d
ImportError: No module named include.object3d

I havent programmed the files and I am relatively new at this.
Could somebody comment or recommend some "help" options.

Reply With Quote
  #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
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:40 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC