> On 25/05/2006 8:12 PM, Metz, Bobby W, WWCS wrote:
> > Mark,
> > Thanks for that. I didn't read an earlier entry from the
> > submitter close enough. Someone else had told them that
> > GetShortPathName wasn't supported but I didn't pay attention to the W at
> > the end...could have saved my
I found the solution to my own problem. I didn't realize that makepy
would make me a set function with a Set prefix.
D
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
On 26/05/2006 4:43 AM, [EMAIL PROTECTED] wrote:
> Dear All,
>
> I am new to python win32, and i cannot figure out how to format the data
> string for deviceiocontrol code with win32file.
>
> I have the following c struct in my driver file:
> typedef struct _WRITE_DEVICE_DATA_INPARAMS
> {
>
Hello,
I'm trying to use a COM object that has a function with a signature like
this:
HRESULT put_Foo(int i, DOUBLE val);
The code generated by makepy includes this:
# The method Foo is actually a property, but must be used as a method to
correctly pass the arguments
def Foo(self, i=defaultNam
On 25.05.2006 15:32, Mark Hammond wrote:
> I'm open to patches that meet this compromise...
I am just thinking aloud...
mkdir win32
echo '__version__="209"' > win32/__init__.py
echo 'File win32/__init__.py contains the version number' \
> pywin32.version.txt
Afterwards it isn't even
Dear All,
I am new to python win32, and i cannot figure out how to format the data
string for deviceiocontrol code with win32file.
I have the following c struct in my driver file:
typedef struct _WRITE_DEVICE_DATA_INPARAMS
{
UCHAR ucMemorySpace;// 0: I/O Space, 1: Mem Space.
Hi,
0.3.5 release of pywinauto is now available.
pywinauto is a set of open-source (LGPL) modules for using Python as a GUI
automation 'driver' for Windows NT based Operating Systems (NT/W2K/XP).
SourceForge project page:
http://sourceforge.net/projects/pywinauto
Download from SourceForge
http:
Hi there!
I've managed to get the text out of a SysListView32 and from a
SysTreeView32. I've made a C extension for it. :-P
Now I need to get the text out of a TVirtualStringTree, but that seems
more difficult than other controls cause it is not a windows control,
but a custom control.
Anyone ha
> I support Justin's request: the pywin32.version.txt has been a big step
> forward, but it is still not easy to get this information (in a reliable
> way) from within user code. Python packages usually provide a
> __version__ variable in their __init__.py.
pywin32 has a few __init__.py files, and
On 25/05/2006 8:12 PM, Metz, Bobby W, WWCS wrote:
> Mark,
> Thanks for that. I didn't read an earlier entry from the
> submitter close enough. Someone else had told them that
> GetShortPathName wasn't supported but I didn't pay attention to the W at
> the end...could have saved myself a cou
Mark,
Thanks for that. I didn't read an earlier entry from the
submitter close enough. Someone else had told them that
GetShortPathName wasn't supported but I didn't pay attention to the W at
the end...could have saved myself a couple of posts if I had. I'll
chalk my "lack of clear direc
I support Justin's request: the pywin32.version.txt has been a big step
forward, but it is still not easy to get this information (in a reliable
way) from within user code. Python packages usually provide a
__version__ variable in their __init__.py.
http://www.python.org/~jeremy/weblog/030924.html
One thing to bear in mind is that short path names
won't always be available. You can disable them
on NTFS systems.
Roger
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
13 matches
Mail list logo