﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
241,Genshi in a py2app'd application,robin@…,cmlenz,"When Genshi is used in an application that is bundled with py2app on the Mac then the line in __init__.py that is getting the version number from pkg_resources is failing, because the eggs are not put into the bundle as eggs.  It results in the pkg_resources.DistributionNotFound exception, so that should probably be checked for in the try/except, or perhaps just checking for sys.frozen and not attempt to use pkg_resources at all in that case.

What I usually do is generate a __version__.py from setup.py, and then import __version__ in __init__.py",defect,closed,major,0.5.1,General,0.5,fixed,,
