-
Notifications
You must be signed in to change notification settings - Fork 76
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
Object_explorer is not working #54
Comments
Same issue here. |
Another issue (maybe not related) on a Mac and Python 3+ Using the example code for object_explorer the output does not match the example Should it not show Users object when dir after Users ?, output below:- ... |
@goldiiman , I was able to go about this by providing a API key, this might seem naive but do give it a try. |
@goldiiman same issue. After providing an API key, selecting StackOverflow, and trying to get a user, I am not prompted to input a nid(as shown on the wiki). It simply stats that user is a method. |
Hello,
I'm starting with the Py-StackExchange and when I run the object_explorer it shows me 256 site names from the StackExchange and after returns me this error:
Traceback (most recent call last):
File "object_explorer.py", line 162, in
site, site_def = choose_site()
File "object_explorer.py", line 34, in choose_site
print('%d) %s' % (i, site.name))
File "C:\Python27\lib\encodings\cp850.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode characters in position 5-16: character maps to
How can I proceed?
I'm running it on Microsoft Windows 8.1
The text was updated successfully, but these errors were encountered: