thanks a lot :)
--
http://mail.python.org/mailman/listinfo/python-list
([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
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
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
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 (
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
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
"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
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
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
Hello,
I am a newbie and have a few questions about Python and Tkinter.
I would like to create the following layout in Python
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
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
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
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
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
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
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.
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:
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
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
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
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
23 matches
Mail list logo