Re: listing computer hard drives with python

2008-05-05 Thread python newbie
Sorry, I forgot to copy the list. Looks like you are doing this on Windows. Windows has a built in command call fsutil that would work in this situation. The syntax would be: C:\Documents and Settings\username>fsutil fsinfo drives Drives: C:\ D:\ E:\ To find out the type of drive you can use

Logical Operator and code block not executing (newbie question)

2008-04-16 Thread python newbie
Hello, I am running into a small problem of not having a code block not executing after after a logical operator is true. What am I missing or doing wrong. Any thoughts or opinions would be greatly appreciated. The block that isn't being executed follows: elif (guess == the_number) and (

Mailing list question

2008-04-16 Thread python newbie
Hello, Just curious; can I post a basic programming question to this mailing list? Thanks in advance. Pete - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.-- http://mail.python.org/mailman/listinfo/python-list

Does FTPLIB have a 'local change directory' ?

2005-08-06 Thread python newbie
Hi, first I wanted to say that: I have finally been able to ftp a file in my python app - however, it works like this: When you use storbinary and hand it a full path "c:\myfiles\morefiles\picture.gif".. it will find the file on your hard drive, and then upload the file, but on the ftp ser

Re: Harvestman install not working

2005-04-06 Thread python newbie
First of all, please disregard the extra posts, Anand, I need to really really get a new newsreader. It kept on giving me an error, making me think that each sendbutton click wasnt' working. My mistake, I use the Harvestman.Py in the main folder, of course. It works fine. Thanks again. "Ana

Re: Harvestman install not working

2005-04-06 Thread python newbie
Thanks Anand, (both for writing Harvest, and for the reply.) By the way, I did try that, so that the command is: c:\python23\python.exe install.py py2exe -O2 --packages=encodings And this time the dist folder was created, but there were only these files in there: library.zip python23.dll unicod

Re: Harvestman install not working

2005-04-06 Thread python newbie
Thanks Anand, (both for writing Harvest, and for the reply.) By the way, I did try that, so that the command is: c:\python23\python.exe install.py py2exe -O2 --packages=encodings And this time the dist folder was created, but there were only these files in there: library.zip python23.dll unicod

Re: Harvestman install not working

2005-04-06 Thread python newbie
Thanks Anand, (both for writing Harvest, and for the reply.) By the way, I did try that, so that the command is: c:\python23\python.exe install.py py2exe -O2 --packages=encodings And this time the dist folder was created, but there were only these files in there: library.zip python23.dll unicod

Re: Harvestman install not working

2005-04-06 Thread python newbie
Thanks Anand, (both for Harvestman and for the reply.) By the way, I did try that, so that the command is: c:\python23\python.exe install.py py2exe -O2 --packages=encodings And this time the dist folder was created, but there were only these files in there: library.zip python23.dll unicodedata.

Harvestman install not working

2005-04-06 Thread python newbie
Hi, I previously had Harvestman installed and working okay, but somehow the latest version won't install. I have Python23 installed. When I attempt to execute the py2exesetup.bat file (on Windows XP), I get:

Re: OS env for Windows

2005-02-13 Thread python newbie
Cool thanks a lot. Always wanted to use win32api module too. "Tony Meyer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> Is there any other way >> of distinguishing between XP and 2000 I wonder? > > WinXP SP2: > import win32api major, minor, spack, platform, ver_str = win