How can I discover which version of Python I am running?
|
05-17-2023, 07:04 AM
(This post was last modified: 05-17-2023 08:14 AM by StephenG1CMZ.)
Post: #4
|
|||
|
|||
RE: How can I discover which version of Python I am running?
Ah, so there are two alternatives.
The try import hpprime matches how the other calculators are detected. But the prime version also has sys.platform. That has the advantage that sys.platform will also show if the code is running on non-calculator hosts. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How can I discover which version of Python I am running? - StephenG1CMZ - 05-16-2023, 10:30 AM
RE: How can I discover which version of Python I am running? - drbarnack - 05-16-2023, 12:09 PM
RE: How can I discover which version of Python I am running? - Guenter Schink - 05-16-2023, 07:19 PM
RE: How can I discover which version of Python I am running? - StephenG1CMZ - 05-17-2023 07:04 AM
RE: How can I discover which version of Python I am running? - StephenG1CMZ - 05-21-2023, 08:48 PM
|
User(s) browsing this thread: 1 Guest(s)