Re: RPi & Python 3
Daniel Stephens <[email protected]>
| Newsgroups | alt.bbs.mystic |
|---|---|
| Message-ID | <[email protected]> |
g00r00, thank you for the response! I know how busy you are. I'm running the following Raspbian version: Release date: September 22nd 2022 System: 32-bit Kernel version: 5.15 So it's 32 bit Raspbian on a Raspi 4 and 32 bit Mystic with Python 3.9. If I run the following script: --------------------------------------- import mystic_bbs as bbs import requests bbs.writeln( "Testing importing requests" ) bbs.writeln( "All Done |CR|PA" ) ------------------------------------- I get the "EAccessViolation Access violation" error right after pressing any key at the very end of the script and the telnet session closes. If I run the same script without importing requests, I get no error. Just importing requests causes the error to happen at the end of the script - I don't even have to use it. But if I do use it, the script runs fine all the way to the end and then throws the error and closes the telnet session. Very strange indeed. And thank you for helping with this!