Message146708
> 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. |
|
Date |
User |
Action |
Args |
2011-10-31 16:32:50 | eric.araujo | set | recipients:
+ eric.araujo, tarek, rpetrov, ShuaibKhan, skrah, neologix |
2011-10-31 16:32:49 | eric.araujo | set | messageid: <1320078769.84.0.500699492223.issue5875@psf.upfronthosting.co.za> |
2011-10-31 16:32:49 | eric.araujo | link | issue5875 messages |
2011-10-31 16:32:48 | eric.araujo | create | |
|