View Single Post
  #3  
Old 04-21-2013, 09:34 PM
cgsong58 cgsong58 is offline
Member
 
Join Date: Apr 2013
Posts: 7
I think I have refer to files in correctly.

Quote:
Originally Posted by Jeff View Post
Which examples did you have trouble running? Vizard should be able to load the .jpgx files included with Teacher in a Book. Those files can be referenced without the 'x' added to the extension in the script.
Balloon example (p19)
Even though I hace used 'art/balloon.IVEx'
I have the following error message:

Traceback (most recent call last):
File "<string>", line 11, in <module>
File "C:\WorldViz\Vizard1.py", line 10, in <module>
balloon = viz.add( 'art/balloon.IVEx' )
File "C:\Program Files (x86)\WorldViz\Vizard4\python\viz.py", line 9407, in add
raise ValueError, 'Unrecognized file extension: '+fileType
ValueError: Unrecognized file extension: IVEX
** Load Time: 0.08 seconds
Reply With Quote