[PyQt] pyqtdeploy: undefined name 'dlls_dir' when building sysroot on windows 10

Phil Thompson phil at riverbankcomputing.com
Tue Oct 23 12:02:40 BST 2018


On 23 Oct 2018, at 11:50 am, Jacob Kanev <j_kanev at arcor.de> wrote:
> 
> Hi, I found a solution:
> 
> On Tuesday, 23 October 2018 12:39:17 CEST Jacob Kanev wrote:
>> When building sysroot, on a Windows 10 64 bit system, using the --verbose flag, I get the following output:
>> [...]
>> NameError: name 'dlls_dir' is not defined
>> [...] 
> 
> the variable "dlls_dir" is used further down the code a second time. I've fixed it by adding the line
>        dlls_dir = sysroot.target_lib_dir
> after line 275 in ...\Lib\site-packages\pyqtdeploy\sysroot\plugins\python\python.py. Please check whether that is what was intended and tell me if not.
> 
> What is the usual procedure here? Would I fork pyqtdeploy on github, commit, then issue a pull request?

Just post to this list as you have done.

Phil


More information about the PyQt mailing list