Skip to content
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

when using pwman 0.3.0 on windows, no readline is found #17

Closed
oz123 opened this issue Jun 18, 2013 · 4 comments
Closed

when using pwman 0.3.0 on windows, no readline is found #17

oz123 opened this issue Jun 18, 2013 · 4 comments

Comments

@oz123
Copy link
Member

oz123 commented Jun 18, 2013

O:\Python27\Scripts>python pwman3
Please enter your new password:
Please enter your new password again:
Error: global name 'readline' is not defined

oz123 pushed a commit that referenced this issue Jun 19, 2013
this still needs a lot of work, hence, consider
windows client broken ...
However this commit does fix issue #17
@oz123 oz123 closed this as completed Jun 19, 2013
oz123 added a commit that referenced this issue Sep 20, 2013
@zQueal
Copy link

zQueal commented Oct 19, 2015

Having this issue as well:

λ pwman3
sqlite://C:/Users/{username}/.pwman/pwman.db
Please type in the master password:
Traceback (most recent call last):
  File "C:\Python27\Scripts\pwman3-script.py", line 9, in <module>
    load_entry_point('pwman3==0.7.1', 'console_scripts', 'pwman3')()
  File "C:\Python27\lib\site-packages\pwman3-0.7.1-py2.7.egg\pwman\ui\cli.py", line 110, in main
    cli = PwmanCli(db, xselpath, CLICallback, config)
  File "C:\Python27\lib\site-packages\pwman3-0.7.1-py2.7.egg\pwman\ui\cli.py", line 72, in __init__
    readline.read_history_file(self._historyfile)
NameError: global name 'readline' is not defined

Any updates?

oz123 added a commit that referenced this issue Oct 21, 2015
@oz123
Copy link
Member Author

oz123 commented Oct 21, 2015

@zQueal ,
I just did a commit with some fixes to this issue. I don't have a windows system at hand to test them.
So I am counting on good fate here. Can you test if the current HEAD of dev branch works for you?

@oz123 oz123 reopened this Oct 21, 2015
@zQueal
Copy link

zQueal commented Oct 21, 2015

@oz123 Working great now, thanks!

@oz123
Copy link
Member Author

oz123 commented Oct 21, 2015

Great ! I happy to know there are more users for pwman3 out there! Please star it, so more people will know about it.

@oz123 oz123 closed this as completed Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants