Image Module In python Question
Hey everybody:Recently, I have been experiencing a lot of difficulty with python's pil library. I'm just really not sure why it's not working like it should. Here's what's up.So I try to import pil by typing:import pilBut apparently there is no module called
Re: Hiding terminal Windows In Python
Well dang, man. I never thought it would be that easy. Thanks a lot, I appreciate it.Now let me ask you this:What if I wanted to compile my script as an executable and store it somewhere so I could, maybe, use it on a machine without python or redistrib
Hiding terminal Windows In Python
Hello:Recently, I've begun to develop a lot of scripts in python. There are a couple running on my computer at any given time. As they are just scripts, there isn't really any console output, and I don't need a window open for them at all. My problem is
Hiding terminal Windows In Python
Hello:Recently, I've begun to develop a lot of scripts in python. There are a couple running on my computer at any given time. As they are just scripts, there isn't really any console output, and I don't need a window open for them at all. My problem is
Re: Keyboard detecting in Python
Thank you kindly. I found that really useful actually, not only for that but for a few other projects I'm doing, that library is neat. If anyone else ever runs into this issue, here's my working code.import msvcrt while True: if msvcrt.kbhit(): a = msvcrt.
Re: Keyboard detecting in Python
Thank you kindly. I found that really useful actually, not only for that but for a few other projects I'm doing, that library is neat. If anyone else ever runs into this issue, here's my working code.import msvcrt while True: if msvcrt.kbhit(): a = msvcrt.
Keyboard detecting in Python
Hi.So, I am writing a program in python that relies on a lot of user input to function. It runs in the terminal. I am trying to find a way to make program execution faster by reducing the amount of times the end user has to press enter. What I've been doing is s
Re: Introducing Quorum Programming Language!
You know, I never could get into Quorum either, and the nearby school for the blind is really shoving it at everyone. It's annoying because the language boasts that it is designed with accessibility in mind yet I never could actually manage to do
PHP Cookies
Hello everybody:So here is my situation. I am attempting to add an alert to my site which will display the last update date to the user. Now, I do realize this could become pretty annoying for frequent visitors, so I added a checkbox that says: "Do not show this message again."
PHP Cookies
Hello everybody:So here is my situation. I am attempting to add an alert to my site which will display the last update date to the user. Now, I do realize this could become pretty annoying for frequent visitors, so I added a checkbox that says: "Do not show this message again."
Re: Programmers: Here's a question:
It's not really a program... It's hardly something worth noting, but on my website, I'd kept on getting spam submitted through my contact form. It was really annoying, so I coded an extremely flawed captcha which one would have to go through to send me em
Re: PHP help with sending emails
I went through this same thing a while ago. I wrote a php thing to send an email which would happen when I pressed the submit button in an HTML form. The form had no data, it was just a post action to the page which contained my mail script. So I executed it
Re: PHP help with sending emails
I went through this same thing a while ago. I wrote a php thing to send an email which whould happen when I pressed the submit button in an HTML form. The form had no data, it was just a post action to the page which contained my mail script. So I executed i
Re: Php doesn't like me
Odly enough, I seem to have the same problem writing to a file. The file in question doesn't exist yet, but fopen should create it anyway. Here's the code that isn't working.$myfile = fopen("date.txt", "w")$txt = " . date("l-m-d-Y") . \n";fwrite($myfile, $txt);fclose
Re: Bgt Brace Issue
I've gotta agree with you on that one. The compiler sometimes can be pretty annoying when it comes to telling you where you messed up. But @10, I'll certainly give that all a try pretty soon here, and thank all of you a lot for all the help you've given me. I sure do app
Re: Bgt Brace Issue
Well, I don't know why, but when I wrote out the whole file again, I didn't get any errors. Until I tried to do that question answer type thing.void question(){int answer;answer = question("Would you like to view the game instructions and rules?");if(answer == 1){bool op
Re: Bgt Brace Issue
Well, I don't know why, but the bgt program must really not like the file I was using to write that code in, because when I wrote it all out again, I got a total of 0 errors. That is, until I tried to do that question answer type thing. Here's the code which I am recievi
Re: Bgt Brace Issue
Ahh. I may have forgotten to include the #include code in my original post, but that string is for a third-party menu I'm using, because I don't like dynamic menu. When I use the old matcher script to check if i have any unclosed or overclosed braces, it comes up fine.
Re: Bgt Brace Issue
Thanks, I appreciate the help. But, when I entered the code as you wrote it, I now get an unexpected token error on line 5
URL: https://forum.audiogames.net/post/411541/#p411541
--
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http
Re: Bgt Brace Issue
Sorry, I'm still getting the error. I removed the ; as you specified and furthermore removed the extra {, but I'm still getting the same error on the same line.
URL: https://forum.audiogames.net/post/410962/#p410962
--
Audiogames-reflector mailing list
Audiogames-r
Bgt Brace Issue
Hello:So recently, after deciding to reread the Bgt manual to familiarize myself with its basic concepts again, I have decided to start on a program. However, I'm running into a small but extremely annoying error. I keep getting an unexpected token error on the 25th line of
21 matches
Mail list logo