Please disambiguate "it". For installing paramiko, in the place where I've got the git repo, I just say "ipy setup.py install", and it all works. I have to write something for IronPyCrypto - so far, my method is "copy into site-packages, then copy the .NET assembly to %IRONPYTHONINSTALL%\DLLs", which clearly isn't a good deployment method.
Cheers, Michael On Fri, Nov 30, 2012 at 1:29 PM, Jeff Hardy <jdha...@gmail.com> wrote: > Well that was fast :) Have you tried using pip to install it? > > I've seen that DeprecationWarning before, but I haven't seen a minimal > repro. If you've got one, that would be great. > > - Jeff > > On Thursday, November 29, 2012, Michael van der Kolff wrote: > >> IronPyCrypto (available at https://bitbucket.org/mvdk/ironpycrypto) >> works well enough to use for paramiko. >> >> I have a branch of paramiko at github.com/mvanderkolff/paramiko, where >> I'm trying to get paramiko talking to Pageant for IronPython. >> >> When starting up paramiko, I get a DeprecationWarning saying the >> following: object.__init__ takes no parameters for type KeyedRef. This >> probably comes from IronPyCrypto. Patches are, as always, welcome. >> >> Cheers, >> >> >> Michael >> >
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users