2005年07月25日 星期一 10:46
有人碰到过这个问题吗? 我在用fcntl这个类时,在有些机器上是没有问题的,但在另一些机器上就会出现 fcntl.fcntl(self.__fd,fcntl.F_SETLK,ldata) IOError: [Errno 22] Invalid argument 注意,这些机器的操作系统都是fc3的。 哪位大侠能相助? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050725/40fc477b/attachment.html
2005年07月25日 星期一 10:55
能解释一下fcntl函数是派什么用场的吗?Python Manual上语焉不详,所以看了也白看。 On 7/24/05, whhif <whhif at yeah.net> wrote: > 有人碰到过这个问题吗? > 我在用fcntl这个类时,在有些机器上是没有问题的,但在另一些机器上就会出现 > fcntl.fcntl(self.__fd,fcntl.F_SETLK,ldata) IOError: [Errno 22] Invalid > argument > 注意,这些机器的操作系统都是fc3的。 > 哪位大侠能相助? > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年07月25日 星期一 11:00
它是对unix下的fcntl函数的包装,只要你的unix支持这个函数,python中的fcntl 就能用。 一般将fcntl用于文件锁,控制进程间的互斥。 在 2005-07-24日的 22:55 -0400,shhgs写道: > 能解释一下fcntl函数是派什么用场的吗?Python Manual上语焉不详,所以看了也白看。 > > On 7/24/05, whhif <whhif at yeah.net> wrote: > > 有人碰到过这个问题吗? > > 我在用fcntl这个类时,在有些机器上是没有问题的,但在另一些机器上就会出现 > > fcntl.fcntl(self.__fd,fcntl.F_SETLK,ldata) IOError: [Errno 22] Invalid > > argument > > 注意,这些机器的操作系统都是fc3的。 > > 哪位大侠能相助? > > _______________________________________________ > > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050725/f6f713cd/attachment-0001.htm
2005年07月25日 星期一 11:03
limodou,您好! 1. 切换菜单就是把鼠标在菜单上滑过,从一个菜单弹出到消隐再到另一个菜单出来之间的延迟比较严重,但是如果正在编辑一个.py文件,则不会有这个问题。 2. 没有做过设置,我的系统是win2000高级服务器版。 ======= 2005-07-25 10:43:19 您在来信中写道:======= >1. 可以说一下你所说的切换菜单具体是怎么操作的吗? >2. 不等宽的话请看一下你的字体用的是什么。在缺省情况下NewEdit使用系统字体,在中文windows下一般是宋体。 >3. 的确是这样,我再查一查。 > >谢谢。 > >在 05-7-25,汤世平<simontangbit at bit.edu.cn> 写道: >> 试用了一下最新的Newedit,发现三个问题: >> 1. 当新建一个文件且未保存时,切换菜单时,延迟较厉害 >> 2. 书写epydoc格式的文档时,发现"="与正常的英文字符不等宽 >> 3. 直接执行Newedit.pyw时,无法连接到ftp,状态栏一直处于连接状态,而执行Newedit.py时,可正常连接并显示ftp中的目录列表。 >> >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> >> > > >-- >I like python! >My Donews Blog: http://www.donews.net/limodou >New Google Maillist: http://groups-beta.google.com/group/python-cn >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! 汤世平 simontangbit at bit.edu.cn 2005-07-25
Zeuux © 2025
京ICP备05028076号