On 16.06.2011, at 14:38, Oliver Christen wrote: > mmm, the project on the productions servers is very rarely > deployed/updated, maybe once or twice a week at best, but the error > message occur several thousand time per day, just today I already have > 1001 lines in the log of one server. > > but, we have configured pylons to run as wsgi in daemon mode, which > means lots of subprocess started and stopped all the time, could this > be the problem ?
Very likely. I made a change to hide these exceptions: https://github.com/olt/shapely/commit/8bfda52302061a45dbbf4b8e59cd1ebfe3b866cd Do you have a system where you can test it? You should be able to update with `pip install -U --no-deps https://github.com/olt/shapely/tarball/master` Regards, Oliver _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
