![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Chris, you're right on both points. You'll turn Lab 2 in via JES – there is Help for how to turnin in JES, and we'll get some documentation up on the lab ASAP. Mark Guzdial |
| What is the error message? |
| Please contact your TA and work with them. You definitely do NOT have your GT# and mailserver set up correctly. He or she can help you set it right. Mark Guzdial |
| You edit it. "Doesn't work" is exactly the issue – doesn't the lab ask you to look at errors that you got? |
| Are you using the JES on the CD, or the alternative version? If the alternative version, there is a fix – it's a more complicated command, but it works fine. I've posted it to An Alternative Way to Run JES page. Mark Guzdial |
| No, pickAFile() is defined. What's on line 17? Make sure that lines that aren't Python are preceded by "#". Mark Guzdial |
| Why doesn't it? What error do you get? Mark Guzdial |
| The same name that you typed into Outlook – that's your mailserver. Mark Guzdial |
| Off-campus, do you have Internet access? Who through? That's who you have to use for your off-campus turnin from JES. This will be discussed in recitation. Mark Guzdial |
| Hint: You are SUPPOSED to get an error in the first part of the lab – so that you get used to errors in JES. Read through the rest of the lab. Mark Guzdial |
| Microsoft Word is part of Lab 2 Mark Guzdial |
| Basically, the idea for that is that we want you to use the spell checker to fix the blatant spelling errors. Obviously, the spell checker is going to question you about people's names, or even CS-specific terms. Those are OK – you can leave them. But the spell checker will find spelling errors where it is obvious it is really and honestly a spelling error – for example, maybe some of the vowels in the word are messed up. In that case, the word should be fixed. Jim Gruen |
| Lots of people seem to be having cut and paste issues. Please check to make sure the that the spacing is correct in the pasted text. Also, I just changed the format of the code on the lab2 page, so you might want to try copying and pasting again and see if that works better. Jim Gruen |
| Sometimes JES will highlight an error when the actual problem is on the line above or below the highlighted line. Check the surrounding area of your program as well. If nothing is obvious, check the spacing as well. Jim Gruen |
| Yes, I think they can help you at recitation. Or send email to your TA, or go to their or my office hours. Mark Guzdial |
| The assignment list is read from the network when you open the turnin box. If you're not hooked up to the network, it can't read the assignment list. Mark Guzdial |
| Fixed, thanks! Jim Gruen |
| Probably not, though you may want to change the name of the folder from "JES CD" to "JES" just for simplicity's sake. Jim Gruen |
| The same kind of file you got it as: doc Adam Wilson |
| When we changed the line in the lab from "s = sound(f)" to "s = makeSound(f)" the error changed as well. The error you gave is actually the correct error. I'll go fix the lab now. Thanks! Jim Gruen |
| Python will accept single or double quotes. You need the "r" if you use traditional Windows path/file names. If you print what pickAFile() returns, you'll see backslashes "\". Python uses backslashes for specific meanings. If you use forward slashes "/", then Python will convert those for you for Windows and all is well, but it's not actually how most Windows programs handle paths. If you want to use traditional Windows paths, you have to have the "R". Mark Guzdial |
| You can ask our TA direcly whether your lab went through - Jose |
| And Jim Gruen just tried reformatting the Lab 2 page, so it might copy easier now. Mark Guzdial |
| Yes, that is the default setting for JES. Matt Wallace |
| Are you on or off campus? If you're off campus try to use your ISP's server. If you're on campus, you might want to give smtp.mail.gatech.edu a try. Also, make sure that your GT num is correct and all lower case. Adam Wilson |
| Are you on or off campus? If you're off, what Internet Service Provider do you use? Adam Wilson |
| OIT says that smtp.mail.gatech.edu is the mail server for your account. Hmmm... If your gt num is fine inside of the turnin config, then it should work. Let's try this: send me an email (awilson@cc.gatech.edu) with your name and gt number. Adam Wilson |
| Try mail.msn.com? |
| Natalie, I'll give you access to my SMTP server to try. It should work. I'll give you details in class. However, it is possible that your ISP is filtering port 25 (SMTP) and that could be your problem. Scott Forbus |
| Yes, it does. You should have gotten an email from your TA introducing themselves. He/She is your TA, and the person who needs to get all your work Adam Wilson |
| I installed and ran it from the library without a problem. I think I used cc.gatech.edu and it worked fine for me. Try using acme.gatech.edu or prism.gatech.edu Angela Liang |