Nick Coghlan <ncoghlan <at> gmail.com> writes:
> 
> If the PyPI password restrictions ever feel too onerous, then OpenID
> is another alternative (albeit not one that works with the command
> line tools). However, you should be able to use pypissh for CLI access
> in that case.

For the record, it seems pypissh doesn't work with Python 3:

$ sudo pip3 install pypissh
Downloading/unpacking pypissh
  Running setup.py egg_info for package pypissh
    
Installing collected packages: pypissh
  Running setup.py install for pypissh
      File "/usr/local/lib/python3.3/dist-packages/pypissh.py", line 186
        except socket.error, e:
                           ^
    SyntaxError: invalid syntax


Regards

Antoine.


_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to