Jump to content

Python Help?


dbowles1975

Recommended Posts

dbowles1975

I have two different scripts running in two different versions of Python (2.7 and 3.6). Python Launcher is installed as well. I also have properly formatted shebang lines in both scripts. I'm trying to get both scripts to run without console. The 2.7 script runs as intended but the 3.6 script will only run with py.exe. For whatever reason it looks like all py.exe scripts are running in 3.6 and all pyw.exe scripts are running in 2.7. I'm sure I screwed something up when I installed both versions but I can't figure out what I did wrong. Does anyone have any ideas? 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...