pythonanywhere Questions

11

Solved

here is my code: import asyncio from aiohttp import ClientSession async def main(): url = "https://stackoverflow.com/" async with ClientSession() as session: async with session.get(...

22

It's my first time trying to deploy a Django app(django 2.0.1)(Python 3.6) to pythonanywhere, it is a simple portfolio app with no models, no bootstrap. Just Django, HTML, CSS & Javascript. Af...
Kirwan asked 9/1, 2018 at 7:56

26

Solved

I m building a flutter app with django rest-framework. The registration api is working fine in Postman but after some successful registration from the flutter app it is showing the above error. The...
Riggs asked 21/4, 2019 at 18:31

2

Solved

I'm trying to use the collectstatic command in pythonanywhere's bash terminal: python manage.py collectstatic But I get: PermissionError: [Errno 13] Permission denied: '/static' Please can ...
Sever asked 17/2, 2018 at 12:5

2

Solved

This seems so simple, but for the life of me I can't figure it out. I am new to Python and Seaborn, and I am doing all this online at PythonAnywhere. All I am trying to do is create a simple barp...
Cardinalate asked 29/6, 2018 at 16:3

5

Solved

I'm dealing with a problem trying to develop a web-app, part of which converts uploaded docx files to pdf files (after some processing). With python-docx and other methods, I do not require a windo...
Hoxsie asked 22/6, 2018 at 6:39

5

I host my small project on pythonanywhere and after i host it i check if it is working and when i click the django admin, the theme of my django admin is dark and when i tried to run on my local ho...
Belfast asked 17/4, 2021 at 5:40

2

I'm trying to upload a bot to the server and encountered this error when installing numpy. Although before that I also installed it and everything worked then I changed the virtual environment and ...
Lavonda asked 3/5, 2020 at 16:45

4

I try to establish a connection with MySQL base in PythonAnywhere using SSH in my Java program according to instruction: https://help.pythonanywhere.com/pages/AccessingMySQLFromOutsidePythonAnywher...
Unmoral asked 5/1, 2020 at 19:0

3

Solved

I'm using pythonanywere.com to deploy my Django application. So I've installed a few machine learning libraries to that virtual environment. (venv) 19:16 ~ $ pip3 list Package Version -----------...
Sealy asked 18/5, 2018 at 19:26

3

Solved

I have a django app hosted on pyhtonanywhere. The app resides at username.pythonanywhere.com/MyApp. I would like to serve a static html page at username.pythonanywhere.com. Is this possible? Essent...
Hautemarne asked 4/6, 2015 at 17:20

4

Solved

I'm trying make online a project but there is an error i can't solve myself. I already installed django but the server give me this error. Virtualenv is also active. 2017-09-25 20:10:27,471: *...
Outandout asked 25/9, 2017 at 20:29

3

I want to sync pythonanywhere project with github account. Like If I make changes in my project at github,it automatically gets updated at pythonanywhere. Forgive me I am new to github.
Hominy asked 1/1, 2018 at 4:25

2

I am new to python and still learning. I created a small python 3.6 Flask webapp on pythonanwhere and found out that send_file() is not working on pythonanywhere servers. I am actively looking for ...
Great asked 29/4, 2018 at 14:36

2

Solved

I have developed a WebApplication in Django that has a view method which contains the OpevCV code that when triggered opens the User Webcam to detect its face. This app works fine in my localserver...
Selectivity asked 12/2, 2020 at 6:11

2

I built a web app on a my local win7 machine. I did it with pycharm and used git as version control. I'm a total git novice. I put the repository on github so that I could stage the webapp to my p...
Banebrudge asked 26/9, 2017 at 14:16

2

Solved

My understanding is that pythonanywhere supports a headless Firefox browser but you need from pyvirtualdisplay import Display And so you can connect using with Display(): while True: try: dr...
Hobnailed asked 16/9, 2018 at 11:22

2

Solved

I'm trying to use python3.6 -m venv test directly in PythonAnywhere to create a virtualenv. I wanted to use this method as I believe it is more portable to other environments where virtualenvwrappe...
Thornton asked 7/4, 2017 at 12:39

1

Solved

I am building a python web app hosted on pythonanywhere following this tutorial loosely. I am modifying the resulting application to fit my own goal. Here is my python code that I am using to pass...
Canary asked 24/4, 2018 at 13:1

1

I'm trying to install bigfloat and I am getting this message that seems to indicate I need the mpfr library first. How do I do this? The message: running build_ext building 'mpfr' extension cre...
Abmho asked 26/9, 2017 at 23:58

3

Solved

This code works well on my local machine, but when I upload and run it on pythonanywhere.com it gives me this error. My Code: url = "http://www.codeforces.com/api/contest.list?gym=false" hdr = {'...
Schade asked 15/9, 2015 at 23:39

0

I'm trying to enter data from python 3.4 into a MySQL database, with both of these entities being within pythonAnywhere. In other words, I'm writing a python 3.4 program in pythonAnywhere and need ...
Correct asked 19/6, 2017 at 20:15

1

Solved

I am trying to use django-debug-toolbar on python anywhere in a django app. It requires me to set my ip address in the settings which i've done, but the toolbar is not showing up. Upon further inve...
Refluent asked 8/2, 2017 at 4:52

2

I'm trying to scrape some pages that are on a website but to view the pages, I need to be connected to a VPN. My setup is as follows: I am running python on a cloud server on www.pythonanywhere.c...
Zymase asked 2/2, 2016 at 3:46

2

Solved

I'm trying to write a really simply webapp with PythonAnywhere and Flask that has lets the user upload a text file, generates a csv file, then lets the user download the csv file. It doesn't have t...
Misanthrope asked 23/12, 2014 at 21:12

© 2022 - 2025 — McMap. All rights reserved.