Posted: Thu Feb 09, 2012 10:06 am
Joined: 09 Feb 2012
Posts: 1
Hi,
I would like to import a VRML 2.0 file (just to export this in other extension), but I have this error :
Posted: Mon Apr 02, 2012 12:59 pm
Joined: 05 Apr 2009
Posts: 692
seems to be a bug in the script
http://stackoverflow.com/questions/5471158/typeerror-str-does-not-support-the-buffer-interface
It occurs if the VRML file is gzip-compressed (*.wrz)
Unpack the inside *.wrl, e.g. using 7-Zip and try to load that one.
You should
submit a bug report_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Posted: Thu Dec 13, 2012 2:06 pm
Joined: 13 Dec 2012
Posts: 2
I suffer from the same problem, with the same error message.
The file that I am trying to import ist not gzipped, it is in *.wrl format.
Any news on this one? I desperately need the import function. I am completely new to the world of blender. I know a bit of python (although 2.x, and more data analysis related, no big projects code experience), but I have not the slightest Idea on where to start. If somebody can point me in the right direction or tell me how I can help, I would be glad.
best, Georg
Posted: Sat Dec 15, 2012 11:41 am
Joined: 05 Apr 2009
Posts: 692
i tested a simple wrl file i found on the web and it seems to work just fine in blender 2.65, what's your version?
_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Posted: Mon Dec 17, 2012 10:20 pm
Joined: 13 Dec 2012
Posts: 2
| CoDEmanX wrote: |
| i tested a simple wrl file i found on the web and it seems to work just fine in blender 2.65, what's your version? |
also 2.65. with the thought that the file I am actually trying to read might be corrupted, I also tested some file from the internet with the same error. Please give me the link to yours, so we test the same file (I forgot mine ... )
best, georg
Posted: Mon Dec 17, 2012 11:57 pm
Joined: 05 Apr 2009
Posts: 692