My python install can't find the 'mystic_bbs' module. Python runs fine but when In run the bbslink.py I get that error. I'm running
My python install can't find the 'mystic_bbs' module. Python runs
fine but when In run the bbslink.py I get that error. I'm running
I think you need to run bbslink.mpy with the right Mystic menu
command, isnt it GX?
How/where are you loading the script?
The installation text say's set it up as a GY menu command, and it's .py program. Right now I'm getting this error
sys:1: RuntimeWarning: Python C API version mismatch for module mystic_err PYTHON ERROR (c:\mystic\themes\default\scripts\bbslink.py)rsion 23004149.
File "c:\mystic\themes\default\scripts\bbslink.py", line 49, in <module>
Python has API version 1013, module mystic_bbs has version 23004149. th open('bbslink.json') as file:
The installation text say's set it up as a GY menu command, and it's program. Right now I'm getting this error
sys:1: RuntimeWarning: Python C API version mismatch for module mysti PYTHON ERROR (c:\mystic\themes\default\scripts\bbslink.py)rsion 23004
File "c:\mystic\themes\default\scripts\bbslink.py", line 49, in <mo
Python has API version 1013, module mystic_bbs has version 23004149. th open('bbslink.json') as file:
I think the Python version which is loaded in Mystic is incorrect. Maybe try Python 3 menu command?
It seems like a installed Python version(s) issue. Im on Ubuntu, never worked with Windows sorry to say.
Else I'd help more.
The installation text say's set it up as a GY menu command, and
it's .py program. Right now I'm getting this error
sys:1: RuntimeWarning: Python C API version mismatch for module
mystic_err PYTHON ERROR
(c:\mystic\themes\default\scripts\bbslink.py)rsion 23004149.
File "c:\mystic\themes\default\scripts\bbslink.py", line 49, in
<module>
Python has API version 1013, module mystic_bbs has version
23004149. th open('bbslink.json') as file:
I think the Python version which is loaded in Mystic is incorrect.
Maybe try Python 3 menu command?
It seems like a installed Python version(s) issue. Im on Ubuntu, never worked with Windows sorry to say.
Else I'd help more.
oP!
The installation text say's set it up as a GY menu command,and it's
program. Right now I'm getting this errormodule mysti
sys:1: RuntimeWarning: Python C API version mismatch for
PYTHON ERROR(c:\mystic\themes\default\scripts\bbslink.py)rsion 23004
File "c:\mystic\themes\default\scripts\bbslink.py", line49, in <mo
Python has API version 1013, module mystic_bbs has version23004149.
th open('bbslink.json') as file:
I think the Python version which is loaded in Mystic is
incorrect. Maybe try Python 3 menu command?
It seems like a installed Python version(s) issue. Im on Ubuntu,
never worked with Windows sorry to say.
Else I'd help more.
I'm running win 11 64 bit with python 2.7.18. I use the mpl version
with the "GY" command. I have no problems with this arrangement.
|11ogg
|11SysOp, Altair IV BBS
|11altairiv.ddns.net:2323
Hello RickV.
Replying to a msg dated 12 Jun 25 17:25, from I to opicron.
The last question I have is where does or where is the bbslink.json
file come from?
RickV
.....I'm running win 11 64 bit with python 2.7.18. I use the mpl version with the "GY" command. I have no problems with this arrangement.
ogg
Where did you get an mpl version?Sorry! Fat fingered it. It should be mpy!
RickV
Hello opicron.
05 Nov 70 14:15, you wrote to me:
My python install can't find the 'mystic_bbs' module. Python runs
fine but when In run the bbslink.py I get that error. I'm running
I think you need to run bbslink.mpy with the right Mystic menu command, isnt it GX?
How/where are you loading the script?
The installation text say's set it up as a GY menu command, and it's .py program. Right now I'm getting this error
sys:1: RuntimeWarning: Python C API version mismatch for module mystic_error: Th
PYTHON ERROR (c:\mystic\themes\default\scripts\bbslink.py)rsion 23004149.
File "c:\mystic\themes\default\scripts\bbslink.py", line 49, in <module>: This
Python has API version 1013, module mystic_bbs has version 23004149. wi
th open('bbslink.json') as file:
IOError: [Errno 2] No such file or directory: 'b
bslink.json'
On 11 Jun 2025 at 04:18p, Richard Vonzel pondered and said...
Hello opicron.
05 Nov 70 14:15, you wrote to me:
Python runsMy python install can't find the 'mystic_bbs' module.
runningfine but when In run the bbslink.py I get that error. I'm
I think you need to run bbslink.mpy with the right Mysticmenu
command, isnt it GX?
How/where are you loading the script?
The installation text say's set it up as a GY menu command, and
it's .py program. Right now I'm getting this error
sys:1: RuntimeWarning: Python C API version mismatch for module
mystic_error: Th
PYTHON ERROR (c:\mystic\themes\default\scripts\bbslink.py)rsion
23004149.
File "c:\mystic\themes\default\scripts\bbslink.py", line 49, in
<module>: This
Python has API version 1013, module mystic_bbs has version
23004149. wi th open('bbslink.json') as file:
IOError: [Errno 2] No such file
or
directory: 'b
bslink.json'
It looks like you have a mis-match of files going on somewhere. the bbslink.py script is a python script, but it's calling the mystic_bbs module, which I don't think it should be doing. Maybe rename the bbslink.py file to bbslink.mpy and run it as a GY mystic menu command?
I've done that also, same error.
Hi Richard,
I've done that also, same error.
We've recently signed up to BBSlink and were experiencing the same
issue with the dedicated Python script. We had to rename to .mpy just
to get it to execute but it threw back the same missing json error. I spoke to Mark Mearns about this and he said he'd never heard of this
error before.
The standard installion for Windows worked for us in the end and it's
all working fine now. I would like to have another play around to see
if we can get the Python script working, just to see what the exact
issue is.
Keep us posted if you have any joy.
Could you tell me your setup? Windows, Mystic, and python version? I
have not got it working yet and just don't understand why not.
Could you tell me your setup? Windows, Mystic, and python
version? I have not got it working yet and just don't understand
why not.
Win 10 x64
Mystic 1.12 A48
Python 2.7
We had issues when first installing Python and found that it doesn't
like being installed outside of the main Mystic dir. The fact you are getting the json error suggests Python is executing fine at your end.
After we switched to the BBSlink Win installer, it just needed .NET
frame work 3.5 running on the server side and everything connected up perfectly.
Cheers.
... [cLiCK].. carrier lost. Who picked up the phone??
BREAKING NEWS!! I finally got bbslink.py/mpy to work! I threw the code into chatGPT and it had me make a change to the "BBS auth" section and comment out the bbslink.json line. After that it worked!! Thanks to all
BREAKING NEWS!! I finally got bbslink.py/mpy to work! I threw the code into chatGPT and it had me make a change to the "BBS auth" section and comment out the bbslink.json line. After that it worked!! Thanks to all that had some ideas to help.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 100 |
Nodes: | 16 (0 / 16) |
Uptime: | 04:44:19 |
Calls: | 6,336 |
Calls today: | 6 |
Files: | 8,466 |
D/L today: |
399 files (112M bytes) |
Messages: | 354,346 |
Posted today: | 1 |