Jump to content

slice396

Dormant
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by slice396

  1. When typing this command i got the error about the variabele not being defined. This is what i did (and it worked) Start > Right click on this pc > property's > Advanced systemsettings > Environment variables > New (im dutch so menu buttons may be different) Then i added a variable with the name APPDATA and the value C:\Users\(My name)\AppData\Roaming After that cura worked flawless Thanks
  2. Hello, When i try to start cura ( tried it with version 14.01 till 13.10) i get the splash screen and after that it closes. only working version is 12.10... the error in the output file is: # Generating comtypes.gen._683BF642_E9CA_4124_BE43_67065B2FA653_0_1_0 # Generating comtypes.gen.TaskbarLib Traceback (most recent call last): File "C:\Program Files (x86)\Cura_14.01\python\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14660, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "Cura\gui\splashScreen.py", line 16, in DoCallback self.callback() File "Cura\gui\app.py", line 75, in afterSplashCallback from Cura.gui import mainWindow File "Cura\gui\mainWindow.py", line 21, in <module> from Cura.gui.tools import minecraftImport File "Cura\gui\tools\minecraftImport.py", line 11, in <module> from Cura.util.pymclevel import mclevel File "Cura\util\pymclevel\__init__.py", line 4, in <module> from indev import MCIndevLevel File "Cura\util\pymclevel\indev.py", line 63, in <module> from level import MCLevel File "Cura\util\pymclevel\level.py", line 15, in <module> from mclevelbase import ChunkMalformed, ChunkNotPresent, exhaust File "Cura\util\pymclevel\mclevelbase.py", line 65, in <module> appDataDir = win32_appdata() File "Cura\util\pymclevel\mclevelbase.py", line 62, in win32_appdata return os.environ['APPDATA'].decode(sys.getfilesystemencoding()) File "C:\Program Files (x86)\Cura_14.01\python\lib\os.py", line 423, in __getitem__ return self.data[key.upper()] KeyError: 'APPDATA' couldn't find it on google so i hope someone here can tell me what im doing wrong... I'm working on windows 7. thanks
×
×
  • Create New...