kivy-designer icon indicating copy to clipboard operation
kivy-designer copied to clipboard

errors while trying to run simple application.

Open icegood opened this issue 6 years ago • 0 comments

Pre-conditions: Python 3.6.4 under winx64 steps to reproduce:

  1. run python -m designer
  2. create project and try to run it

expected result: new for is running actual result: building hangs. Error occurs: Unhandled exception in thread started by <function KivyConsole.on_enter..run_cmd at 0x0EA33420> Traceback (most recent call last): File "D:\downloads\kivy-designer\designer\components\kivy_console.py", line 658, in run_cmd creationflags=0) File "C:\python\python3\lib\subprocess.py", line 709, in init restore_signals, start_new_session) File "C:\python\python3\lib\subprocess.py", line 997, in _execute_child startupinfo) TypeError: CreateProcess() argument 8 must be str or None, not bytes

fixing of this error leads to another one:

nhandled exception in thread started by <function KivyConsole.on_enter..run_cmd at 0x0E4F6420> Traceback (most recent call last): File "D:\downloads\kivy-designer\designer\components\kivy_console.py", line 663, in run_cmd plat = platform() TypeError: 'str' object is not callable

icegood avatar Mar 11 '18 20:03 icegood