Re: [python-win32] Possible trouble with pywin23-216 on python 3.2

2011-03-03 Thread Tim Golden
Re: [python-win32] Possible trouble with pywin23-216 on python 3.2 Aha! There's your problem: you're trying to install pywin23. Don't know why you didn't spot it yourself... ;) TJG ___ python-win32 mailing list python-win32@python.org

Re: [python-win32] Possible trouble with pywin23-216 on python 3.2

2011-03-03 Thread Greg Ewing
Tim Golden wrote: Re: [python-win32] Possible trouble with pywin23-216 on python 3.2 Aha! There's your problem: you're trying to install pywin23. Unless of course you're using one of those rare machines based on Intel's little-known 23-bit architecture. (There was a typo early on in the

[python-win32] Fonts behaving differently with Py3/216

2011-03-03 Thread Greg Ewing
I recently tried running PyGUI on Python 3 using pywin32 build 216, and a couple of things are not working quite the same way as they were with Python 2 and build 213. 1) The default font used for control labels etc. is slightly smaller. 2) When I calculate the width of a piece of text using

Re: [python-win32] Fonts behaving differently with Py3/216

2011-03-03 Thread Mark Hammond
On 4/03/2011 1:31 PM, Greg Ewing wrote: I recently tried running PyGUI on Python 3 using pywin32 build 216, and a couple of things are not working quite the same way as they were with Python 2 and build 213. 1) The default font used for control labels etc. is slightly smaller. 2) When I

Re: [python-win32] Fonts behaving differently with Py3/216

2011-03-03 Thread Greg Ewing
Mark Hammond wrote: What version of python and how many bits? I'm guessing you tried 3.2, which means you must have used the 64bit version No, it's 3.1, and 32 bit. It can't be 64, because the machine I'm running it on can't handle that. (And it's definitely not 23 bit either. :-) The only

Re: [python-win32] Fonts behaving differently with Py3/216

2011-03-03 Thread Mark Hammond
On 4/03/2011 3:26 PM, Greg Ewing wrote: Mark Hammond wrote: What version of python and how many bits? I'm guessing you tried 3.2, which means you must have used the 64bit version No, it's 3.1, and 32 bit. It can't be 64, because the machine I'm running it on can't handle that. (And it's

[python-win32] Mapping Drives in Python

2011-03-03 Thread Becky Mcquilling
Hi: Hoping you guys can help out a python noob here. I have a list of machines that I am backing up flat files from to one central machine. I need to: a) Map Drives and b) run robocopy I am iterating through a text file that has the share names and the and directory that I want to be created: