• Python RuntimeWarning

    From StackFault@21:1/172 to g00r00 on Thu Mar 21 13:42:38 2019
    Hi!

    I recently came across this warning from Python on a Pi A43 installation:

    sys:1: RuntimeWarning: Python C API version mismatch for module __mysticerror__:
    This Python has API version 1013, module __mysticerror__ has version 2126447605.

    sys:1: RuntimeWarning: Python C API version mismatch for module mystic_bbs:\ This Python has API version 1013, module mystic_bbs has version 2126447605.

    While this appears to be only a warning, it seems to hide the actual Python error preventing the module from running properly.

    Have you ever encountered a similar warning?

    It seems to be Pi specific.

    Cheers!

    |15 ▀ ▐ |15StackFault |08<|03.|11.|15P|11h|03EN|11o|15M|11.|03.|08>
    |11 ▌ ▀ |11The Bottomless Abyss BBS
    |03 ▀ ▌▀ |03ssh|08.|072222 |08/ |03telnet|08.|072023 |08/ |03https
    |08 ▄■▐ |08bbs|07.|08bottomlessabyss|07.|08net

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From g00r00@21:1/108 to StackFault on Sun Mar 24 02:54:35 2019
    sys:1: RuntimeWarning: Python C API version mismatch for module __mysticerror__:
    This Python has API version 1013, module __mysticerror__ has version 2126447605.

    While this appears to be only a warning, it seems to hide the actual Python error preventing the module from running properly.

    Check errors.txt the Python error should be logged there. If not let me know.

    Have you ever encountered a similar warning?

    Someone else reported this to me and I think they were using a Pi, but I've never been able to reproduce it. What version of Python do you have installed? And I am assuming this is Linux/64?

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From g00r00@21:1/108 to StackFault on Sun Mar 24 04:27:47 2019
    I recently came across this warning from Python on a Pi A43 installation:

    sys:1: RuntimeWarning: Python C API version mismatch for module __mysticerror__:
    This Python has API version 1013, module __mysticerror__ has version 2126447605.

    I made a change in the code to hard code the 1013 API version (before this change it was a variable). I have no idea if that will help but when I get
    A44 around we can test it then.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)