Building MSI package under MSYS
- From: Максим Кисляков <kislaykov maksim ya ru>
- To: meld-list gnome org
- Subject: Building MSI package under MSYS
- Date: Fri, 23 Feb 2018 23:08:09 +0300
Hello everyone. I have some problems with building meld from sources under Windows 7 x64.
I have successfully got meld running using MSYS2 by running python3 bin/meld file.
But when i try to run command
python3 setup_win32.py bdist_wininst
I get the following error
Traceback (most recent call last):
File "setup_win32.py", line 12, in <module>
site_dir = site.getsitepackages()[1]
IndexError: list index out of range
When i run in interactive mode getsitepackages() i get
site.getsitepackages()
['D:/msys64/mingw64/lib/python3.6/site-packages']
So, the question is How can i build meld installer under MSYS2 or is it possible at all?
And i am using latest sources ( commit b605acb4f9a5da8512d672e5dee164e3652d102b).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]