Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-17 Thread Sturla Molden
Vernon Cole skrev: Strula: The GUI designer has to output code for some API or another. If it produces code for a cross platform GUI API then the resulting application will be cross platform. I would love to find one such that actually works and produces good code. Do you have any suggestions?

Re: [python-win32] Python for Windows extensions

2009-11-17 Thread Hung Nguyen
Sorry for the belated response. Your email somehow ended up in my Spam folder. My concern with 64bit platform derived from the fact that one software for 32bit might not work properly when recompile and run on 64bit system. There are work to be done to make sure that it work properly on 64bit an

[python-win32] Passing data to/from Python script

2009-11-17 Thread Hung Nguyen
I am working on an application that has Python embeded into it to run Python scripts. Using the Python for Windows extension, what is the best way to pass data, potentially COM objects, back and forth between the host application and the scripts.   Any advices are welcomed.   Thanks, Hung.

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Mark Hammond
On 18/11/2009 8:48 AM, Hung Nguyen wrote: I am working on an application that has Python embeded into it to run Python scripts. Using the Python for Windows extension, what is the best way to pass data, potentially COM objects, back and forth between the host application and the scripts. "Pass

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Hung Nguyen
Hi Mark, To clarify the requirement: 1) The application is a C++, COM application that has CPython embeded in it. 2) There are some data elements, let say COM objects, in the application's process space 3) The application invoke a Python script that runs on the Python engine 4) The script nee

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Mark Hammond
On 18/11/2009 1:05 PM, Hung Nguyen wrote: Hi Mark, To clarify the requirement: 1) The application is a C++, COM application that has CPython embeded in it. 2) There are some data elements, let say COM objects, in the application's process space 3) The application invoke a Python script that