Search Discussions
-
An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-win32/attachments/20150907/07098bdc/attachment.html
Stefan Fuchs
Sep 7, 2015 at 11:48 am
Sep 8, 2015 at 7:01 pm -
Hi all, I?m getting some Python based projects to work on Microsoft Nano Server, in particular OpenStack Hyper-V / Windows componens and Cloudbase-Init / Cloud-Init for Windows. Python 3.4 x64 and ...
Alessandro Pilotti
Sep 6, 2015 at 4:19 pm
Sep 9, 2015 at 1:56 am -
Hi, I'm trying to implement a SAPI com server in order to connect to a in-house developed TTS Engine. I have read chapter 5 and 12 of the book, but I am still struggling. My understanding is that I ...
Jannie Kakpraat
Sep 4, 2015 at 11:58 pm
Sep 8, 2015 at 5:16 pm -
A user reports the following error dbi.internalError: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application in LOGIN. trying to ...
Robin Becker
Sep 2, 2015 at 10:14 am
Sep 2, 2015 at 5:28 pm -
Hello, So I am trying to implement a small internal web server using Flask and Tornado. I would like it to run as a service. I am running into a problem though some of my underlying code needs to use ...
Nyland, Christopher F CTR USARMY AMSAA (US)
Aug 26, 2015 at 5:28 pm
Aug 26, 2015 at 7:18 pm -
Greetings, We are trying to use the adodbapi 2.6.0.7 and unable to change ADO CommandTimeout after connection is established. Would you be able to help us understand the best way to do it? Based on ...
Andrey Glozman
Aug 20, 2015 at 4:46 pm
Aug 21, 2015 at 4:44 am -
I noticed that every call to PyIMAPIProp.GetPropList() causes the ref count for Py_None to increase by one. Can someone comment on whether the following patch seems correct, or if more might be ...
Nick Czeczulin
Aug 13, 2015 at 10:20 am
Aug 25, 2015 at 2:35 pm -
Hi, I'm facing problem in using WEAP <http://www.weap21.org API in python. I have installed WEAP correctly and have a 3.4.3 version python and also PythonWin (all of them are 32-bit). I'm not sure ...
Kasra Keshavarz
Aug 4, 2015 at 10:04 am
Aug 4, 2015 at 6:56 pm -
Dennis, This appears to have fixed my problem. I am now seeing output similar to yours, that is, the same output in both cases. I am curious how this issue came to be. I don't just edit the registry, ...
Tony Cappellini
Aug 3, 2015 at 8:20 pm
Aug 3, 2015 at 8:20 pm -
Hello, I've got Python 2.7.10 64-Bit installed, via the Anaconda installer The path clearly shows C:\Anaconda in the path. Typing python by itself brings up the python REPL as expected. Running this ...
Tony Cappellini
Jul 31, 2015 at 11:37 pm
Jul 31, 2015 at 11:37 pm -
Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel ...
Trent Nelson
Jul 31, 2015 at 8:14 pm
Aug 3, 2015 at 12:15 pm -
Has the URL for a pywin32 checkout changed, or is their server on a walkabout? Thanks, Chris -- Cheers, Chris An HTML attachment was scrubbed... URL ...
Chris Smith
Jul 21, 2015 at 10:19 am
Jul 21, 2015 at 10:24 am -
-------- Forwarding messages -------- From: "johnny_wang" <metatracker at psf.upfronthosting.co.za Date: 2015-07-10 17:33:58 To: wlq6037 at 163.com Subject: [issue570] [windows server 2003]Datagram ...
王利强
Jul 13, 2015 at 2:57 am
Jul 13, 2015 at 7:05 am -
I have the following code: import win32com.clientimport os file1= r'C:\\Users\file.xlxm' def refresher(): if os.path.exists(file1): xl = win32com.client.DispatchEx("Excel.Application") ...
Carl E. Evans
Jun 22, 2015 at 2:56 pm
Jun 22, 2015 at 4:08 pm -
Just about a month ago I started reading Learning Python by Mark Lutz. It's a new paradigm for me. I have a whole bunch of old mainframe files with carriage control characters as the 1st character in ...
Hans Becker
Jun 10, 2015 at 6:48 pm
Jul 13, 2015 at 9:40 pm -
I've produced a script that lets you generate a python module containing the definitions in a windows header file. I do realise that gcc-xml can also help with stuff like this, but I wanted to try ...
Bifferos
May 31, 2015 at 11:07 am
May 31, 2015 at 11:07 am -
Hi: I'm having issues with tkinter, COM servers and Python 3.4. I can't call tkinter inside a COM server. I tried many examples of tkinter, but every time I try to init a tkniter instance ( tk = ...
Diego Vélez Torres
May 16, 2015 at 5:49 pm
May 20, 2015 at 6:32 am -
1
[python-win32] Is there anyway to pass a VBA object to a Python COM Server and perform operations?
Hi: I'm still working at my COM server. In my project I'm using VBA functions in Excel which in turn call the Python COM Server for farther processes. However, the code in Python calls back into ...Diego Vélez Torres
May 12, 2015 at 4:32 pm
May 13, 2015 at 12:45 am -
Hi pyous people, I have a project I am looking contributors for. It is a software related to education, writing and plagiarism detection. We use pywin32 extensively, so if anyone is interested in ...
Wasi Khan
May 11, 2015 at 7:38 am
May 11, 2015 at 7:38 am -
Hi, I'am trying to use adodbapi to wrap a connection to an .accdb MS Access database and I'm getting an error when executing a query with a date parameter.For what I could deduce the problem is that ...
Adrián Panella
May 5, 2015 at 1:13 am
May 9, 2015 at 5:02 pm -
Hello! I try to open and write an (Access 2000) mdb file, and get an error I cannot interpret. This code as worked in the past (two months ago) and works without modification on a different PC of a ...
Niemann, Hartmut
Apr 20, 2015 at 1:49 pm
Apr 21, 2015 at 12:21 am -
Oh dear, I am sorry. I hadn't twigged to how that worked. I have restored the original subject now, from my initial post. Hope that helps. Just to be clear, I showed you the manifest that I have ...
Blair Hall
Apr 19, 2015 at 12:22 am
Apr 24, 2015 at 7:27 am -
I have put the contents of the manifest file at the bottom of this post: http://stackoverflow.com/questions/29597999/incorrect-dll-is-loaded-from-windows-path-instead-of-manifest My understanding was ...
Blair Hall
Apr 16, 2015 at 1:00 am
Apr 16, 2015 at 5:13 pm -
Hi, I am trying to dipatch excel using the win32com library but for some reason am running into an issue. I have the following code: import win32com.clientimport os file1= ...
Carl Evans
Apr 15, 2015 at 5:56 pm
Apr 17, 2015 at 6:08 am -
2
[python-win32] Transfer Access 2010 query results to python script for ArcGIS geoprocessing actions
Is it possible to transfer the results of an Access 2010 query (accdb extension) to a python script with the click of a button? Information will be used as variables within the script. Prefer to ...Access Newbie
Apr 15, 2015 at 3:53 pm
Apr 15, 2015 at 5:54 pm -
I am still stuck on this problem. I have posted a more detailed account here http://stackoverflow.com/questions/29597999/incorrect-dll-is-loaded-from-windows-path-instead-of-manifest _ctypes.pyd ...
Blair Hall
Apr 15, 2015 at 1:26 am
Apr 15, 2015 at 5:57 pm -
Really addressed to Mark / Roger, but in case anyone else wants to chip in anyway.. What's the oldest Python version still supported by pywin32? I ask because I'm slightly tweaking the [somewhat ...
Tim Golden
Apr 10, 2015 at 8:16 pm
Apr 21, 2015 at 6:23 am -
I have a question about RegistryValueChangeEvent that I have not been able to find an answer to on the internet so far. I would appreciate any help since I have already spent a lot of time finding ...
Khyati Shrivastava
Apr 7, 2015 at 3:51 pm
Apr 7, 2015 at 3:51 pm -
https://docs.google.com/drawings/d/1M-TzfRaSaAhFXQk1OmcmHNOaW31_7W_7q0bf8CAJqSw/edit Set with some help for a friend of mine, I was able to implement the system illustrated above. As a result I can ...
Eric S. Johansson
Mar 30, 2015 at 8:40 pm
Mar 31, 2015 at 10:17 pm -
Hi,I have the same problem ,do u have a solution about it ? tks Best Regards, Fei Yan ?? Technical Engineer An HTML attachment was scrubbed... URL ...
闫飞
Mar 29, 2015 at 12:35 pm
Mar 30, 2015 at 5:06 pm -
Hello Mark, hello everyone, I just wanted to report that the following error occurs: Traceback (most recent call last): File "C:\Python27\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", ...
Johannes Frank
Mar 8, 2015 at 3:46 am
Mar 8, 2015 at 3:46 am -
Hello, I'm not an expert, I just want to experiment python with SolidWorks I'm trying to use its DLL with some success, but unfortunately, with some errors : File "<COMObject <unknown ", line 2, in ...
Pascal
Mar 5, 2015 at 10:22 pm
Mar 7, 2015 at 1:50 pm -
Hello - I am trying to find out how to write code in Tkinter that opens a file-selection dialog so that I can open a file. It would be part of a program, not a whole program that does nothing else. I ...
John Sampson
Mar 2, 2015 at 9:21 pm
Mar 3, 2015 at 7:29 pm -
I'm using Python's Win32com right now to work with Excel. Is PyCOM another library with which you can do the same? -- Thanks, Bruce *C:* 604-441-5791 *LL*: 604-806-6355 *A: *2106-1075 Comox Street, ...
Willem Krayenhoff
Feb 28, 2015 at 1:20 am
Feb 28, 2015 at 1:20 am -
Hi everyone out there: I need to make a COM object upon my Python code, so I can call it from .NET programs (ie. Visual Basic, VB6). I need the COM object (or DLL) to be stand alone, because the ...
Diego Vélez Torres
Feb 24, 2015 at 4:53 pm
May 5, 2015 at 11:54 am -
I'm finding it difficult to figure out how to do stuff in Excel from Python. I don't know what properties or parameters are available for each object (PyCharm usually provides this via tooltip). Is ...
Willem Krayenhoff
Feb 23, 2015 at 5:46 pm
Feb 23, 2015 at 6:45 pm -
0
[python-win32] Instructions for building and installing Python 2.7 on Windows with VS 2013 or newer
Hi, I've successfully used the solution in the PCBuild directory to build CPython. However, now I have a binary and collection of .pyd files that aren't really a coherent installation. How do I do ...Reid Kleckner
Feb 20, 2015 at 7:39 pm
Feb 20, 2015 at 7:39 pm -
Does anyone understand the technical reasons why an extension module must be compiled with the same version of msvc as python itself? Are there any workarounds? It's really quite an inconvenience. If ...
Zachary Turner
Feb 20, 2015 at 4:41 pm
Feb 21, 2015 at 6:55 pm -
Has anyone successfully pip installed the pywin32 package? I'm having some trouble with it at the moment. In theory, it should be easier to instruct people to "type pip install pywin32" than "go to ...
Chris Angelico
Feb 19, 2015 at 10:23 am
Feb 20, 2015 at 5:59 pm -
Hi, There is this entry in dynamic.py/_FlagAsMethod: "Some objects do not correctly differentiate methods and properties, leading to problems when calling these methods." My question is: what ...
Łukasz Jakubowski
Feb 17, 2015 at 8:33 pm
Feb 17, 2015 at 10:11 pm -
It still fails, follow example #coding: gbk from win32com import universal from win32com.server.exception import COMException from win32com.client import gencache, DispatchWithEvents import winerror ...
Claudemir de almeida rosa
Feb 12, 2015 at 11:12 am
Feb 12, 2015 at 11:12 am -
can you send me an example to read image in addin with ribbon Att Claudemir An HTML attachment was scrubbed... URL ...
Claudemir de almeida rosa
Feb 11, 2015 at 2:06 am
Feb 11, 2015 at 6:21 pm -
Hi, I an using python using win32com.client to pilot CATIA. I try to get the structure of the loaded CATProducts CATParts and CATDrawings. For this I would like to get the typename of the com objects ...
Anton
Feb 3, 2015 at 10:49 pm
Feb 5, 2015 at 9:07 pm -
Hello, Can the problem described here: http://stackoverflow.com/questions/10496681/python-idispatch-client-without-type-library be permanently fixed, or rather we should treat resorting to ...
Łukasz Jakubowski
Feb 2, 2015 at 8:39 am
Feb 2, 2015 at 12:11 pm -
Hello, I am working on a project where my program need to access the servers with the passwords i store in a text file. Is there a neat way of storing passwords other than text files? Users will ...
Alp Tunga Özkul
Jan 18, 2015 at 5:02 pm
Jan 18, 2015 at 8:11 pm -
Are you doing anything with threading (I see you are making a call to pythoncom.GetInterfaceCount()? If so check out ...
Michael Watson
Jan 16, 2015 at 6:32 pm
Jan 16, 2015 at 6:32 pm -
Hi, I am using pywin32's mapi module to read data from PSTs. I have shared my program which reads email and attachment data here <http://pastebin.com/2AXy3BVH (http://pastebin.com/2AXy3BVH) ...
Kapil Dolas
Jan 16, 2015 at 10:43 am
Jan 16, 2015 at 5:41 pm -
I am giving a pretty simple overview of how to use InnoSetup and py2exe to distribute Python apps at PyTennessee. https://www.pytennessee.org/proposals/114/ You can use the bundle_files option ...
Michael Watson
Jan 6, 2015 at 6:38 pm
Jan 6, 2015 at 6:38 pm -
Is it possible to create a standalone executable (.EXE file) from a Python script? By 'standalone' I mean an executable file that can be placed in any folder and contains or finds the libraries, ...
John Sampson
Jan 6, 2015 at 12:50 pm
Jan 7, 2015 at 10:38 am -
I want to call the function GdipLoadImageFromStream(IStream* stream, GpImage **image) using ctypes, and I need to create the first parameter from a Python file (e.g. created with open). Is there a ...
Conrado P. L. Gouvêa
Jan 6, 2015 at 1:16 am
Jan 6, 2015 at 1:16 am
Group Overview
group | python-win32 |
categories | python |
discussions | 3,738 |
posts | 12,556 |
users | 2,026 |
website | python.org |
Top users
Archives
- September 2015 (8)
- August 2015 (24)
- July 2015 (8)
- June 2015 (5)
- May 2015 (23)
- April 2015 (28)
- March 2015 (21)
- February 2015 (31)
- January 2015 (23)
- December 2014 (17)
- November 2014 (13)
- October 2014 (27)
- September 2014 (24)
- August 2014 (8)
- July 2014 (26)
- June 2014 (28)
- May 2014 (33)
- April 2014 (53)
- March 2014 (57)
- February 2014 (27)
- January 2014 (45)
- December 2013 (29)
- November 2013 (24)
- October 2013 (10)
- September 2013 (11)
- August 2013 (6)
- July 2013 (21)
- June 2013 (31)
- May 2013 (26)
- April 2013 (38)
- March 2013 (25)
- February 2013 (32)
- January 2013 (52)
- December 2012 (32)
- November 2012 (26)
- October 2012 (25)
- September 2012 (32)
- August 2012 (35)
- July 2012 (78)
- June 2012 (62)
- May 2012 (76)
- April 2012 (91)
- March 2012 (70)
- February 2012 (121)
- January 2012 (34)
- December 2011 (45)
- November 2011 (39)
- October 2011 (45)
- September 2011 (56)
- August 2011 (90)
- July 2011 (65)
- June 2011 (99)
- May 2011 (81)
- April 2011 (42)
- March 2011 (158)
- February 2011 (116)
- January 2011 (106)
- December 2010 (103)
- November 2010 (74)
- October 2010 (77)
- September 2010 (39)
- August 2010 (54)
- July 2010 (39)
- June 2010 (67)
- May 2010 (112)
- April 2010 (121)
- March 2010 (160)
- February 2010 (91)
- January 2010 (124)
- December 2009 (110)
- November 2009 (140)
- October 2009 (100)
- September 2009 (80)
- August 2009 (108)
- July 2009 (126)
- June 2009 (112)
- May 2009 (101)
- April 2009 (132)
- March 2009 (80)
- February 2009 (119)
- January 2009 (157)
- December 2008 (151)
- November 2008 (85)
- October 2008 (115)
- September 2008 (107)
- August 2008 (125)
- July 2008 (203)
- June 2008 (136)
- May 2008 (218)
- April 2008 (206)
- March 2008 (217)
- February 2008 (172)
- January 2008 (280)
- December 2007 (89)
- November 2007 (75)
- October 2007 (90)
- September 2007 (63)
- August 2007 (102)
- July 2007 (104)
- June 2007 (92)
- May 2007 (186)
- April 2007 (89)
- March 2007 (104)
- February 2007 (73)
- January 2007 (75)
- December 2006 (118)
- November 2006 (102)
- October 2006 (128)
- September 2006 (95)
- August 2006 (107)
- July 2006 (95)
- June 2006 (66)
- May 2006 (107)
- April 2006 (125)
- March 2006 (147)
- February 2006 (131)
- January 2006 (109)
- December 2005 (75)
- November 2005 (94)
- October 2005 (123)
- September 2005 (108)
- August 2005 (86)
- July 2005 (95)
- June 2005 (180)
- May 2005 (110)
- April 2005 (146)
- March 2005 (99)
- February 2005 (69)
- January 2005 (88)
- December 2004 (99)
- November 2004 (140)
- October 2004 (139)
- September 2004 (157)
- August 2004 (134)
- July 2004 (95)
- June 2004 (50)
- May 2004 (93)
- April 2004 (122)
- March 2004 (101)
- February 2004 (94)
- January 2004 (98)
- December 2003 (73)
- November 2003 (54)
- October 2003 (70)
- September 2003 (46)
- August 2003 (52)
- July 2003 (67)
- June 2003 (52)
- May 2003 (85)
- April 2003 (67)
- March 2003 (1)
- February 2003 (1)
- January 2003 (1)
- December 2002 (1)
- November 2002 (1)
- October 2002 (1)
- September 2002 (1)
- August 2002 (1)
- July 2002 (1)
- June 2002 (1)
- May 2002 (1)
- April 2002 (1)
- March 2002 (1)
- February 2002 (1)
- January 2002 (1)
- December 2001 (1)
- November 2001 (1)
- October 2001 (1)
- September 2001 (1)
- August 2001 (1)
- July 2001 (1)
- June 2001 (1)
- May 2001 (1)
- April 2001 (1)