| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | May 11 at 15:33 | |
| stats | profile views | 10 |
|
Apr 30 |
revised |
Setting multiple cookies with Safari added 90 characters in body |
|
Apr 28 |
comment |
Is string.join faster with tuples or a list? @jsalonen I mostly have small lists/tuples. I was just curious how to write better code. |
|
Apr 28 |
asked | Setting multiple cookies with Safari |
|
Apr 26 |
accepted | Is string.join faster with tuples or a list? |
|
Apr 26 |
asked | Is string.join faster with tuples or a list? |
|
Apr 8 |
comment |
test if an attribute is present in a tag with beautiful soup? found it: tag.attrs is the dictionary! |
|
Apr 8 |
comment |
test if an attribute is present in a tag with beautiful soup? how do I check if the tag has any attributes? While tag.has_key('some_attribute') works fine, tag.keys() throws an exception ('NoneType' object is not callable). |
|
Feb 7 |
accepted | zmi: duplicates in add products list |
|
Feb 6 |
comment |
zmi: duplicates in add products list Thanks, Martijn, that did it: I only had to comment it out in the configure.zcml and the duplicates are gone. It didn't work the other way around: commenting it out in the __init__.py removed both duplicates. Maybe you want to post the solution so that the question is marked answered? :) |
|
Feb 4 |
asked | zmi: duplicates in add products list |
|
Feb 4 |
comment |
Python PIL “IOError: image file truncated” with big images no, I didn't :( |
|
Nov 18 |
accepted | Zope: getting acquired permission of a role on object |
|
Nov 17 |
revised |
Zope: getting acquired permission of a role on object added 53 characters in body |
|
Nov 17 |
revised |
Zope: getting acquired permission of a role on object added 5 characters in body |
|
Nov 17 |
awarded | Commentator |
|
Nov 17 |
accepted | Zope import: 'module' object has no attribute '_dt_reconstructor' |
|
Nov 17 |
comment |
Zope import: 'module' object has no attribute '_dt_reconstructor' I had DateTime 2.12.6 on my Mac. After installing 2.12.7, the import worked! Thanks again :) |
|
Nov 17 |
revised |
Zope: getting acquired permission of a role on object added 320 characters in body |
|
Nov 17 |
asked | Zope: getting acquired permission of a role on object |
|
Nov 16 |
comment |
Zope import: 'module' object has no attribute '_dt_reconstructor' Thanks! I already figured out that that might be the difference between the two servers, but I haven't checked it out yet. :) |