Jump to content

jhutchings

Dormant
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jhutchings

  1. hey!

    I just installed Cura on windows 10 but i can't start it up because it doesn't go past the splash screen. does anyone know what to make of the log? thanks

    ERROR:Cura\util\pymclevel\materials.py:Failed to read minecraft.yaml using pkg_resources. Trying pymclevel\minecraft.yaml instead.
    Traceback (most recent call last):
     File "Cura\util\pymclevel\materials.py", line 159, in addYamlBlocksFromFile
       import pkg_resources
     File "C:\Program Files (x86)\Cura_15.04.4\python\lib\site-packages\pkg_resources.py", line 698, in 
       class Environment(object):
     File "C:\Program Files (x86)\Cura_15.04.4\python\lib\site-packages\pkg_resources.py", line 701, in Environment
       def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
     File "C:\Program Files (x86)\Cura_15.04.4\python\lib\site-packages\pkg_resources.py", line 96, in get_supported_platform
       plat = get_build_platform(); m = macosVersionString.match(plat)
     File "C:\Program Files (x86)\Cura_15.04.4\python\lib\site-packages\pkg_resources.py", line 221, in get_build_platform
       from distutils.util import get_platform
    ImportError: No module named distutils.util
    Traceback (most recent call last):
     File "C:\Program Files (x86)\Cura_15.04.4\python\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14660, in 
       lambda event: event.callable(*event.args, **event.kw) )
     File "Cura\gui\splashScreen.py", line 15, in DoCallback
       self.callback()
     File "Cura\gui\app.py", line 103, in afterSplashCallback
       from Cura.gui import mainWindow
     File "Cura\gui\mainWindow.py", line 22, in 
       from Cura.gui.tools import minecraftImport
     File "Cura\gui\tools\minecraftImport.py", line 14, in 
       from Cura.util.pymclevel import mclevel
     File "Cura\util\pymclevel\__init__.py", line 4, in 
       from indev import MCIndevLevel
     File "Cura\util\pymclevel\indev.py", line 63, in 
       from level import MCLevel
     File "Cura\util\pymclevel\level.py", line 7, in 
       import blockrotation
     File "Cura\util\pymclevel\blockrotation.py", line 1, in 
       from materials import alphaMaterials
     File "Cura\util\pymclevel\materials.py", line 292, in 
       alphaMaterials.addYamlBlocksFromFile("minecraft.yaml")
     File "Cura\util\pymclevel\materials.py", line 168, in addYamlBlocksFromFile
       f = file(path)
    IOError: [Errno 2] No such file or directory: 'pymclevel\\minecraft.yaml'
    

×
×
  • Create New...