Re: [python-win32] Two questions

2010-12-20 Thread Ian
On 20/12/2010 00:50, Vernon Cole wrote: I had a similar project. I had a .bat file on a network share which installed python & pywin32 from Windows installers on the share. On each workstAtion, the user would click an icon which ran a console mode .py script which copied the .py files from t

[python-win32] passing an array to an active X object

2010-12-20 Thread Daughters, Tim
I am having trouble sending an argument to an active X object that is an array of integers or doubles. I am trying to control an instrument called a "DPG". It is a data pattern generator that drives a digital-to-analog converter, but that is not important. This much code works: # This module

Re: [python-win32] Two questions

2010-12-20 Thread Roberto Aguilar
On Dec 18, 2010, at 2:16 PM, Ian wrote: > Hi all, > > Question 1/ > > I am writing a large and complex app in Python 2.7 with PyQt4 for an > exclusively windows environment. All users will be access the app from > machines on the same LAN as the central database. In the early (pre-launch) >

Re: [python-win32] passing an array to an active X object

2010-12-20 Thread Mark Hammond
On 21/12/2010 8:10 AM, Daughters, Tim wrote: I am having trouble sending an argument to an active X object that is an array of integers or doubles. I am trying to control an instrument called a “DPG”. It is a data pattern generator that drives a digital-to-analog converter, but that is not import