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
PS D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool> python .\IPProxy.py
Traceback (most recent call last):
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 13, in
from db.SqlHelper import SqlHelper as SqlHelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\SqlHelper.py", line 3, in
from sqlalchemy import Column, Integer, String, DateTime, Numeric, create_engine, VARCHAR
ImportError: No module named 'sqlalchemy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\IPProxy.py", line 4, in
from api.apiServer import start_api_server
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\api\apiServer.py", line 9, in
from db.DataStore import sqlhelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 17, in
raise Con_DB_Fail
util.exception.Con_DB_Fail: <exception str() failed>
The text was updated successfully, but these errors were encountered:
PS D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool> python .\IPProxy.py
Traceback (most recent call last):
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 13, in
from db.SqlHelper import SqlHelper as SqlHelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\SqlHelper.py", line 3, in
from sqlalchemy import Column, Integer, String, DateTime, Numeric, create_engine, VARCHAR
ImportError: No module named 'sqlalchemy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\IPProxy.py", line 4, in
from api.apiServer import start_api_server
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\api\apiServer.py", line 9, in
from db.DataStore import sqlhelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 17, in
raise Con_DB_Fail
util.exception.Con_DB_Fail: <exception str() failed>
The text was updated successfully, but these errors were encountered: