| View previous topic :: View next topic |
| Author |
Message |
vonBrabant
Joined: 24 May 2007 Posts: 15
|
Posted: Thu May 24, 2007 12:18 am Post subject: Code Intelligence with Komodo ? |
|
Hi everybody,
I just discovered Ranorex and try to use it with Python and the Komodo IDE.
Everythings works fine, except for code completion
How can I tell Komodo where to find the code intelligence information for Ranorex? Or is it a problem that Ranorex comes as dlls ?
Many thanx,
vonBrabant |
|
| Back to top |
|
 |
admin Site Admin
Joined: 05 Jul 2006 Posts: 351
|
Posted: Sat May 26, 2007 8:15 pm Post subject: |
|
We test Ranorex with PythinWin, code completion works only if we first import the Dll in the command line window:
Code: click into code to enlarge
>>>import RanorexPython as Ranorex
Can you try it in Comodo please.
Jenö
Ranorex Team |
|
| Back to top |
|
 |
|