Re: [python-win32] Questions about deploying COM server via py2exe

2011-08-19 Thread Matteo Boscolo
Hi Kevin , Il 18/08/2011 17:10, Kevin Walzer ha scritto: Hi all, I'm working on a Tkinter app that is being deployed to Windows via py2exe for wrapping and InnoSetup for its installer. In order to provide a similar scripting capability to the app that is present in its Mac version, I've made

[python-win32] PyCharm rather inaccessible/useless to me as such

2011-08-19 Thread Jacob Kruger
Ok, thought would try out the 30 day demo/trial of PyCharm, but their whole interface is apparently done in something with no accessibility information in it, or something since tabbing around in interface, nothing gets mentioned to me, and not even sure if it has a menu system as such, so, for

Re: [python-win32] PyCharm rather inaccessible/useless to me as such

2011-08-19 Thread Vernon Cole
The entire idea of a Python IDE written in java is frightening to me... Vernon Cole (sent from my 'droid phone) ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Pythonwin Combobox

2011-08-19 Thread Manfred Schulte-Oversohl
I played with controls on a window (no dialog). For example an edit control with CreateEdit() and everything works fine. I'd like to use a combobox control. Getting it with dialog is no problem. But I could not create a combobox on a window. With the following code I got an error by CreateWindow

[python-win32] SHOpenFolderAndSelectItems

2011-08-19 Thread Scott Nelson
Greetings, I'm looking to get access to the shell function: SHOpenFolderAndSelectItems (MSDN: http://msdn.microsoft.com/en-us/library/bb762232(v=VS.85).aspx) But, after looking around for quite some time (and googling, and searching the pywin32 archives, reading examples...), I am not able to fin

Re: [python-win32] Pythonwin Combobox

2011-08-19 Thread Greg Ewing
Manfred Schulte-Oversohl wrote: I'd like to use a combobox control. Getting it with dialog is no problem. But I could not create a combobox on a window. I had the same problem -- pywin32 is missing a CreateComboBox function. After much frustration, I found the following workaround: hwnd

Re: [python-win32] Questions about deploying COM server via py2exe

2011-08-19 Thread Kevin Walzer
For registering the com server we use innosetup with the following line [Run] Filename: "{app}\openclerk.exe"; Parameters: "/regserver"; WorkingDir: "{app}" ; StatusMsg: "Registering openclerk.exe ..." --- I’ve used a variation of this techinque, it seems to work fine. Thanks. usually you get

Re: [python-win32] Questions about deploying COM server via py2exe

2011-08-19 Thread Matteo Boscolo
Hi Kevin, run this script and it will be registered for debug .. run the win32traceutil.py as mentioned in the following link : http://www.boscolini.eu/Boscolini/index.php?option=com_content&view=article&id=62%3Apython-win32debug-tutorial&catid=38%3Aprogramming&Itemid=55&lang=en