Using Python Script widget to run pymssql and SQL server
4 posts
• Page 1 of 1
Using Python Script widget to run pymssql and SQL server
Hi do you think its possible ? When I try to import module (import pymssql) in python script Orange stops.
Piotrek
Piotrek
Re: Using Python Script widget to run pymssql and SQL server
It should be possible.PSmigielski wrote:Hi do you think its possible
Do you mean orange stops responding (hangs) or simply crashes? On which OS and Python version does this happen?PSmigielski wrote:When I try to import module (import pymssql) in python script Orange stops.
Re: Using Python Script widget to run pymssql and SQL server
Hi - thanks for the answer,
Its Windows 7 and I have python2.6 version - also I installed pymssql for 2.6. I simply try to load a library in python script with 'import pymssql' then Orange is hanging.
PS
Its Windows 7 and I have python2.6 version - also I installed pymssql for 2.6. I simply try to load a library in python script with 'import pymssql' then Orange is hanging.
PS
Re: Using Python Script widget to run pymssql and SQL server
Can you try running Orange Canvas from the command line e.g.
P.S. Maybe this is related to http://code.google.com/p/pymssql/issues/detail?id=2
- Code: Select all
C:\Python26\python.exe C:\Python26\Lib\site-packages\orange\OrangeCanvas.pyw
P.S. Maybe this is related to http://code.google.com/p/pymssql/issues/detail?id=2
4 posts
• Page 1 of 1
