Re: [python-win32] Client side COM and Python Problem

2006-12-13 Thread Mark Hammond
> #code > import win32com.client > o = win32com.client.Dispatch("MAX.Application.8") > o.mypingmax("test string") > > # Python Error > > Traceback (most recent call last): > File "", line 1, in ? > File > "C:\Python24\lib\site-packages\win32com\client\dynamic.py", line > 491, in __getattr__ >

Re: [python-win32] Python-win32 Digest, Vol 45, Issue 13

2006-12-13 Thread James Matthews
Wikipedia just opened a new hosting platform i will try to get a site and make a media wiki so people in the python world can read/write on win32 API's Etc. Although it would kill allot of the traffic on this list i am sure no one would mind! On 12/13/06, Tony Cappellini <[EMAIL PROTECTED]> w

[python-win32] Client side COM and Python Problem

2006-12-13 Thread Mark
Hey Guys, Im new to working with com but i only want to do one thing. I have activestate python and am trying to get python to run a simple function in a com enabled 3d program called 3dsmax. If i try and execute a function over the com interface it works fine as long as i dont try and run the

Re: [python-win32] USB Power Off from Python

2006-12-13 Thread James Matthews
However we see that you can unmount it ans sometimes it will be turned off On 12/13/06, Tim Roberts <[EMAIL PROTECTED]> wrote: Sajjad Hussain wrote: > I am using a USB port to power my USB device that > takes 5V DC power. My device works fine and is powered > on properly. I am using small s

Re: [python-win32] USB Power Off from Python

2006-12-13 Thread Tim Roberts
Sajjad Hussain wrote: > I am using a USB port to power my USB device that > takes 5V DC power. My device works fine and is powered > on properly. I am using small script written in python > to open a port (I am using a serial to usb adapter > since my device has a serial connector on it), and > sen

[python-win32] USB Power Off from Python

2006-12-13 Thread Sajjad Hussain
Hi, I am using a USB port to power my USB device that takes 5V DC power. My device works fine and is powered on properly. I am using small script written in python to open a port (I am using a serial to usb adapter since my device has a serial connector on it), and send some data. Now I just want

Re: [python-win32] Python-win32 Digest, Vol 45, Issue 13

2006-12-13 Thread Tony Cappellini
wonderful Python-ish API on how to access for example Outlook Express You can go to the Microsoft MSDN site and look for the VBA reference for Outlook Express. In particular, search for the Outlook Express Object Hierarchy chart/reference. Without knowing this, the API's are pretty hard to use, u

Re: [python-win32] Python as scripting glue, WAS Python for sysadmin

2006-12-13 Thread Tim Golden
[Tim Roberts] | | Tim Golden wrote: | > There was a recent thread on python-dev in which | > GvR was surprised at the (large) number of .msi | > downloads from Python.org, indicating how popular | > Python might be among Windoweers. | | I'm surprised he was surprised. Better than 90% of the |

Re: [python-win32] Python as scripting glue, WAS Python for sysadmin

2006-12-13 Thread Tim Roberts
Tim Golden wrote: > There was a recent thread on python-dev in which > GvR was surprised at the (large) number of .msi > downloads from Python.org, indicating how popular > Python might be among Windoweers. I'm surprised he was surprised. Better than 90% of the desktops in the world run Windows,

Re: [python-win32] Python as scripting glue, WAS Python for sysadmin

2006-12-13 Thread Tim Golden
[Bokverket] | The tasks on [Tim's] list that he has done/helped out with | lately are to a large extent useful jobs that an ordinary | user would love. Well, at least one who know how to program, | iow use Python as _the_ scripting language to glue all these | Micrsoft parts and apps together.