Roger Upole kindly pointed out that build 206 had a regression in the
win32gui.CreateDC() function. As a result I've released build 207. The fix
to win32gui.CreateDC() is the only change.
Change log and release notes:
https://sourceforge.net/project/shownotes.php?release_id=384458
Download via
> Hi guys,
>
> This is a silly question but how do I capture a com_error from another
> module? Below is the code I'm trying but it's not working. I get
> this error:
> Traceback (most recent call last):
> ...
> except com_error:
> NameError: name 'com_error' is not defined
com_error is in
At 01:10 PM 1/10/2006, John Machin wrote:
>bob wrote:
> > At 11:16 AM 1/10/2006, John Machin wrote:
> >
> >> bob wrote:
> >>
> >>> Viola, it displays 6.
Oh alright I meant voila. Mi francios es pocito.
> >>
> >>
> >> :-)
> >> Cello, it displays 7.
> >> (-:
> >
> > Version difference? I'm using Ex
bob wrote:
> At 11:16 AM 1/10/2006, John Machin wrote:
>
>> bob wrote:
>>
>>> Viola, it displays 6.
>>
>>
>> :-)
>> Cello, it displays 7.
>> (-:
>
> Version difference? I'm using Excel 2000. and I get xlcsv = 6! But it
> should stay the same!
>
> You can also open the object browser (F2) within
Thank you all for the assistance!
That file were saved nice and easy and I can continue struggling with my quest
to get out of all C# code. Not that i dislike C#, but the right tool to do the
right job ;-)
Again, huge thanks!
Stefan
--
___
Check o
On Wed, 11 Jan 2006 00:12:28 +0800, "Stefan Elwesthal"
<[EMAIL PROTECTED]> wrote:
>
> I have to ask, cause two days later I'm starting to get annoyed ;-)
>
> How could I use PythonCOM and save my re-worked Excel file as an xlCSV
> file? All I get is
> "SaveAs method in Worksheet class failed".
>
Stefan Elwesthal wrote:
> Hi all!
>
> I have to ask, cause two days later I'm starting to get annoyed ;-)
>
> How could I use PythonCOM and save my re-worked Excel file as an xlCSV file?
> All I get is
> "SaveAs method in Worksheet class failed".
>
> Is something wrong with this line?
Yes. Two
At 11:16 AM 1/10/2006, John Machin wrote:
>bob wrote:
>>Viola, it displays 6.
>
>:-)
>Cello, it displays 7.
>(-:
Version difference? I'm using Excel 2000. and I get xlcsv = 6! But it
should stay the same!
You can also open the object browser (F2) within the VB Editor,
select XlFileFormat in the
bob wrote:
> Viola, it displays 6.
:-)
Cello, it displays 7.
(-:
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
At 08:12 AM 1/10/2006, Stefan Elwesthal wrote:
>Hi all!
>
>I have to ask, cause two days later I'm starting to get annoyed ;-)
>
>How could I use PythonCOM and save my re-worked Excel file as an
>xlCSV file? All I get is
>"SaveAs method in Worksheet class failed".
>
>Is something wrong with this l
Just wanted to check if this made it to you guys? Not because I'm
impatient, just that some of my emails haven't been making to the list
lately.
-Greg
On 1/10/06, Gregory Piñero <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> This is a silly question but how do I capture a com_error from another
> mo
On Mon, 09 Jan 2006 16:52:42 -0800, I wrote:
>Is there a convenient place where I can download a library and header
>file wrapping python24.dll? I have to think this is a relatively common
>need.
>
Well, color me embarrassed. There they are, in \python24\include and
\python24\libs. I did look
[Karlo Lozovina]
|
| > http://groups.google.com/group/comp.lang.python/msg/d448ab26621ee8bf
| > http://groups.google.com/group/comp.lang.python/msg/2aa365a285899845
| > http://groups.google.com/group/comp.lang.python/msg/461ee641b16c2f96
|
| Those three were really helpful, thank you.
|
| But, I
Quoting Karlo Lozovina <[EMAIL PROTECTED]>:
> Friday, January 6, 2006, 9:33:26 AM, you wrote:
>
> > http://groups.google.com/group/comp.lang.python/msg/d448ab26621ee8bf
> > http://groups.google.com/group/comp.lang.python/msg/2aa365a285899845
> > http://groups.google.com/group/comp.lang.python/msg/
Hi guys,
This is a silly question but how do I capture a com_error from another
module? Below is the code I'm trying but it's not working. I get
this error:
Traceback (most recent call last):
...
except com_error:
NameError: name 'com_error' is not defined
import module_that_uses_c
Hi all!
I have to ask, cause two days later I'm starting to get annoyed ;-)
How could I use PythonCOM and save my re-worked Excel file as an xlCSV file?
All I get is
"SaveAs method in Worksheet class failed".
Is something wrong with this line?
sh.SaveAs("C:\file.csv", FileFormat='xlCSV')
Best
You can pass a string or buffer to pywintypes.SID()
to create a PySID from the raw bytes.
Roger
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Hi everyone,
I'm working with users in Active Directory, and I would like to
use their SID for subsequent file system operations (i.e. assigning
permissions to folders). I would like to use the SID saved in the
objectSid attribute, but I do not know how to convert it to a
win32security.PySID objec
18 matches
Mail list logo