Ok, so i've been trying to model my buildings in Google Sketchup because i am not familiar with Blender at all,
and then when i get the buildings done, i should be able to export them as a .KMZ, then extract the .dae from that
and then import said .dae into blender, but for some reason whenever i try to import, blender gives me an error message
FEEDBACK: Illusoft Collada 1.4 Plugin v0.3.161 started
Traceback (most recent call last):
File "C:\Documents and Settings\Dorian\Application Data\Blender Foundation\Ble
nder\.blender\scripts\bpymodules\colladaImEx\cstartup.py", line 681, in ButtonEv
ent
onlyMainScene, applyModifiers)
File "C:\Documents and Settings\Dorian\Application Data\Blender Foundation\Ble
nder\.blender\scripts\bpymodules\colladaImEx\translator.py", line 111, in __init
__
self.__Import(fileName)
File "C:\Documents and Settings\Dorian\Application Data\Blender Foundation\Ble
nder\.blender\scripts\bpymodules\colladaImEx\translator.py", line 118, in __Impo
rt
documentTranslator.Import(fileName)
File "C:\Documents and Settings\Dorian\Application Data\Blender Foundation\Ble
nder\.blender\scripts\bpymodules\colladaImEx\translator.py", line 298, in Import
self.colladaDocument.LoadDocumentFromFile(fileName)
File "C:\Documents and Settings\Dorian\Application Data\Blender Foundation\Ble
nder\.blender\scripts\bpymodules\colladaImEx\collada.py", line 75, in LoadDocume
ntFromFile
doc = parse( filename )
File "C:\PYTHON22\LIB\xml\dom\minidom.py", line 962, in parse
return _doparse(pulldom.parse, args, kwargs)
File "C:\PYTHON22\LIB\xml\dom\minidom.py", line 953, in _doparse
events = apply(func, args, kwargs)
File "C:\PYTHON22\LIB\xml\dom\pulldom.py", line 328, in parse
parser = xml.sax.make_parser()
File "C:\PYTHON22\LIB\xml\sax\__init__.py", line 93, in make_parser
raise SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
Does anybody else model this way ,and if so, how did you fix this error?