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 Ivan.Pozdeev
Recipients Ivan.Pozdeev
Date 2018-05-31.11:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527765224.13.0.682650639539.issue33711@psf.upfronthosting.co.za>
In-reply-to
Content
c:\Users\Sasha\Documents\cpython\Tools\msi>python msi.py
Traceback (most recent call last):
  File "msi.py", line 1372, in <module>
    add_files(db)
  File "msi.py", line 956, in add_files
    generate_license()
  File "msi.py", line 928, in generate_license
    raise ValueError, "Could not find "+srcdir+"/externals/"+pat
ValueError: Could not find c:\Users\Sasha\Documents\cpython/externals/db-*

The dir in externals is actually called bsddb-<version>.


I've no idea how they can official releases
History
Date User Action Args
2018-05-31 11:13:44Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev
2018-05-31 11:13:44Ivan.Pozdeevsetmessageid: <1527765224.13.0.682650639539.issue33711@psf.upfronthosting.co.za>
2018-05-31 11:13:44Ivan.Pozdeevlinkissue33711 messages
2018-05-31 11:13:44Ivan.Pozdeevcreate