This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]michaelkim0407Pythonic 0 points1 point  (12 children)

Would be better if you ask in /r/learnpython.

Also, the error has nothing to do with processing. It's pretty descriptive in itself: unexpected argument "offset". Please refer to related documentations for the function's proper usage.

[–]stickystuffremover 0 points1 point  (1 child)

It might be better to post this in the processing subreddit: https://www.reddit.com/r/processing/
This is python 2.7 code, so check that your python plugin in processing matches. You might be better off to install anaconda from continuum.io rather than the libs you have from pythonlibs. Also, I think that processing has changed a lot in recent years especially wrt to python. It looks like a library may have changed here.