I recently subscribed to tutor and I am trying to visit the subscribers
list so I can ask a question but I was'nt given an admin address. Not only
that but I don't know what an admin address is. Your help is greatly
appreciated.
___
Tutor maillist - Tut
Hello. I am currently working with Python version 3.1.1 . I am working out
of the book called Python Programming for the Absolute Beginner Third
Edition which teaches version 3.1.1 . I wrote the following blackjack
program that is on page 275 and I imported the modules that you see below.
First the
I just wrote the following GUI application. How do I get rid of the 7k in
the upper left hand corner and how to I put other stuff there like say a
picture of someone. Thanks for the help.
Here is the GUI application. It is called mad_lib.py.py
# Mad Lib
# Create a story based on user input
from t
I tried the code you suggested and I got the following error message.
Here is the code I tried.
root = Tkinter.Tk()
root.iconbitmap(default=ico_image_filename)
And here is the error message.
Traceback (most recent call last):
File "C:\Python31\mad_lib.py.py", line 112, in
root = Tkinter.
I installed livewires for python 2.x so should that work with python
version 2.7.2 ? I typed in the code you see below and got the following
error message.
Here is the code.
from livewires import games
and here is the error message
Traceback (most recent call last):
File "C:/Python27/new_grap
I am using python version 2.7.2. I put the version of livewires for python
2.x in the right folder this time and after running the following program I
got a different error message. Here they are.
program
# New Graphics Window
# Demonstrates creating a graphics window
from livewires import games
First I typed help() into the python 3.1.1 interpreter and then I typed
modules to see if there was a beginners module and it wasn't there but when
I went into the
C:\Python31\Lib\site-packages\livewires folder I saw the file beginners.py
right there in front of my face. So here is the program I am
Could you tell me where I can get a free download of livewires for python
version 3.1.1 ? And one that does not have a trial period please. I looked
and looked but all I found was the one for version 2.x. I thought I had the
one for version 3.1.1 but I guess I was wrong. I don't know if I am
direct
I actually am not familiar with python enough to know what code to use.
Thanks for the help.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
How do I get to line 362 of a program without counting each line ? Thanks
for the help.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
I decided to try using python version 2.1.3 with pygame version 1.7.1 (I
hope they're compatable) and the livewires version that was available at
livewires.org.uk, I think it's version 2.1 . After getting the following
error message I tried researching the problem myself at bing.com and then
google
Okay, I typed into the command line of version 2.7.2, python -c "import
sys; print sys.version". I tried it with and without the quotes. I tried
copying the error messages from the command line but it wouldn't let me so
I copied them from the python shell instead.
here is what I got after typing i
Okay, I typed in python -c "import sys; print sys.version" at the command
prompt. I didn't see a prompt ending with %. Instead I saw a prompt ending
with >. But here is the message I got.
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\
Okay this time I think it worked because it said
2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
then I typed python at the command prompt and the little >>> came up. Then
I typed import pygame but I did not get an error, it just prompted me again
like this >>>.
Thanks for the
I realize that one of you told me that there is no livewires for python
v3.1.1 but the book that I am reading teaches v3.1.1 and the code that is
presented in the book has a line that imports a module from the livewires
package. Now since the book covers v3.1.1, I would have to conclude that
the co
Hello, I stopped using python for about 4 months but now I am back. I tried
running my pizza_panic_game.py program again thinking nothing had changed
since a last ran it but boy was I wrong. Are we allowed to send the program
as an attachment? Here is the program
# Pizza Panic
# Player must catch
16 matches
Mail list logo