Re: Help me with the script? How to find items in csv file A and not in file B and vice versa

2013-06-18 Thread Alan Newbie
thanks a lot :) -- http://mail.python.org/mailman/listinfo/python-list

Help me with the script? How to find items in csv file A and not in file B and vice versa

2013-06-18 Thread Alan Newbie
([inBnotA]) print "done!" = But it doesn't produce the required results. It prints IDs in this format: 247158132\n and nothing to the csv files. You could probably tell I'm a newbie. Could you help me out? here's som

Is Python what I need?

2009-08-23 Thread newbie
Hi all I'm interested in developing computer based, interactive programs for students in a special school who have an aversion to pen and paper. I've searched the net to find ready made software that will meet my needs but it is either written to a level much higher than these students can cope wit

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

Where Does One Begin?

2007-02-02 Thread Mister Newbie
I have no programming experience. I want to learn Python so I can make simple, 2D games. Where should I start? Can you recommend a good book? Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: Is Python Right for Me?

2007-02-02 Thread Mister Newbie
"Terry Reedy" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > "Mister Newbie" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >|I want to make small, 2D games. I have no programming experience. Is > Python >| a good

Is Python Right for Me?

2007-02-02 Thread Mister Newbie
I want to make small, 2D games. I have no programming experience. Is Python a good choice? Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Global Variables in OOP and Python

2005-12-30 Thread newbie
Hello, I have questions about global variables in OOP (in general) and Python (in specific). I understand (I think) that global variables are generally not a good idea. However, if there are variables that need to be accessed by a number of classes that exists in separate namespaces (files), what

newbie question about python and Tkinter

2005-12-11 Thread newbie
Hello, I am a newbie and have a few questions about Python and Tkinter. I would like to create the following layout in Python

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

Idiots guide to fonts with tKinter

2005-08-04 Thread import newbie
can do (or close to it) but without the HTML. :-) My "newbie dream project" is to piece together a functional, WYSIWYG text editor that can handle at least three fonts: Times New Roman, Arial and Courier (bold, italics and underlined). I know, I know. That's pretty ambitious. But

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

Re: web camera or else ? 15-30 fps processing of camera videos.

2005-02-02 Thread Newbie
has to use the python programming language. Great help, thank you all, Jake. Matt D wrote: > Newbie wrote: > > I am doing some robotics projects but my main area of interest is > > trying out several algorithms for the processing of the stream of data > > coming from the vid

web camera or else ? 15-30 fps processing of camera videos.

2005-02-01 Thread Newbie
I am doing some robotics projects but my main area of interest is trying out several algorithms for the processing of the stream of data coming from the video. I am wondering what type of camera I should invest in. Either I could buy a web cam and hope I can find a driver I could either modify or

use embedded python to build a dll

2004-12-07 Thread newbie
Hi all, I got a problem using the embedded python. I'll be appreciated if some one can show me the way. What i want is, 1.build a dll(test.dll/test.lib) which uses the embedded python, for example, i want to use the 're' module. 2.build a exe(usedll.exe) which uses that dll. 3.use py2exe to elimin