OP25 is OP25 using Python 2

Status
Not open for further replies.

TLR2019

Random Member
Joined
Apr 22, 2017
Messages
83
Reaction score
17
Location
Texas Hill Country
Im sorry, this sounds like a really dumb question. Especially cause I'm new to programming, but is it possible to update/adapt(rewrite) the code but use the same Libraries that are imported.

Sent from my SM-G930T1 using Tapatalk
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,687
Reaction score
1,080
Location
Talbot Co, MD
Im sorry, this sounds like a really dumb question. Especially cause I'm new to programming, but is it possible to update/adapt(rewrite) the code but use the same Libraries that are imported.

Sent from my SM-G930T1 using Tapatalk

Possible yes. Small readily accomplished task... no.

It's entirely possible to have both python2 and python3 installed together on the same machine. There are even add-on utilities that allow you to easily switch between the versions. It's beyond the scope of any answer I can give you here, but suffice it to say this is not a unique situation and definitely one that google can help you answer. :)
 
Status
Not open for further replies.
Top