ZEDGR / pychallonge

Python Module for the CHALLONGE API
https://challonge.com/api
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Attribute Error: No attribute set_credentials #9

Closed jithinsss closed 3 years ago

jithinsss commented 3 years ago

Getting an error

AttributeError: module 'challonge' has no attribute 'set_credentials'

ZEDGR commented 3 years ago

I have just tested in a fresh virtualenv and the module is working fine. Please do the following:

  1. Setup a new virtualenv
  2. Use the pychallonge module pip install pychallonge. Check that you have installed the latest version 1.11.1 with pip list
  3. Check again the set_credentials function

If the issue persists please provide the following information:

jithinsss commented 3 years ago

Ahh yea, that was actually my fault.