You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Python script that utilizes Turbodbc to connect to MS SQL. If the script is run inside IDLE it works fine. If it is executed from the Windows command line it reports SQL connection errors. Having tested various Python virtual environments my conclusions are that there is something significantly different about the IDLE execution environment as opposed to command line that is causing this issue.
Can anyone please shed any light on the differences between IDLE and command line so I can determine what the missing piece of the puzzle is?
Thx
Dave
The text was updated successfully, but these errors were encountered:
I'm using a Python script that utilizes Turbodbc to connect to MS SQL. If the script is run inside IDLE it works fine. If it is executed from the Windows command line it reports SQL connection errors. Having tested various Python virtual environments my conclusions are that there is something significantly different about the IDLE execution environment as opposed to command line that is causing this issue.
Can anyone please shed any light on the differences between IDLE and command line so I can determine what the missing piece of the puzzle is?
Thx
Dave
The text was updated successfully, but these errors were encountered: