First  |  Prev |  Next  |  Last
Pages: 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
Creating exception class with custom fields in Python/C API
Hello, list! I'm writing a wrapper for C-library. When something goes wrong in that library, i can get error details. And i want to assign them to fields of my own exception class. For this purpose, i looked throught Modules/_ctypes/_ctypes.c (in python source tree) and implemented same things. Briefly: defin... 28 Jun 2010 06:14
2.2.3 python package missing
On 06/28/2010 10:26 AM, St�phane Klein wrote: Hi, I write to you, to inform I can't install python-openid 2.2.3 version. I've writed to the author : """ I've work on a project, I use AuthKit and this tool have a dependency with python-openid-2.2.3 http://openidenabled.com/files/pyth... 28 Jun 2010 07:19
[python-openid] 2.2.3 python package missing
Hi, I write to you, to inform I can't install python-openid 2.2.3 version. I've writed to the author : """ I've work on a project, I use AuthKit and this tool have a dependency with python-openid-2.2.3 http://openidenabled.com/files/python-openid/packages/python-openid-2.2.3.tar.gz this file is missin... 28 Jun 2010 05:10
回复: I wander which is better? JSP or Python? And is there a place for JSP?
Oh,sorry.I was just to make a comparison between Python and JSP.Will Python take the place of JSP? ÎÒµÄQQ¿Õ¼ä the Past 24 Hours. ×òÌìÏÂÎ磬ë¸Å±»µã ÒѾ­ÓÐËùÔ¤¸Ð£¬Ã»ÓÐÓôÃƵÄÐÄÇé ·´µ¹ÊÇ... ------------------ ԭʼÓʼþ ------------------ ·¢¼þÈË: "Chris Rebert"<clp2(a)rebertia.com>; ·¢ËÍʱ¼ä: 201... 29 Jun 2010 04:09
回复: I wander which is better? JSP or Python? And is there a place for JSP?
> ------------------ 原始邮件 ------------------ 发件人: "Chris Rebert"<clp2(a)rebertia.com>; 发送时间: 2010年6月28日(星期一) 中午1:09 收件人: "Roger"<rogerdai16(a)gmail.com>; 主题: Re: I wander which is better? JSP or Python? And is there a place for JSP? On Sun, Jun 27, 2010 at... 28 Jun 2010 04:05
Extension modules and common routines in Python/C API
Hi, folks! I'm writing wrapper for C library. This library consist of several parts. And i want split my extension package into different extension modules. I think, this is the right way ;-) But, there are some common parts that exist in extension package, get_library_version, Error, and so on. I've decided to cre... 28 Jun 2010 04:05
I wander which is better? JSP or Python? And is there a place for JSP?
As I plan to study JSP, I find it extremly complicated and a part of J2EE. I did not attend to get the whole of J2EE. I hope anybody can describe the future of JSP. Is there a place for JSP? ... 28 Jun 2010 09:29
problems getting os.system and wxmenu to read options from afile and then execute
eric dexter wrote: On Jun 27, 5:56 pm, MRAB <pyt...(a)mrabarnett.plus.com> wrote: Eric_Dex...(a)msn.com wrote: I managed to get the program running and the menu options are appearing on the list but the programs are not running. I suspect it is my onexecutemethod [snip] #add exec... 27 Jun 2010 22:40
Need instruction on how to use isinstance
I need to test an argument for a few different types. I'm calling my function like this arf = MyFunc(list) What I want to do is to test for whether something is a string, tuple, list or function. It's that last one that's causing me a problem. if isinstance(arg, (str, tuple, list)): No problem, but ther... 1 Jul 2010 02:22
A link to a collection of tutorials on LISP.
In comp.lang.lisp nanothermite911fbibustards <nanothermite911fbibustards(a)gmail.com> wrote: TROLL is that mythical creature who is looking for gold ? Nope, they are the ones that jump out from under bridges and scare little children cause they feel bad about themselves and need someone else to feel powerful over... 27 Jun 2010 20:30
First  |  Prev |  Next  |  Last
Pages: 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77