Automation

last person joined: 8 days ago 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.
  • 1.  getpass() not working with the PyCharm IDE

    Posted 02-01-2017 01:07

    Hi,

     

    I am using Pycharm IDE.

     

    Its not working if I use getpass() in the PyCharm IDE.

     

    Is there a problem? Is there any alternative  to getpass() i can use?

     

    Or is there a different IDE than the PyCharm recommended?

     

    Regards

    Anand



  • 2.  RE: getpass() not working with the PyCharm IDE

    Posted 02-01-2017 02:55

    I've run into this running Pycharm on Windows.
    The workaround I use is to run your program in debug mode, then you get a console tab where you can enter your password when using getpass.