Subj : Really in need of help...
To : all
From : BadAssBradders
Date : Sun Dec 04 2022 02:28 pm
Hi guys,
I cannot for the life of me figure out why I am getting a Python version
mismatch error on my scripts within my BBS, as well as not being able to run
imported modules. I have Python 2.7 and 3.5 both installed. The imported
modules work just fine on the Raspberry Pi from the respective python shells,
ie no errors. Yet when I add them into my scripts I get the error...
"import error: no module named tweepy" etc...
I am guessing that the two problems are connected(?), this is the mismatch
error...
"sys:1: RuntimeWarning: Python C API version mismatch for module mystic_{error:
The Python has API version 1013, module mystic_error has version 1993212917."
The error then repeats again.
The strange thing is that if I run the script without the installed modules set
at the beginning, I get the same error for the mismatch but the script still
runs in the Mystic BBS.