From glasspusher at outofoptions.net Tue May 27 08:11:22 2025 From: glasspusher at outofoptions.net (dave) Date: Tue, 27 May 2025 09:11:22 -0400 Subject: [proFit-list] can't load serial python library Message-ID: <12138A01-9CEE-477B-B1D2-38FAC8049B65@outofoptions.net> 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 "", line 5, in ModuleNotFoundError: No module named 'serial' -------------- next part -------------- An HTML attachment was scrubbed... URL: From glasspusher at outofoptions.net Wed Jun 4 09:03:25 2025 From: glasspusher at outofoptions.net (dave) Date: Wed, 4 Jun 2025 10:03:25 -0400 Subject: [proFit-list] can't load serial python library In-Reply-To: <12138A01-9CEE-477B-B1D2-38FAC8049B65@outofoptions.net> References: <12138A01-9CEE-477B-B1D2-38FAC8049B65@outofoptions.net> Message-ID: <3040F721-2DBD-405B-BCD2-4FDD604D62AC@outofoptions.net> Nope? No ideas? > On May 27, 2025, at 9:11?AM, dave wrote: > > 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 "", line 5, in > ModuleNotFoundError: No module named 'serial' -------------- next part -------------- An HTML attachment was scrubbed... URL: