Forums

xlrd in pythonanywhere

i am new here and to python or to coding in general.. i have made a code in python with xlrd and i was trying to put that code into my pythonanywhere webpage.. but i when i try to open the webpage, it does not open.. what should i do?

When you say it doesn't open, what happens exactly? Is the page just never loading? Or are you getting some kind of error message? If you're getting an error message, the best place to start debugging is the error log -- there's a link to it on the "Web" page, and the most recent error is at the bottom.

BTW if you're converting a script that you're written into a website, you might find this blog post useful.