View Single Post
  #1  
Old 03-20-2012, 06:52 AM
mhead10 mhead10 is offline
Member
 
Join Date: Mar 2012
Posts: 40
Failed to load jpeg

Hello,

I'm trying to simply import a .jpeg and then .wrl file from solidworks, however I've not been successful with either.

I saved an arbitrary jpeg (lake.jpeg) in the same folder as my python program (cube_test). I run the test script with the following code to import the picture:


import viz
viz.go()
background=viz.addChild('lake.jpeg')

I've also tried 'lake.jpg', as well as trying a .wrl file from solidworks. However, I alway get and error, like the following:

ERROR: Failed to load 'lake.jpeg'

Any thoughts on what I'm doing wrong?

Thanks ahead of time for any help!
Reply With Quote