Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python error choosing library path on OsX #7

Open
gioman opened this issue Apr 24, 2015 · 1 comment
Open

python error choosing library path on OsX #7

gioman opened this issue Apr 24, 2015 · 1 comment

Comments

@gioman
Copy link

gioman commented Apr 24, 2015

Traceback (most recent call last):
File "/Users/zealmeida/.qgis2/python/plugins/processing/gui/ConfigDialog.py", line 186, in createEditor
value = self.convertValue(index.model().data(index, Qt.EditRole))
File "/Users/zealmeida/.qgis2/python/plugins/processing/gui/ConfigDialog.py", line 235, in convertValue
return int(value)
TypeError: int() argument must be a string or a number, not ‘QPyNullVariant'

@luipir
Copy link
Contributor

luipir commented Apr 24, 2015

I can't check on OsX, but why do you think it's a plugin problem? seems related with the configuration interface of Processing

the only parameter (asked by processing) is the LWGEOM_PATH_SETTING and is set as all provideres => probably a problem in Processing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants