[JOB] Plone Developer, Washington, D.C. - Relo OK | 55-75k

2009-05-29 Thread OSS
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

[JOB] Sr. Python Developer, NYC | 120-130k

2009-04-02 Thread OSS
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

[JOB] Systems Engineer, San Francisco, CA | 90-150k - Relo OK

2008-10-21 Thread OSS
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

[JOB] Python/C++ Developer, Greenwich, CT | 80-160k | Relo/H1B OK

2006-03-12 Thread OSS
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

Python/Zope Jobs

2006-03-02 Thread OSS
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

Re: Exception Handling

2006-01-12 Thread Manish Kumar (WT01 - Software Products & OSS)
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

Re: Python-list Digest, Vol 28, Issue 191

2006-01-12 Thread Manish Kumar (WT01 - Software Products & OSS)
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

Exception Handling

2006-01-11 Thread Manish Kumar (WT01 - Software Products & OSS)
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