[proFit-list] can't load serial python library
dave
glasspusher at outofoptions.net
Tue May 27 08:11:22 CDT 2025
Hi Folks,
I’m trying to use pro Fit as a much better editor than IDLE. For some reason I can’t seem to load the serial library. The serial library loads just fine from IDLE, pro Fit recognizes every other library I’m using, just not serial.
Ideas? Output below.
Dave
import sys
##import serial
print(sys.version)
output:
3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)]
but when I un-comment
import sys
import serial
print(sys.version)
output:
Traceback (most recent call last):
File "<string>", line 5, in <module>
ModuleNotFoundError: No module named 'serial'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20250527/f9f3b753/attachment-0001.html>
More information about the proFit-list
mailing list