Python script engine

2001-10-18 Thread A
Hello, In my application I would like to allow users to add/use basic python commands but I do not want users to change my code of application directly. For example my program expects telephone. number in format +442076812563 but a user sometimes may want to supply 0044 207 681 2563 (p

RE: Python script engine: GetTypeInfoCount() & reentrant issues...

2001-08-07 Thread Mark Hammond
> 1. I'm not able to get type information via GetTypeInfo() from > the currentrly executing script. IActiveScript->GetScriptDispatch() This is not implemented. It is unlikely I will find the time to implement it any time soon. > 2. If I create a second script engine from the same process via >

Python script engine: GetTypeInfoCount() & reentrant issues...

2001-08-07 Thread Clemens Uhlenhut
Title: Python script engine: GetTypeInfoCount() & reentrant issues... Hi! During the integration of the Python IActiveScript in our environment I've discovered two issues: 1. I'm not able to get type information via GetTypeInfo() from the currentrly executing script.