Page MenuHome

Python Console not working on Windows
Closed, ResolvedPublic

Description

System Information
Windows 10, 64 bit

Blender Version
Broken: a30c9f710a6

Short description of error
When going into the python console editor and typing in commands, it gives me this error once you hit enter:

Traceback (most recent call last):
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\scripts\startup\bl_operators\console.py", line 55, in execute
    return execute(context, self.interactive)
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\scripts\modules\console_python.py", line 137, in execute
    console, stdout, stderr = get_console(hash(context.region))
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\scripts\modules\console_python.py", line 59, in get_console
    from code import InteractiveConsole
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\code.py", line 9, in <module>
    import traceback
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\traceback.py", line 5, in <module>
    import linecache
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\linecache.py", line 11, in <module>
    import tokenize
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\tokenize.py", line 33, in <module>
    import re
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\re.py", line 122, in <module>
    import enum
  File "D:\Software\Blender\Builds\blender-2.80.0-git.a30c9f710a6-windows64\2.80\python\lib\enum.py", line 2, in <module>
    from types import MappingProxyType, DynamicClassAttribute
  File "C:\Users\Julien Kaspar\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\types.py", line 2, in <module>
    from . import bl_utils as BU
ImportError: attempted relative import with no known parent package

location: <unknown location>:-1

Event Timeline

Jacques Lucke (JacquesLucke) changed the task status from Unknown Status to Resolved.Oct 19 2018, 2:06 PM

There was a file in the addons directory that did not belong there.