535 reputation
415
bio website donthaveonebutneedtofillthisi…
location London, United Kingdom
age 43
visits member for 2 years, 9 months
seen 9 hours ago
stats profile views 24

I am a person who uses this website.


Jan
28
awarded  Revival
Jan
28
awarded  Popular Question
Dec
29
comment Converting XML to JSON using Python?
This is excellent, thanks!
Dec
19
accepted maven 2.2 war build does not put classes in associated *-classes.jar file
Dec
19
answered maven 2.2 war build does not put classes in associated *-classes.jar file
Dec
19
comment maven 2.2 war build does not put classes in associated *-classes.jar file
Even this just generates an empty sword2-server-1.0-classes.jar file unfortunately
Dec
16
answered Python NoneType error in some executions of a program
Dec
15
asked maven 2.2 war build does not put classes in associated *-classes.jar file
Dec
12
comment java binary does not come with openjdk-6-jdk?
Thanks for the pointers, folks. javac is in: /usr/lib/jvm/java-6-openjdk-amd64/bin/javac, but the java binary isn't in the same directory. It may well come to downloading and installing the package from the oracle site, yes.
Dec
12
comment java binary does not come with openjdk-6-jdk?
Thanks, that's a generally useful command that I didn't know. Unfortunately, this just tells me that the java binary isn't in the packages openjdk-6-jdk or openjdk-6-jre :) Might have to resort to downloading the binaries from the oracle site ...
Dec
12
asked java binary does not come with openjdk-6-jdk?
Aug
10
awarded  Yearling
Aug
5
awarded  Notable Question
Apr
11
comment Correct way to handle Exception Stack Traces in Python
Hi @ali-afshar - yes, I had wondered about using something like this, but the downside is that this needs to appear in every except block and then assign the variables to some properties of the exception, for example. This places a burden on the developer to remember to do this, and makes bugs easier to introduce. What would be better would be to have this line of code /inside/ the exception constructor, but that doesn't appear to work.
Apr
11
comment Correct way to handle Exception Stack Traces in Python
Hi @KarlKnechtel - another example I found is doughellmann.com/PyMOTW/traceback The error is reported using print_exc() in the except block, but when I use this function outside an except block I get nothing (None)
Apr
11
asked Correct way to handle Exception Stack Traces in Python
Sep
20
awarded  Popular Question
Aug
11
awarded  Yearling
Jun
30
comment Python; urllib error: AttributeError: 'bytes' object has no attribute 'read'
in what way doesn't it work? try urllib2.urlopen instead
Jun
29
comment (still) cannot properly install lxml 2.3 for python, but at least 2.2.8 works
@matchew if it's any consolation, i've been driven up the wall by lxml installs in the past (although sadly not in the same way as you, so it doesn't help), which ultimately resulted in me switching to cElementTree, which is bonkers fast (though lacks good xpath support in the standard distro).