planetfederal / qgis-webappbuilder-plugin

GNU General Public License v3.0
18 stars 20 forks source link

Not able to configure controls #424

Closed SrNetoChan closed 7 years ago

SrNetoChan commented 7 years ago

Trying to configure an widget on WAB (Windows 10 BD.1.1_RC6) throws the following error.

An error has occurred while executing Python code: 

TypeError: 'NoneType' object is not callable 
Traceback (most recent call last):
  File "C:/Users/boundless/.qgis2/python/plugins\webappbuilder\webbappwidget.py", line 47, in configure
    dlg = ParametersEditorDialog(self._parameters)
TypeError: 'NoneType' object is not callable

Python version: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] 
QGIS version: 2.18.10 Las Palmas, 650ca524eb 

Python Path:
C:/PROGRA~1/BOUNDL~1/Desktop/1.1/osgeo4w/apps/qgis/./python/plugins\processing
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\future-0.16.0-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\requests-2.18.1-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\certifi-2017.4.17-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\urllib3-1.21.1-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\idna-2.5-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\chardet-3.0.4-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\idna-2.5-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\chardet-3.0.4-py2.7.egg
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs\PyPubSub-3.3.0-py2.7.egg
C:/PROGRA~1/BOUNDL~1/Desktop/1.1/osgeo4w/apps/qgis/./python
C:/Users/boundless/.qgis2/python
C:/Users/boundless/.qgis2/python/plugins
C:/PROGRA~1/BOUNDL~1/Desktop/1.1/osgeo4w/apps/qgis/./python/plugins
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\bin\python27.zip
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\DLLs
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\plat-win
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\lib-tk
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\bin
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\jinja2-2.7.2-py2.7.egg
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\markupsafe-0.23-py2.7-win-amd64.egg
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\win32
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\win32\lib
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\Pythonwin
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\Shapely-1.2.18-py2.7-win-amd64.egg
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\wx-2.8-msw-unicode
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\xlrd-0.9.2-py2.7.egg
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\Python27\lib\site-packages\xlwt-0.7.5-py2.7.egg
C:/Users/boundless/.qgis2//python
C:\Users\boundless\.qgis2\python\plugins\webappbuilder\ext-libs
C:/Users/boundless/.qgis2/python/plugins\webappbuilder
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\qgis\python\plugins\boundlessconnect\ext-libs
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\qgis\python\plugins\boundlessconnect\ext-libs\future-0.16.0-py2.7.egg
C:\PROGRA~1\BOUNDL~1\Desktop\1.1\osgeo4w\apps\qgis\python\plugins\reportingtool\ext-libs
C:/Users/boundless/.qgis2/python/plugins/webappbuilder/tests/data
C:/Users/boundless/.qgis2/python/plugins\webappbuilder
SrNetoChan commented 7 years ago

I can't reproduce it anymore...