2004年09月01日 星期三 20:46
在使用VC6.0进行编译生成dll文件时,需要打开python_d.lib和python_d.dll文件! > ??? 为什么需要debug版本? > > On Wed, 1 Sep 2004 18:36:59 +0800 (CST), 蒋科艺 <jiang_keyi at 163.com> wrote: > > 我手头有部分采用C++编写的程序,我希望将其嵌入到Python中使用。 > > 我现在采用SWIG来实现C++程序的嵌入。但是在进行编译时需要Python的 > > debug版本,请问在那里可以获得Python的Debug版本。我采用Python的2.1版。 > > 是否有更加方便快捷的方法? > > 谢谢! > > jky > > > > ------------------------------------------------------------------------------------- > > AOC(冠捷)17寸液晶16ms¥2888 http://design.163.com/aocmonitor/index.html > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > ------------------------------------------------------------------------------------- AOC(冠捷)17寸液晶16ms¥2888 http://design.163.com/aocmonitor/index.html
2004年09月01日 星期三 20:47
limodou,您好! 英语一定要学好。加油吧!hoxide开学了,qq上看不到,好不舒服啊。呵呵 ======= 2004-09-01 19:56:18 您在来信中写道:======= >英语一定要好好学呀。我现在后悔都来不及了。 > >On Wed, 1 Sep 2004 18:47:19 +0800, playing <playing5460 at 163.com> wrote: >> hoxide,您好! >> >> 兄弟英语能干活就可以了,cet4好歹弄过就可以,实在不能过也没关系~~~ >> >> ======= 2004-09-01 18:31:50 您在来信中写道:======= >> >> >> >> >先谢谢大家了. 提的意见我都看了一下. 界面做得太仓促, 所以有很多缺陷. 原来的界面"sea"是用纯css的, 但由于界面不是我制作的, 没来得及改成css. 不过界面部分使用了psp的模板系统, 所以实质上界面和程序已经独立开来了, 是否使用css目前只是一个是否遵守xhtml标准的问题. 页面在我的浏览器上不存在问题, 表格中出现空白的原因已经查明: 是各种浏览器默认的字符大小不同, 有的浏览器中字符太大导致了空白的出现. 解决方法是固定字符的大小, 计划两个星期后去服务器上调一下. >> > >> >具体性能不太清楚, 好像没死机的问题, 我的服务器是windows2000 server. >> > >> >开学后不能经常上网, 所以不能及时回复邮件, 望大家见谅. >> > >> >ps:刚刚得到一个不幸的消息, 我CET4没过~~~ >> > >> > >> > >> >======= 2004-08-30 09:18:03 您在来信中写道:======= >> > >> >>导航感觉不够友好! >> >> >> >>这个是建立在mod_python基础上的?性能怎忙? >> >>我在FreeBSD下安装mod_python 3.x,几个小时就把机器给搞死了。 >> >> >> >>DIrk >> >> >> >> >> >>----- Original Message ----- >> >>From: "hoxide" <hoxide_dirac at yahoo.com.cn> >> >>To: "python-chinese" <python-chinese at lists.python.cn> >> >>Sent: Sunday, August 29, 2004 7:19 PM >> >>Subject: [python-chinese] babywork 今天正式对外开放 >> >> >> >> >> >>> 网址:http://www.mdxx.com:8088/ >> >>> 欢迎大家提意见拉 >> >>> >> >>> 致 >> >>> 礼! >> >>> >> >>> >> >>> hoxide >> >>> hoxide_dirac at yahoo.com.cn >> >>> 2004-08-29 >> >>> >> >> >> >> >> >>-------------------------------------------------------------------------------- >> >> >> >> >> >>> _______________________________________________ >> >>> python-chinese list >> >>> python-chinese at lists.python.cn >> >>> http://python.cn/mailman/listinfo/python-chinese >> >>> _______________________________________________ >> >>python-chinese list >> >>python-chinese at lists.python.cn >> >>http://python.cn/mailman/listinfo/python-chinese >> >> >> > >> >= = = = = = = = = = = = = = = = = = = = >> > >> > >> >致 >> >礼! >> > >> > >> >hoxide >> >hoxide_dirac at yahoo.com.cn >> >2004-09-01 >> > >> >_______________________________________________ >> >python-chinese list >> >python-chinese at lists.python.cn >> >http://python.cn/mailman/listinfo/python-chinese >> > >> >> = = = = = = = = = = = = = = = = = = = = >> >> 致 >> 礼! >> >> >> playing >> playing5460 at 163.com >> 2004-09-01 >> >> >> >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> > > >-- >I like python! >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! dreamingk(天成) dreamingker at 163.com 2004-09-01
2004年09月02日 星期四 07:21
sorry i cann't write in Chinese now, i need a gmail account, who can do me a favor? thanks!
2004年09月02日 星期四 08:13
你使用debug配置编译,就需要python_d.lib了,使用release就不会了(python自带的 当然是release的lib和dll) 如果需要debug的lib和dll,你可以下载python的source,然后自己编译得到 。网上不 知是否有现成的? -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 蒋科艺 发送时间: 2004年9月1日 20:46 收件人: qiangning hong; python-chinese at lists.python.cn 主题: Re: Re:_[python-chinese]_扩展与嵌入 在使用VC6.0进行编译生成dll文件时,需要打开python_d.lib和python_d.dll文件! > ??? 为什么需要debug版本? > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2004年09月02日 星期四 08:58
Done. :) On Thu, 2 Sep 2004 08:21:34 +0900, chenzh <chenzh at bhh.com.cn> wrote: > sorry i cann't write in Chinese now, > i need a gmail account, > who can do me a favor? > thanks! > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2004年09月02日 星期四 12:03
thank u so much !!!^_^ ----- Original Message ----- From: "Jerry Marx" <Pythoner at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, September 02, 2004 9:58 AM Subject: Re: [python-chinese] need a gmail account ^_* > Done. :) > > On Thu, 2 Sep 2004 08:21:34 +0900, chenzh <chenzh at bhh.com.cn> wrote: > > sorry i cann't write in Chinese now, > > i need a gmail account, > > who can do me a favor? > > thanks! > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号