Re: [python-win32] pywin32 build 217 for 3.3

2012-10-14 Thread David Robinow
On Sun, Oct 14, 2012 at 9:17 AM, Patrick Vrijlandt wrote: ... > I’m trying to install pywin32 build 217 for python 3.3 on my Vista machine. > The postinstall script shows a traceback: ... > When I ignore the error and try to start pythonwin.exe (from > C:\Python33\Lib\site-packages\pythonwin\Pytho

Re: [python-win32] AppData directory on Windows?

2011-09-01 Thread David Robinow
On Thu, Sep 1, 2011 at 8:49 AM, Tim Golden wrote: > On 01/09/2011 13:39, Kevin Walzer wrote: >> >> Hi, >> I’m getting feedback from a Windows user that says my Tkinter app won’t >> write data to an app temporary directory. Here’s my code: >> sys.stderr=open(os.path.join(os.path.expanduser('~'), 'A

Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-23 Thread David Robinow
On Sat, Aug 20, 2011 at 10:55 PM, The Little Guy wrote: > Hi, > I apologize for the lengthy post. The code you posted does not run at all. I had to rename a few things to get it to do anything at all. It appears that xlrd is holding a reference to the excel file. I was able to get it to work by

Re: [python-win32] Named parameters; Adding Excel sheet

2011-08-10 Thread David Robinow
On Wed, Aug 10, 2011 at 6:56 AM, Tim Golden wrote: > On 10/08/2011 11:15, A. S. wrote: >> >> I've worked with pywin32 and up to now inspecting the Excel macro editor >> and translating commands worked fine, but now I cannot manage to add a >> sheet at the correct position in Excel. >> >> My test p

Re: [python-win32] HKLM\Software\Python\PythonCore\2.6\PythonPath - does it serve any purpose?

2010-01-06 Thread David Robinow
On Wed, Jan 6, 2010 at 2:39 PM, Paul Keating wrote: > What is the registry key HKLM\Software\Python\PythonCore\2.6\PythonPath for? > The docs (http://www.python.org/doc/2.6/using/windows.html) say > > Modifying the module search path can also be done through the Windows > registry: Edit > HKEY_LOC

Re: [python-win32] HKLM\Software\Python\PythonCore\2.6\PythonPath - does it serve any purpose?

2010-01-06 Thread David Robinow
On Wed, Jan 6, 2010 at 2:39 PM, Paul Keating wrote: > What is the registry key HKLM\Software\Python\PythonCore\2.6\PythonPath for? > The docs (http://www.python.org/doc/2.6/using/windows.html) say > > Modifying the module search path can also be done through the Windows > registry: Edit > HKEY_LOC

Re: [python-win32] What happened to python26.dll?

2009-12-07 Thread David Robinow
On Mon, Dec 7, 2009 at 8:47 PM, Boar Gules wrote: > I just installed Python 2.6.4. > > For embedded applications I expect that there will be a python26.dll. But > the install doesn't seem to have provided it. What am I missing here > (besides the file, of course)? Where did you look? Usually it'

Re: [python-win32] Why can I compile a C extension if I replace python25.lib with python25.dll?

2009-08-07 Thread David Robinow
On Fri, Aug 7, 2009 at 1:19 PM, Tim Roberts wrote: > Jason Baker wrote: >> Nope.  I get linker errors saying it cant find a whole slew of symbols >> from the Python library.  I haven't been able to figure out any other >> way to get it to work without replacing python25.lib with python25.dll >> (fr

Re: [python-win32] ANN: PyGUI 2.0.5

2009-06-09 Thread David Robinow
On Wed, Jun 3, 2009 at 10:24 PM, Greg Ewing wrote: > Randy Syring wrote: >> >> I am wondering if the problems with build 213 have ever been resolved on >> Windows.  Or was I mistaken that build 213 was the problem? > > I don't know. I haven't heard any more about it from > anyone since then. > > Ha

Re: [python-win32] Might be a easy problem.

2009-04-05 Thread David Robinow
On Sun, Apr 5, 2009 at 10:54 AM, Fleu Risseur wrote: > With APTANA I have built some some hundreds of internet sites, and I may > perfectly be ignorant in a lot of things. I'd never heard of APTANA. It looks interesting. Thanks for mentioning it. > So, again the question, expecting some usefull

Re: [python-win32] python print statements

2009-01-08 Thread David Robinow
On Thu, Jan 8, 2009 at 1:12 PM, Nalli Dinesh wrote: > I do not want to remodel my application at this stage. I have print > statements all over the place. I looking at a solution where, without > touching the print statements at all, I want to tell the python interpreter > to not execute print sta