Menu

#5 python.exp file not found in python2.1

closed-fixed
None
5
2005-02-23
2001-10-02
No

In python2.1 the exp file is linked from
Modules/python.exp
which breaks during link. The configuration system
currently
copies over the python.exp file to the current
directory, but
since linking requires it to be in the Modules
directory the
linker can't find the file. Perhaps the configuration
system
should not copy over the export file and try and link
for
where it is.

Discussion

  • Patrick Miller

    Patrick Miller - 2002-08-20
    • status: open --> open-fixed
     
  • Patrick Miller

    Patrick Miller - 2005-02-23
    • assigned_to: nobody --> patmiller
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.