Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 66
Search took 0.01 seconds.
Search: Posts Made By: Chuckiferd
Forum: Python Jun 22nd, 2008, 8:32 PM
Replies: 4
Views: 98
Posted By Chuckiferd
Re: GUI woes

ah, I see, so I guess it is off to the GUI tutorials again,

ewwie, disgusting
Forum: Python Jun 22nd, 2008, 8:03 PM
Replies: 4
Views: 98
Posted By Chuckiferd
Re: GUI woes

???is that a message for mods or some sarcastic comment?
Forum: Python Jun 22nd, 2008, 6:35 PM
Replies: 4
Views: 98
Posted By Chuckiferd
GUI woes

Oh noes he's back:wink:

anyways, I was wondering if creating a editable coordinate plane is possibal without using GUIs

What I mean by this is like those old Rogue RPG games that most of us have...
Forum: Python May 3rd, 2008, 10:40 PM
Replies: 8
Views: 222
Posted By Chuckiferd
Re: Are nested lists indestructable?

ok I see, I always get so caught up in one method that I never think of changing it.
Forum: Python May 3rd, 2008, 6:46 PM
Replies: 8
Views: 222
Posted By Chuckiferd
Re: Are nested lists indestructable?

got it that was actually old un-updated code, I fixed all that, but do you get why the number generator is not working
Forum: Python May 3rd, 2008, 5:24 PM
Replies: 8
Views: 222
Posted By Chuckiferd
Re: Are nested lists indestructable?

cool then I can divide that by 4 to figure out how many nested lists there are.

You know ever since last night everything seems to be going wrong, I am adding the code to make each list unique and...
Forum: Python May 3rd, 2008, 4:27 PM
Replies: 8
Views: 222
Posted By Chuckiferd
Re: Are nested lists indestructable?

whoa, why is it suddenly working, I must of been doing something wrong. Weird I could of swore that, that was the first thing I tried.

Thanks Sane

PS. Is there a way to automaticaly count the...
Forum: Python May 3rd, 2008, 2:29 PM
Replies: 8
Views: 222
Posted By Chuckiferd
Are nested lists indestructable?

Hello I am trying to create a program that involves writing a whole bunch of lists with information of its specific topic then grouping them together. Normally I would use a hash but they don't...
Forum: Python Feb 7th, 2008, 8:14 PM
Replies: 9
Views: 664
Posted By Chuckiferd
Re: Tools for learning Python

I looked at it, it was fine untill I hit the create your own program part, the stuff that came before anyone who can read would understand but then suddenly:| bang! he is using classes, importing...
Forum: Python Jan 25th, 2008, 3:46 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

or I could use else which would take care of strings and anything else they try to throw at me, except the dreaded return, hmm its not working I thought that the option to restart was making all the...
Forum: Python Jan 25th, 2008, 3:40 PM
Replies: 4
Views: 289
Posted By Chuckiferd
Re: Games you don't download

I will have to look into that
Forum: Python Jan 25th, 2008, 9:31 AM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

Yes I dubugged that and several other gramatical errors in the print statements. I am comming up with a way to confront the entering of strings, which cause the program to crash. I will try...
Forum: Python Jan 24th, 2008, 6:52 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

There is one last feature I want to add and that is the ability to go back and re-run the program. I don't know the command needed, is it continue or break, jeez maybe a goto funtion in python...
Forum: Python Jan 24th, 2008, 6:45 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

There is one last feature I want to add and that is the ability to go back and re-run the program. I don't know the command needed, is it continue or break, jeez maybe a goto funtion in python...
Forum: Python Jan 24th, 2008, 4:56 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

Never mind ALL DONE. it is now a .exe file and everything. Thank you Sane and Titaniumdecoy and all you others who helped me out even after I managed to turn this overly simple project into a week...
Forum: Python Jan 24th, 2008, 4:11 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I wish to know as I am trying to make this a standalone py2exe, program.
Forum: Python Jan 24th, 2008, 3:38 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I am sorry I mean without IDLE. I mean from the plain old original Python command line. Right now I can run the program just by clicking it as Windows is cool like that. But I wish to know why the...
Forum: Python Jan 24th, 2008, 3:00 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

By 'remotely activating the file' I meant opening it and running it without having to copy and paste from a notepad document.
Forum: Python Jan 24th, 2008, 1:24 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

yeah I got it to work with just double clicking, sorta

One last time #guessgame********** (1/20/08)
from random import randint
def start():
answer=randint(1,101) #the answer
guessnum=0 #number...
Forum: Python Jan 24th, 2008, 11:29 AM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

