Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 949 by vaira20s...@gmail.com: Crashing while running python
scripts
http://code.google.com/p/robotframework/issues/detail?id=949
Hi all,
I have a python script which calls my dll(build using cygwin). I could run
the python script successfully using the python IDE. Even I could run it in
Robot Framework by running it in command prompt using the command "pybot
sample.html".
The issue is only when I run the same script from RobotFramework IDLE. The
issue is "When it tries to load my dll (build using cygwin)" It actually
crashes. That is, It is not executing the following lines.
Note : Before loading my dll (build using cygwin), I am loading cygwin1.dll
and calling cygwin_dll_init method.
Version Info :
RIDE -- Robot Framework Test Data Editor
Version 0.38.1 running on Python 2.7.0 using Robot Framework trunk 20110727.
Any help will be greatly appreciated.
Thanks, Vairamuthu.