This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rayterrill
Recipients rayterrill, tarek
Date 2009-01-12.14:28:56
SpamBayes Score 0.014160275
Marked as misclassified No
Message-id <1231770538.22.0.0275652051626.issue4908@psf.upfronthosting.co.za>
In-reply-to
Content
The patch didn't install correctly using 'patch', but I manually merged
the changes into my environment (Ubuntu 8.10 running 2.5.2) - I'll
upload the diff rejections if they'll be helpful.

After installing, I attempted to use the new code to determine the
version number, and am receiving 'None' as my result.  After looking
through the code, I believe its looking for a '.egg-info' file, but my
custom package doesn't have one (it was installed using 'easy_install' -
easy_install -z <package_name>), so it looks like that info is instead
stored in EGG_INFO/PKG-INFO within the egg itself.

Here's a dir dump of my installed egg:
my_package-1.0-py2.5.egg/
|-- EGG-INFO
|   |-- PKG-INFO
|   |-- SOURCES.txt
|   |-- dependency_links.txt
|   |-- top_level.txt
|   `-- zip-safe
|-- my_package.py
`-- my_package.pyc
History
Date User Action Args
2009-01-12 14:28:58rayterrillsetrecipients: + rayterrill, tarek
2009-01-12 14:28:58rayterrillsetmessageid: <1231770538.22.0.0275652051626.issue4908@psf.upfronthosting.co.za>
2009-01-12 14:28:57rayterrilllinkissue4908 messages
2009-01-12 14:28:56rayterrillcreate