Problem with Successfully Installed Psycopg2
"Calvin Cheng" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there, I have been searching for a possible solution but have not been very successful. I managed to get pyscopg2 installed in cygwin using "easy_install psycopg2" but when I attempt to import it in python shell, this is the error traceback I am getting: Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import psycopg2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "__init__.py", line 60, in <module> File "build/bdist.cygwin-1.5.25-i686/egg/psycopg2/_psycopg.py", line 7, in <module> File "build/bdist.cygwin-1.5.25-i686/egg/psycopg2/_psycopg.py", line 6, in __bootstrap__ ImportError: No such file or directory >>> Any idea what I have done wrong? Regards, Calvin _______________________________________________ Psycopg mailing list Psycopg-IAPFreCvJWPBWskQ1e/[email protected] http://lists.initd.org/mailman/listinfo/psycopg