Read C++ enum in python

2009-08-18 Thread Ludo
Hello, I work in a very large project where we have C++ packages and pieces of python code. I've been googleing for days but what I find seems really too complicated for what I want to do. My business is, in python, to read enum definitions provided by the header file of an c++ package. Of

Re: Read C++ enum in python

2009-08-19 Thread Ludo
Neil Hodgson a écrit : For some headers I tried it didn't work until the .* was changed to a non-greedy .*? to avoid removing from the start of the first comment to the end of the last comment. file_data = ' '.join(re.split(r'\/\*.*?\*\/', file_data)) Thank you ! I adopt it ! Cheers. -- h

Access to objects in a frame on a web page

2013-09-12 Thread Ddp Ludo
Hello, I am trying to program a robot which will allow me to test whether a default password has been changed on my intranet servers . And I 'm stuck since 2 days ... HTML structure of the page: I try to go to fill the username