Changes between Initial Version and Version 1 of Ticket #1258, comment 7
- Timestamp:
- 2011-01-01T03:53:48Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1258, comment 7
initial v1 26 26 which is correct. (The difference between r4908 here and r4900 in comment:6 is not significant, I committed a few patches.) The value of the PYTHONPATH variable set by {{{d:\tahoe\tahoe-clean\bin\tahoe.pyscript}}} is {{{d:\tahoe\tahoe-clean\support\Lib\site-packages}}}, which is also right. 27 27 28 So, I have no explanation of why the {{{--version-and-path}}} output from the subprocess is correct, but it is still importing the wrong code. ({{{c:\python26\lib\site-packages\allmydata\_version.py}}} is present, so it is not the case that it is falling back to a later {{{sys.path}}} entrybecause that file is missing.)28 So, I have no explanation of why the {{{--version-and-path}}} output from the subprocess is correct, but ~~it~~ a subprocess run in exactly the same way is still importing the wrong code. ({{{c:\python26\lib\site-packages\allmydata\_version.py}}} is present, so it is not the case that it is falling back to a later {{{sys.path}}} entry when importing {{{_version.py}}} because that file is missing.)