Changes between Initial Version and Version 1 of Ticket #1258, comment 7


Ignore:
Timestamp:
2011-01-01T03:53:48Z (13 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1258, comment 7

    initial v1  
    2626which 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.
    2727
    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}}} entry because that file is missing.)
     28So, 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.)