Closed flound1129 closed 9 years ago
Can you please post/link the full console log. Thanks.
$ ./fix_Question.py
Traceback (most recent call last):
File "./fix_Question.py", line 5, in
Full imports:
from parse_rest.connection import register register(...) from parse_rest.datatypes import Object from parse_rest.datatypes import ACL from parse_rest.user import User
Can you please confirm that you're using the most recent version of parse_rest, which includes the ACL class in parse_rest.datatypes?
Yes you are correct, I had the latest version cloned but I had forgotten to install it. Sorry for the trouble.
When I try to import the ACL class as described in the doc, I get the following error:
ImportError: cannot import name ACL