[PyQt] pyqtdeploy0.8
Phil Thompson
phil at riverbankcomputing.com
Mon Oct 20 18:43:38 BST 2014
On 20/10/2014 5:41 pm, Stephen Chapman wrote:
> What is the proper way to use
> "Other Extension Modules" I have tried several different things
> when I click build in pyqtdeploy I am getting only this on the command
> line
> side
>
> TypeError: parse_scoped_values() missing 1 required positional
> argument:
> 'isfilename'
>
> that is erroring on line 397 of builder/builder.py.
>
> Not sure if I'm entering it wrong however line 397 surely should have
> the
> isfilename argument unless I'm missing something
>
> using the following
> pyqtdeploy 0.8
> PyQt5
> Python 3.4.1
Should be fixed in hg. Just add False as the missing argument to the
function call.
Phil
More information about the PyQt
mailing list