Building MSI package under MSYS



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']
 
Then i changed that index to 0 and after that i am getting following error https://pastebin.com/mpXh0Nz6
So, the question is How can i build meld installer under MSYS2 or is it possible at all?
 
I have these packages https://pastebin.com/QqpY0mJ1
And i am using latest sources ( commit b605acb4f9a5da8512d672e5dee164e3652d102b).
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]