opicron / mysticbbs-rjam

GNU General Public License v3.0
8 stars 1 forks source link

API mismatch for module mystic_bbs #4

Closed nolageek closed 1 year ago

nolageek commented 1 year ago

I keep getting this error:

Python execution exception C API version mismatch for module mystic_bbs: This Python has API version 1013, module mys Press a key version 23135221.

opicron commented 1 year ago

The module mystic_bbs is written by g00r00, the author of Mystic BBS. Maybe this is some version mismatch with Python? Do other Python scripts run fine?

nolageek commented 1 year ago

The python demos work in the demos menu. I'm running python27.

This is the full error:

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

opicron commented 1 year ago

This has almost nothing to do with mystic_bbs module at all, I fear. The warning message you're receiving come as a result of using an ".so" file generated via compilation using one version of Python but used under another version of Python.

opicron commented 1 year ago

the fact that other scripts run, which might not include mystic bbs module, means that they are compatible with the api calls.

nolageek commented 1 year ago

SHould this be run with python 2 or 3? (I have python27 and python311 installed)

opicron commented 1 year ago

Python 2.7 should be correct.

opicron commented 1 year ago

Did you manage to fix it already? If yes, please update to new release here-- there was a logic issue in code, sorry.

nolageek commented 1 year ago

I had not managed to fix it! I'll download when I get home and will test it!

"Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." ~ Douglas Adams

On Wed, Feb 15, 2023 at 2:12 PM Robbert Langezaal @.***> wrote:

Did you manage to fix it already? If yes, please update to new release here-- there was a logic issue in code, sorry.

— Reply to this email directly, view it on GitHub https://github.com/opicron/mysticbbs-rjam/issues/4#issuecomment-1431880559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWLY6QPMU4QWBMGWKAJAWTWXUTDNANCNFSM6AAAAAAUJB7ETA . You are receiving this because you authored the thread.Message ID: @.***>

opicron commented 1 year ago

Closed, wontfix.