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 eric.araujo
Recipients ShuaibKhan, eric.araujo, neologix, rpetrov, skrah, tarek
Date 2011-10-31.16:32:48
SpamBayes Score 2.7884883e-07
Marked as misclassified No
Message-id <1320078769.84.0.500699492223.issue5875@psf.upfronthosting.co.za>
In-reply-to
Content
> Here's the error message:
> error: File not found: /tmp/tmpsga9lh/foo/build/bdist.linux-i686/rpm/BUILDROOT/foo-0.1-1.i386/usr/local/lib/python3.3/site-packages/foo.pyc

Thanks.  Some rpm tool is looking for byte-compiled files in the old location, but I’ve fixed sdist (used under the cover by bdist_rpm) recently to use __pycache__ directories.  There must be some other code path that reports wrong locations for byte-compiled files, similar to the get_outputs methods that I fixed in another commit, but I’m unable to find it right now.  I’ll try to install Fedora in a VM when I get more time.
History
Date User Action Args
2011-10-31 16:32:50eric.araujosetrecipients: + eric.araujo, tarek, rpetrov, ShuaibKhan, skrah, neologix
2011-10-31 16:32:49eric.araujosetmessageid: <1320078769.84.0.500699492223.issue5875@psf.upfronthosting.co.za>
2011-10-31 16:32:49eric.araujolinkissue5875 messages
2011-10-31 16:32:48eric.araujocreate