Re: [python-win32] Compiling python functions in a c file on windows

2010-08-07 Thread Mark Tolonen
"David Hutto" wrote in message news:aanlktinkvsk60swwvfp-p30otvcliaerqo7j_xgaw...@mail.gmail.com... While trying to go through the tutorial in the official python documentation, I'm encountering a problem on Windows(ubuntu/linux compiles the same test file fine) I'm just using a 'dummy' funct

Re: [python-win32] pywin32 214 Problem

2010-01-20 Thread Mark Tolonen
"Wesley Overhults" wrote in message news:snt108-w408b6aa1d92598d590f16bd2...@phx.gbl... So I have a new computer that runs Windows 7 and I have a program called Hellanzb that uses Python. I installed Python 2.5 and I installed pywin-32 214 but when I try to use Hellanzb, it gives me this m

Re: [python-win32] Unable to install PyWin32 with Python 2.6.2 and 2.6.3

2009-10-03 Thread Mark Tolonen
"Andrew Savige" wrote in message news:166165.58186...@web56402.mail.re3.yahoo.com... After doing a fresh install of Python 2.6.3, I ran pywin32-214.win32-py2.6.exe, downloaded from http://sourceforge.net/projects/pywin32/ At the end of the install was a dialog box stating that "Postinstall sc

Re: [python-win32] Does anyone know how to compile pywin32 for64bitoperating system?

2009-09-12 Thread Mark Tolonen
"Jacky Lam" wrote in message news:d9dcd20c0909122053w772941b7q82fea3920e856...@mail.gmail.com... could you further elabarate on it? As pywin32 onlys has 32bit version for python 2.5, so I want to compile a 64 bit version for 64 bit os. Then definitely read the latest sources setup.py. To q

Re: [python-win32] Does anyone know how to compile pywin32 for 64bitoperating system?

2009-09-12 Thread Mark Tolonen
"Jacky Lam" wrote in message news:d9dcd20c0909120423y4a27ffadk5a26a4e9af1c1...@mail.gmail.com... I would like to compile a 64 bit version of pywin. I am currently using MingGW for that, but I fail to do so. Does anyone know how to compile pywin32 for 64bit operating system? In addition, any ex

Re: [python-win32] Formatting parts of an excel cell

2009-04-27 Thread Mark Tolonen
"Baehr, Manuel" wrote in message news:737a64deb003704788e5ce515ed146054b6...@csmail.comsoft.de... Hi Mark, I got an error with that as well, but I figured out the correct way: import win32com.client xl = win32com.client.gencache.EnsureDispatch('Excel.Application') xl.Visible = True xl.Workb

Re: [python-win32] Formatting parts of an excel cell

2009-04-25 Thread Mark Tolonen
"Andrea Gavana" wrote in message news:d5ff27200904250628g433ae546xb0b683b1f32f4...@mail.gmail.com... On Sat, Apr 25, 2009 at 2:00 PM, Mark Tolonen wrote: > > "Baehr, Manuel" wrote in message > news:737a64deb003704788e5ce515ed146054b6...@csmail.comsoft.de... &g

Re: [python-win32] Formatting parts of an excel cell

2009-04-25 Thread Mark Tolonen
"Baehr, Manuel" wrote in message news:737a64deb003704788e5ce515ed146054b6...@csmail.comsoft.de... Hi John, Check out the thread "Multiple formats in a cell" in this group around 2009-03-06. thanks for the link! However, I can't use xlwt (and xlrd) because I have to modify an existing excel

Re: [python-win32] pywin32 build 213 released

2009-02-23 Thread Mark Tolonen
"Mark Hammond" wrote in message news:49a334c4.50...@gmail.com... On 16/02/2009 11:50 PM, Mark Hammond wrote: Hi all, I'm extremely happy to announce the release of pywin32 build 213 - the first release of pywin32 with support for Python 3.x. This release has a large number of changes and

Re: [python-win32] Serious bug in pywin32?

2009-01-30 Thread Mark Tolonen
"Mark Hammond" wrote in message news:4983e381.5030...@gmail.com... [snip] If either of you - or anyone else with experience in this area - are brave and willing to test this out, I'll send you an email with the location of a build you can grab and see if (or hopefully how ) things have impr

Re: [python-win32] Serious bug in pywin32?

2009-01-30 Thread Mark Tolonen
"Mark Hammond" wrote in message news:4983818b.1090...@gmail.com... Please file a bug and I'll try and nail it before the next release (pythonwin itself is now much more unicode aware - it now even allows each file to have its own encoding - but I'm yet to implement the encoding detection beyon

Re: [python-win32] Serious bug in pywin32?

2009-01-30 Thread Mark Tolonen
"Elias Fotinis" wrote in message news:910266.84177...@web52901.mail.re2.yahoo.com... --- On Fri, 1/30/09, Mark Tolonen wrote: Two days ago I changed Control Panel, Regional and Language Options, Advanced tab, "Select a language to match the language version of the non-Unico

Re: [python-win32] Serious bug in pywin32?

2009-01-30 Thread Mark Tolonen
python.org [mailto:python-win32-bounces+rdahlstrom=directedge@python.org] On Behalf Of Mark Tolonen Sent: Friday, January 30, 2009 9:16 AM To: python-win32@python.org Subject: [python-win32] Serious bug in pywin32? Today I ran PythonWin and accidentally typed 'python' at the interactive

[python-win32] Serious bug in pywin32?

2009-01-30 Thread Mark Tolonen
Today I ran PythonWin and accidentally typed 'python' at the interactive prompt out of habit, since I often use the cmd prompt instead. PythonWin immediately crashed. I re-ran PythonWin and tried again. Same crash. Ran again...typed 'import os'. No crash, but the interactive prompt hung. A

Re: [python-win32] want to leave DOS console at any target dir

2007-11-19 Thread Mark Tolonen
> Date: Mon, 19 Nov 2007 02:18:12 + (UTC) > From: Charlie <[EMAIL PROTECTED]> > Subject: [python-win32] want to leave DOS console at any target dir > To: python-win32@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > When launching a python script fro