Moving to a CI system would be good for the project long-term.
Windows VM(s) should suffice short-term, I would have thought with the project
profile that the cloud giants would be amenable to covering the costs.
From: python-win32
on behalf of Mark
Hammond
Se
(on
> windows)
>
> and run the resulting executable a.exe, I get the error message quoted
> above.
>
> Strangely, changing "language='c++'" to "language='c'" in setup.py fixes
this
> problem. However, this is not a viable solution
This issue sometimes occurs when the typelib specifies a VARIANT type
argument, implying that any VARIANT type will do, but the COM server is
coded to expect an actual type and does not (incorrectly IMHO) attempt to
convert the incoming VARIANT to the appropriate type. Makepy has no idea
of what t
c) was using old
> generated py instead of regenerating. Why would this be?
>
> Either way, deleting the folder under \win32com\gen_py solved this
> problem. Thanks again for the help.
>
[Graham Bloice said]
I don't know of a way to force
> -Original Message-
> From: Kurt Munson [mailto:kurt.mun...@hbmncode.com]
> Sent: 17 July 2012 16:46
> To: Graham Bloice; python-win32@python.org
> Subject: RE: [python-win32] new Pywin32 errors stating 'object has no
> attribute' - and the code worked previou
ecent call last):
> File "", line 1, in
> File "c:\python27\lib\site-packages\win32com\client\__init__.py", line
462,
> in __getattr__
> raise AttributeError("'%s' object has no attribute '%s'" %
(repr(self), attr))
> AttributeError:
much more picky about the accepted types. OPC suffers a
fair bit from this, as the implementation quality of OPC servers varies a lot.
--
Regards,
Graham Bloice
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
i am graham bloice and i am not the same person how is this possible
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
On 24/06/2011 14:59, M Saunders TAS wrote:
>
> Graham Bloice wrote:
>> In the Python call to AddVirtualSystemResources() you've reversed the order
>> of the parameters.
> Additionally the method signature for AddVirtualSystemResources() returns
>
> (Job, NewResou
Default')
> HD.Address = 0
> VMMS.AddVirtualSystemResources([HD.gettext_(1),], VM)
>
> I am sure that it is something simple and obvious that I am doing incorrectly
> so apologies in advance for my stupidity.
> Any help or suggestions will be gratefully received.
>
&g
The dll adsi.pyd is missing from the 216 build for Python 3.2. I've checked
both the 32 and 64 bit variants and it's missing from both.
--
Regards,
Graham Bloice
___
python-win32 mailing list
python-win32@python.org
http://mail.python.o
which I've never
come across before. If you have access to it (usually via a Visual Studio
install) the OLE-COM object viewer tool is very useful for spelunking into
type libraries.
--
Regards,
Graham Bloice
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
is no 64 bit Jet driver, but from Office 2007 on, MS
produced the ACE drivers (which are also available as a separate
redistributable) which do appear in a 64 bit guise. Unfortunately I haven't
been impressed with the drivers stability when multithreading.
--
Regards,
Graham Bloice
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Sending this to the list were it was meant to go in the first place.
--
Regards,
Graham Bloice
--- Begin Message ---
Vernon Cole wrote:
>
> --
> Vernon Cole
>
> On Tue, Jan 27, 2009 at 9:55 AM, Charlie Clark wrote:
>
>> Hiya,
>>
>> I'm pretty ne
t of the group then you would be automatically informed of any data
(or quality) changes without the need for a polling thread. One caveat
of this is that you need to have a unique client handle for each data
item in the group and the supplied code always seems to just use a
constant '1' in the call to OPCItems.AddItem(). (in addItem()).
--
Regards,
Graham Bloice
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
ents
def SetField(self, FieldName=defaultNamedNotOptArg,
arg1=defaultUnnamedArg):
"""The value of the specified field."""
return self._oleobj_.InvokeTypes(0, LCID, 4, (24, 0),
""
>>
>> I've googled for "2147481643" but didn't find interesting pages. Can
>> someone explain me what's happening ?
>
> Notice that the number is actually negative: -2147481643
> which equates to hex 800007d5.
James Matthews wrote:
> I will leave the final verdict to the great users of the python mailing
> list! I will decide on later based on the majority!
>
+1 for MoinMoin
--
Regards,
Graham Bloice
___
Python-win32 mailing list
Python-win32@p
>
When you have used MakePy on the type library, things are slightly
different for property accessors that take arguments.
For those properties that do take arguments MakePy will generate
accessors for them as methods, prefixed with "Get" or "Set" as appropriate.
If you look
> > Silly question...
> >
> > What is the friendly name of an network adapter?
> >
> > If it was Unix, I would say eri0, etc... But I can't think of a
> > "friendly" name under Windows...
>
> I'm not sure where I got this terminus from, maybe I was inventing
> it myself when I wrote this modul
> Traceback (most recent call last):
> File
> "C:\Python22\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
> line 310, in RunScript
> exec codeObject in __main__.__dict__
> File
> "C:\Deneb\BHSS\Projects\AKL_0502\VC\PythonApplications\OPCWriteTestor.py",
> line 103, in ?
>
two I tried worked fine (video
resolutions and system slots).
Graham Bloice
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
22 matches
Mail list logo