Basic Python Question

Gandalf gandalf at geochemsource.com
Thu Jul 22 06:28:05 EDT 2004


>        except:
>            print "Error binding worker"
>
I think this should be:


          except:
            print "Error binding worker"
            raise

But maybe I did not understand your problem.


 





More information about the Python-list mailing list