Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
97 views

I am trying to display the headers of a data frame I created based on a csv file using the PythonAnywhere free version. I keep getting a huge error message and I don't understand what I did wrong. ...
user31868639's user avatar
1 vote
1 answer
52 views

I have a paid account with PythonAnywhere, with MySQL DB. I am able to connect to DB using DBeaver and am also able to SSH using command prompt (ssh [email protected]). However when I ...
chhibbz's user avatar
  • 490
0 votes
0 answers
79 views

I have just finished working on a Flask web application that is using openai SDK. Locally everything works smoothly, but after uploading the project on PythonAnywhere, the environment variables from ....
Alex's user avatar
  • 7
0 votes
0 answers
59 views

I'm making a program which I want to run continuously (hence the pythonanywhere): def setup(): spOauth = SpotifyOAuth(client_id=CLIENTID, client_secret=CLIENTSECRET, ...
CEO of Forehead's user avatar
0 votes
1 answer
54 views

Attempt to connect to MySQL-database by module MySQLdb fails and will be responded by: name 'MySQLdb' is not defined... in the servers log. Environment is not virtual, framework is Flask The ...
PythonNewbie's user avatar
1 vote
1 answer
77 views

I have a MySQL database and web app set up on PythonAnywhere (a paid account). When I am exclusively on PythonAnywhere, the web app works great! The database is connected, and I am able to use the ...
Patrick0328's user avatar
0 votes
2 answers
104 views

I have a Django web app (Python 3.11) that runs on Azure, and I'm trying to migrate it to PythonAnywhere. I've followed the setup instructions. The web page itself says "Internal Server Error&...
Cormac's user avatar
  • 117
0 votes
2 answers
218 views

Launching a Celery 5.5.1 task from a Django 4.2 view sometimes causes 'generate_report' object has no attribute 'delay_on_commit' # tasks.py from celery import shared_task @shared_task def ...
Davy's user avatar
  • 1,842
-2 votes
2 answers
71 views

Link to the youtube video: https://youtu.be/iJrUiem10iI I have developed a Django application that includes features like downloading YouTube videos (using yt-dlp) and potentially converting file ...
Christian's user avatar
0 votes
1 answer
79 views

I have deployed my django app in python anywhere and getting below error : TemplateDoesNotExist at /topic/ cms_app\content.html I have two apps in my project. One is cms_app and other is users. My ...
Trishna's user avatar
  • 185
2 votes
0 answers
61 views

I tried code from a tutorial in the PythonAnywhere help-pages: Using tornado | PythonAnywhere help In the information section, they explained that they need to see this code and paste it into the ...
LuciGamer 54's user avatar
0 votes
1 answer
25 views

I have a Flask-based dashboard application where all users can log in and use the system except for one specific account. Whenever this user attempts to log in, I receive a 502-backend error. I have ...
Siddharth Karkhanis's user avatar
1 vote
1 answer
150 views

I'm developing a Django application that uses Cloudinary for image storage. When running the project locally, everything works fine, and images upload successfully. However, when I deploy the project ...
Josue Yael Guerrero Priego's user avatar
0 votes
0 answers
63 views

Has anyone ever used PythonAnywhere to host opensource python program called changedetection? I'm having trouble with the web app WSGI file, which is the file telling the web app where to find the app ...
Michael Howard's user avatar
-1 votes
1 answer
120 views

When i'm trying to run the bot uploaded to home/%User_name%/ at PythonAnywhere it crashes with: File "/home/%User_name%/%Project_name%/./handlers/command_handlers.py", line 103, in ...
Plem's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
89