mhawke
|
Registered User
|
|
|
2d |
accepted | UnicodeEncodeError with csvwriter |
|
2d |
comment |
UnicodeEncodeError with csvwriter That seems to be a pyshell issue. Either you haven't set it up to support non-ascii characters, or pyshell doesn't handle them. Use the normal Python interpretter. |
|
2d |
answered | UnicodeEncodeError with csvwriter |
|
Dec 2 |
comment |
why Ghost Process appears after kill -9 How can SIGKILL be handled? In Python, signal.signal(signal.SIGKILL, handler) raises a RuntimeError: (22, 'Invalid argument') exception on systems that support sigaction(). In C you can install a signal handler via signal(2) for SIGKILL, but it is not called. |
|
Nov 26 |
comment |
Convert a Python list with strings all to lowercase or uppercase won't work too well on unicode strings in python 2 |
|
Nov 25 |
answered | Is there a cross-platform way to open a file browser in Python? |
|
Nov 25 |
answered | Losing session data when user logs in |
|
Nov 24 |
accepted | How to determine if data is valid tar file |
|
Nov 24 |
comment |
Searching for Python http lib Based on the requirements that you've now added as a comment to your question (btw you should move those comments into the question) httplib2 seems the best match that I know of. If you don't like it, write a wrapper to rubify the interface, or don't use it at all. |
|
Nov 24 |
answered | How to determine if data is valid tar file |
|
Nov 24 |
comment |
Searching for Python http lib what's wrong with urllib then? resp = urllib.urlopen(url) seems simple enough if you just want to do GET, and resp = urllib.urlopen(url, data) for POST requests. You want "more complex and more friendly" all at once? |
|
Nov 24 |
answered | Searching for Python http lib |
|
Nov 23 |
comment |
Adding even values to new list Python. @paxdiablo: Well the answer to your questions are: "No", "no", and "don't know because it doesn't run" ( list2 += v will break). He just wanted some code that works, and now that he has it, let's give him a chance to see if it's good enough for his needs. |
|
Nov 23 |
accepted | Adding even values to new list Python. |
|
Nov 23 |
answered | Adding even values to new list Python. |
|
Nov 20 |
revised |
Python: pynotify network problem fixed code sample |
|
Nov 20 |
comment |
Python: pynotify network problem can you at least try to format your code? |
|
Nov 20 |
revised |
Why am I getting this error in python ? (httplib) added 120 characters in body |
|
Nov 20 |
answered | Why am I getting this error in python ? (httplib) |
|
Nov 19 |
accepted | Limit Python VM memory |
|
Nov 19 |
answered | Limit Python VM memory |
|
Nov 16 |
answered | Compress data before storage on Google App Engine |
|
Nov 14 |
answered | pymedia.audio.sound - How do I get up and running with this module? |
|
Nov 14 |
answered | Writing a key-value store |
|
Nov 9 |
answered | UnicodeDecodeError with Django’s request.FILES.. |
|
Nov 5 |
comment |
How to enforce unicode arguments for methods? Which actually looks cleaner to you then? IMO assert is a lot more obvious as the checks are right there at the start of the method, not hidden away in a class that might be imported from elsewhere. You also get a the performance benefit of having assert effectively become a NOP when running python with -O. |
|
Nov 5 |
answered | How to enforce unicode arguments for methods? |
|
Nov 3 |
revised |
siginterrupt() only works for the first signal? (Python) added 151 characters in body |
|
Nov 3 |
accepted | siginterrupt() only works for the first signal? (Python) |
|
Nov 3 |
comment |
siginterrupt() only works for the first signal? (Python) I think that siginterrupt really only applies to system calls that involve the transfer of data (primitives such as open, read or write). I don't think that it applies to system calls like select. |
|
Nov 3 |
revised |
siginterrupt() only works for the first signal? (Python) added 92 characters in body |
|
Nov 3 |
answered | siginterrupt() only works for the first signal? (Python) |
|
Nov 3 |
answered | Python name grabber |
|
Oct 22 |
revised |
python fileinput changes permission added 907 characters in body |
|
Oct 22 |
accepted | python fileinput changes permission |
|
Oct 22 |
answered | python fileinput changes permission |
|
Oct 22 |
revised |
Not copying char arrays, function swap doesnt compile correctly and stringPtr is not modified fixed source formatting |
|
Oct 20 |
comment |
Python binary data reading yep, by a whole 8 seconds |
|
Oct 20 |
answered | Python binary data reading |
|
Oct 19 |
answered | PHP, Python, Ruby application with multiple RDBMS |
|
Oct 16 |
comment |
How can I read how many pixels an image has in Python While not incorrect, open(filepath) is not required - Image.open() will accept just the filename. |
|
Oct 16 |
answered | Python datetime subtraction - wrong results? |
|
Oct 16 |
answered | How can I read how many pixels an image has in Python |
|
Oct 14 |
answered | non-blocking read/log from an http stream |
|
Oct 2 |
revised |
blackle.com queries fixed title |
|
Oct 2 |
answered | How to check dimensions of all images in a directory using python? |
|
Oct 1 |
accepted | How to display outcoming and incoming SOAP message for ZSI.ServiceProxy in Python? |
|
Oct 1 |
revised |
How to encrypt using public key? added 90 characters in body |
|
Oct 1 |
comment |
How to encrypt using public key? he's created a great deal more than 2 users with different names. just wondering why he's doing that? |
|
Oct 1 |
answered | How to encrypt using public key? |
