1) Contract/Telecommute Python Crawler Developer
2) Python/C++ Developer, Greenwich, CT | 80-160k | Relo OK
3) Python/Zope Dev, Rockville, MD | 60-100k | Relo OK
See http://groups.yahoo.com/group/pythonzopejobs for each job details
--
http://mail.python.org/mailman/listinfo/python-list
Job Title: Software Engineer--Systems
Location: San Francisco - Relocation assistance provided
Duration: Full Time/Permanent
Salary: 90-150k DOE
Our client is home to a new type of search that makes it easy to find
subjective information. Starting in early 2008 the company raised seed
financing fr
I'm working with another recruiter on this and his client needs a
Python Developer...someone who is a real expert. The position is in
Manhattan and they need someone ASAP. We are dealing with the manager
directly. Base salary is 120,000 - 130,000 not including bonus.
Please submit your resume
Plone Developer, Washington, D.C. - Relo OK | 55-75k
shiverat** Government security clearance required **
** Relocation assistance provided **
My client is seeking a full-time Plone Developer for work with the
federal government. The applicant will be responsible for
standardizing web formats alr
Python/C++ Developer, Greenwich, CT | 80-160k | Relo/H1B OK
My Greenwich, CT client is looking for programmers fluent in Python and C++
to build and improve systems in a variety of areas, including mathematical
programming, parallel computing, network servers, and user interfaces. They
are a relat
Hi,
We have some modules of our project implemented in python and some in C.
We use shared library objects to access C functions from python.
We need to catch the exceptions like segmentation fault occurring in the
C module in python and print the complete stack.
We tried 1) signal.signal(SIGSE
Hi,
It does not work. I had already tried this earlier.
Please suggest some other solutions.
Also, I would like to see the stack from where the exception started.
Thanks n regards,
Manish Kumar
On Thu, 2006-01-12 at 10:40 +0100, [EMAIL PROTECTED] wrote:
> Send Python-list mailing list submiss
I tried with this piece of code
def temp():
try:
print "In try"
libsummac.main1()
except RuntimeError, re:
print "caught" + re
except e:
print "caught" + e
I think the control is not coming to python code. The output of the
above is ..(In main