GodotPythonJSONRPC/addons/KiriPythonRPCWrapper/TODO.md
2024-07-14 12:58:20 -07:00

808 B

The big ones: - Handle bundling of the actual Python modules we want to use. - First-time setup of requirements (pip, etc). x Remove dependency on psutil. - Clean up removal of psutil. - Remove xterm dependency, or make it like a debug-only thing. - Test on WINE/Windows. - Documentation. - how to use .kiri_export_python

- Un-thread the GDScript side of PacketSocket.

- Fix whatever this is:
	SCRIPT ERROR: Assertion failed.
	  at: KiriPacketSocket._notification (res://addons/KiriPythonRPCWrapper/KiriPacketSocket/KiriPacketSocket.gd:70)

WARNING: A Thread object is being destroyed without its completion having been realized. Please call wait_to_finish() on it to ensure correct cleanup. at: ~Thread (core/os/thread.cpp:102)

- remove KiriPythonRPCWrapper_start.py
- remove test_rpc.py