I'm using LightTable 0.6.6 and Python2.7.8 at Windows7 64bit. I got the error when I trying to import psycopg2 at Lighttable.
I wrote
> from psycopg2 import *
then Cmd-Enter,after I got those messages. The error shows that there is no connect, but the file that error said is another py.file.
Im not good at english,I thank you for reading it through.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
C:\Users\user_name\Documents\000_working_directory\python_workspace\test07052.py in <module>()
----> 1 from psycopg2 import *
C:\Users\user_name\Documents\000_working_directory\python_workspace\psycopg2.pyc in <module>()
15
16 # コネクション作成
---> 17 conn = psycopg2.connect(
18 database='dbname',
19 user='user_name',
AttributeError: 'module' object has no attribute 'connect'