|
First
|
Prev |
Next
|
Last
Pages: 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
paypal wholesale men jordans 17 (paypal accept)(www super-saler com paypal wholesale men jordans (paypal accept)(www super-saler com paypal wholesale men jordans 1 (paypal accept)(www super-saler com paypal wholesale men jordans 2 (paypal accept)(www super-saler com paypal wholesale men jordans 3 (paypal accept)(www super-saler com paypal wholesale men jordans 4 (paypal acc... 12 Jul 2008 00:19
Python 3.0 and removal of the 'string' module Howdy all, The Python wiki page states on its page for Python 3.0 <URL:http://wiki.python.org/moin/Python3.0>, in the section for "Standard Library Changes" <URL:http://wiki.python.org/moin/Python3.0#head-40dd57e6561cce0b209ef49f8ce86030c6313113>, that the 'string' module is to be removed. It references PEP 4... 12 Jul 2008 08:27
Python and decimal character entities over 128. I don't have an answer for why Python might be mis-handling the data, but wanted to make a factual correction: bsagert(a)gmail.com writes: Some web feeds use decimal character entities that seem to confuse Python (or me). For example, the string "doesn't" may be coded as "doesn’t" which should produc... 10 Jul 2008 20:38
PIL: Transparent PNGs and im.paste: ValueError: bad transparencymask I posted this too soon. Converting the images to png with image magick's convert did the trick...However, I'm still not sure why I need to convert the images in the first place. Are there different types of PNGs? ... 10 Jul 2008 17:33
error with configure (svn 64857) Hi, I have the following error when I run configure: checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) what can I do ? Mathieu ... 11 Jul 2008 18:11
PIL: Transparent PNGs and im.paste: ValueError: bad transparency mask Hi! I'm trying to paste a png with a transparent layer into an image using "image.paste(tesla,(20,10), tesla)" but I'm getting this error: ValueError: bad transparency mask I have used im.paste(image,box,image) sucessfully before to paste an image with transparency, however, it doesn't seem to work for this pa... 10 Jul 2008 17:33
Can anyone suggest a date peocedure... I'd like to find a simple... (I'm a simple person) procedure to subtract a numerical number from a six char date string YYYYMMDD and then convert back to a new date string. I'm sure there's a way to do it, but the date modules haven't been much help. TIA Ron ... 12 Jul 2008 12:32
Can this program be shortened? Measuring program-length? Can the following program be shortened? ... def h(n,m): E=n, while (E!=())*m>0:n=h(n+1,m-1);E=E[:-1]+(E[-1]>0)*(E[-1]-1,)*n return n h(9,9) Note: Although it halts eventually in principle, this program can't be expected to terminate on any machine in the universe, as it computes a number larger than Gr... 10 Jul 2008 21:39
parsing incoming emails I am working on a project where I need to parse incoming emails (Microsoft outlook) with a specific subject into an excel file or a Microsoft access table. You should be able to give Outlook a rule to call a program (your Python one) when the subject matches whatever. From Python, use the mail mod... 10 Jul 2008 16:31
Problems Returning an HTTP 200 Ok Message Hi Folks, I'm having some issues with an small socket based server I'm writing, and I was hoping I could get some help. My code (attached below) us supposed to read an HTTP Post message coming from a power meter, parse it, and return a proper HTTP 200 Ok message. The problem is that the socket fails to send th... 15 Jul 2008 01:02 |