ikabot icon indicating copy to clipboard operation
ikabot copied to clipboard

loadCustomModule issue with latest Python version

Open susikaman opened this issue 8 months ago • 0 comments

Bug explanation

I just switched OS from Windows Server 2019 with Python 3.11 into Ubuntu with Python 3.12 and the loadCustomModule function stopped working. After investigating the issue, I can confirm that the issue lies within the loadCustomModule function since the same loaded module works perfectly fine when used built-in. The problem seems to be with the read() function specifically, I guess something around this broke after switching from Python 3.11 to 3.12? So far I've used Python 3.10 and 3.11 without any issues, this is my first time running the loadCustomModule function with Python 3.12 and everything else seems to work perfectly fine, including read() with all the built-in functions.

Operating System

Ubuntu 24.04

Ikabot installation

I downloaded the pre-built Windows binary

Ikabot version

7.0.3

Python version

Python 3.12.3

susikaman avatar Jun 29 '24 08:06 susikaman