[Ironpython-users] IronPython: Import DLL library

2015-03-12 Thread Hemanth M B
am i going wrong? FYI This is library is written in C++ and I am not aware of in which .NET framework it is been built. Thanks and Regards, Hemanth M B @9010054054 ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] IronPython: Import DLL library

2015-03-12 Thread Hemanth M B
Hi, Thanks for your reply. How to check the library is native C++ or not? If it is a native C++ then, is there any work around for the same. Thanks and Regards, Hemanth M B @9010054054 From: Slide [mailto:[email protected]] Sent: Thursday, March 12, 2015 5:35 PM To: Hemanth M B

Re: [Ironpython-users] IronPython: Import DLL library

2015-03-13 Thread Hemanth M B
Thanks for info markus, Can you please send me sample code to use ctypes and also COM interface? Thanks and Regards, Hemanth M B @9010054054 From: Markus Schaber [mailto:[email protected]] Sent: Friday, March 13, 2015 12:57 PM To: Hemanth M B; [email protected] Subject: AW

[Ironpython-users] Automated UI testing using IronPython

2015-03-26 Thread Hemanth M B
HI All, I want to automate a windows application using Ironpython. Please let me know where to start and which is the best way to automate UI using IronPython. Thanks in advance, Thanks and Regards, Hemanth M B @9010054054 ___ Ironpython-users

[Ironpython-users] import error: scapy on ironpython (windows)

2015-04-06 Thread Hemanth M B
py" and it got installed. As I verified with the scapy official website, one of the prerequisite is pywin32. At par to my knowledge ironpython doesn't support pywin32. Help me to resolve. Thanks and Regards, Hemanth M B @9010054054 ___ Ironpyt

[Ironpython-users] jumbo payload

2015-04-06 Thread Hemanth M B
erful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. Thanks and Regards, Hemanth M B @9010054054 ___ Ironp

[Ironpython-users] usage of Async readline() method in ironpython

2015-04-08 Thread Hemanth M B
Also let me know if there is any other alternatives. Note: I used readline() method which hangs/freezes. Thanks and Regards, Hemanth M B ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

[Ironpython-users] Failing to read the standard output

2015-04-08 Thread Hemanth M B
print outline else: break sw.WriteLine("dev 1\n") sw.Flush() sw.Close() print sr.ReadToEnd() Thanks and Regards, Hemanth M B ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

[Ironpython-users] Fail to load setupapi.dll library in ironpython

2015-04-14 Thread Hemanth M B
/library/windows/hardware/ff550855(v=vs.85).aspx Thanks and Regards, Hemanth M B ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

[Ironpython-users] Error while using setupapi.dll (windll) ctypes

2015-04-27 Thread Hemanth M B
types but it got tuple. Note: I followed the documentation in https://ironpython-test.readthedocs.org/en/latest/library/ctypes.html ,section 15.18.2.4. Function prototypes I am trying to install device drivers for network adapter, so I need H