2007年05月11日 星期五 12:06
使用的是python2.5 module使用的是pygresql 3.8.1,在连接最新的postgresql 8.2.4的时候出错, 在google后,说是没有在path环境变量将安装目录下的bin目录加入进去,在加入之后还是报错,报错信息如下: >>> import pgdb Traceback (most recent call last): File "", line 1, in File "C:\Python25\Lib\site-packages\pgdb.py", line 69, in from _pg import * ImportError: DLL load failed with error code 182 请问这个问题怎么解决,谢谢。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070511/8220b6f1/attachment.htm
2007年05月11日 星期五 12:54
应该是没有找到libpq.dll吧。 -----邮件原件----- 发件人: python-chinese-bounces在lists.python.cn [mailto:python-chinese-bounces在lists.python.cn] 代表 隋刚 发送时间: 2007年5月11日 12:07 收件人: pythoncn 主题: [python-chinese] python2.5连接postgresql 8.2.4问题 使用的是python2.5 module使用的是pygresql 3.8.1,在连接最新的postgresql 8.2.4的时候出错,在google后,说是没有在path环境变量将安装目录下的bin目录加入进去,在加入之后还是报错,报错信息如下: >>> import pgdb Traceback (most recent call last): File "", line 1, in File "C:\Python25\Lib\site-packages\pgdb.py", line 69, in from _pg import * ImportError: DLL load failed with error code 182 请问这个问题怎么解决,谢谢。
2007年05月11日 星期五 14:29
将安装目录下的bin目录加入PATH环境变量就是为了让它找到libpq.dll文件的,我把libpq.dll拷贝到python路径下也不行。 在07-5-11,weizi <nmweizi at 163.com> 写道: > > > 应该是没有找到libpq.dll吧。 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070511/6b704b68/attachment.html
2007年05月12日 星期六 16:52
一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070512/aecadc20/attachment.html
Zeuux © 2025
京ICP备05028076号