Coding Tips & Tricks
Posts tagged photos
Reporting Crashes in IMVU: Part II: C++ Exceptions | Chad Austin
Feb 22nd
If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. …
See more here:
Reporting Crashes in IMVU: Part II: C++ Exceptions | Chad Austin
ChipLog » Blog Archive » Django Tips: PIL, ImageField and Unit Tests
Jul 25th
Table of contents for Django Tips . Django Tips : PIL, ImageField and Unit Tests. I recently spent a few days trying to track down a bug in Review Board with our unit tests. Basically, unit tests involving uploading a file to a models. …
View original post here:
ChipLog » Blog Archive » Django Tips: PIL, ImageField and Unit Tests