but I am not using illegal characters, I am using a typical American keyboard, you will find no chinese characters on this keyboard, wait could it be the font? (I am truly sorry about the raw_imp-...
Forum: Python Jan 23rd, 2008, 6:45 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

with just a raw_imput command it still has the same message, could it be the path, mine is
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C;\Python25
Forum: Python Jan 23rd, 2008, 6:42 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

same thing everytime
Forum: Python Jan 23rd, 2008, 5:45 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

That is where I originaly had the indentation, The command line disagreed with me untill I changed it to that
Forum: Python Jan 23rd, 2008, 5:31 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

(shakes his head saddly)

The window appears and disapears in less than a second, I see that program never runs either, it is all a blank page

EDIT: I got a screen shot of an error that appears...
Forum: Python Jan 23rd, 2008, 5:00 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

great, no more bugs..... now how do I run it? obviously the instructions given by several tutorials "$ python name of program" doesn't work on windows.

Here is the finished product, completely...
Forum: Python Jan 23rd, 2008, 1:48 PM
Replies: 7
Views: 353
Posted By Chuckiferd
Re: Few questions about python/programming.

Aiiiiah!!! the tutorial that you posted it says



I keep on seeing this, how do I do it???

EDIT: Please don't disown me lol, but I also see all these ZIP files and PDP files and I don't know how...
Forum: Python Jan 23rd, 2008, 1:44 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I tried forgoing it all and using a else command. But guess what, the last part of the program that gives instructions on how to opperate it if you arn't in main mode has an 'if' statement that...
Forum: Python Jan 23rd, 2008, 1:24 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

here ye go

#guessgame********** (1/20/08)
from random import randint
def start():
answer=randint(1,101) #the answer
guessnum=1 #number of failed user guesses
guess=raw_imput('''I am...
Forum: Python Jan 23rd, 2008, 11:11 AM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I have debugged this far

#guessgame********** (1/20/08)
from random import randint
def start():
answer=randint(1,101) #the answer
guessnum=1 #number of failed user guesses
...
Forum: Python Jan 23rd, 2008, 10:15 AM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

Isn't that what I was saying, oh well, I got an interpreter up, even though I can't figure out how to run the program, the $ is not working and neither is plain typing in the programs name :-/

Oh...
Forum: Python Jan 22nd, 2008, 3:55 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

but while the terminating secquence of the program is in a While loop it doesn't correspond to it will never be reached. Just like


while a=1
print a
if a = 2
print 'this never will be...
Forum: Python Jan 22nd, 2008, 3:18 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Talking Re: My pyguessinggame

AHAH!!!, I thought you said that it wouldn't work, but it is actually inacurate, the note says number of failed user guesses , yet I made it start at 1. I would rather have it represent number of...
Forum: Python Jan 22nd, 2008, 10:52 AM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I get it now

Does this correct the mistake with the feedback on the amount of tries
print 'Congrats, that took', guessnum ,'tries'

As compared to print 'Congrats, that took', guessnum,...
Forum: Python Jan 22nd, 2008, 10:49 AM
Replies: 17
Views: 683
Posted By Chuckiferd
Re: Hacking?

Yeeish I don't want to know about it anymore, I am geting a headache thinking about it
Forum: Python Jan 21st, 2008, 8:19 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

I have one last quick question, Sane you talked about how the logistics are wrong. Seeing how I still stuck to the form of the 'warmer' game by the way here it is in an indented version, in the book...
Forum: Python Jan 21st, 2008, 5:37 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

All right I won't do it anymore,
Forum: Python Jan 21st, 2008, 4:09 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

Will do (once I erase that laptop XP operating system off my 98 desktop:@) then I should be fine, but the computer won't let me past the log in screen (slaps head) Why did I reformat the computer...
Forum: Python Jan 21st, 2008, 4:06 PM
Replies: 17
Views: 683
Posted By Chuckiferd
Re: Hacking?

really? I thought that they actually did that for fun, serriously:|
Forum: Python Jan 21st, 2008, 2:44 PM
Replies: 48
Views: 1,134
Posted By Chuckiferd
Re: My pyguessinggame

seeing how nobody has said anything I am going to guess It is fine (or its so bad everybody has givin up on me:-/)
Forum: Show Off Your Open Source Projects Jan 21st, 2008, 11:29 AM
Replies: 17
Views: 929
Posted By Chuckiferd
Re: Guitar Hero Bot

I always thought you needed the game code to make a bot but I guess you proved me wrong. Whoops I guess I shouldn't of posted in this old thread
Showing results 1 to 40 of 66

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:39 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC