腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
flask_mail
似乎是
在
pythonanywhere
中
导入
的
,
但在
运行
get
错误代码
时
:
没有
名为
flask
、
pythonanywhere
、
flask-mail
我正在尝试通过
flask_mail
在
电子邮件中发送熊猫DataFrame:app.config['MAIL_PASSWORD'] = '***' @app.route("/sent", methods=["
GET
浏览 22
提问于2019-12-02
得票数 2
回答已采纳
0
回答
Python:编码以适应多个开发环境?
python
、
visual-studio
、
pythonanywhere
我
在
使用Visual Studio2015和
PythonAnywhere
编写Python脚本之间来回切换。 虽然我可以
在
两个开发环境之间复制我
的
.py文件,但是必须进行一些更改才能
运行
相同
的
脚本。例如,我
在
VS
中
访问Chromedriver
的
路径可能是C:/python27/libs/site-packages/...,但是当我切换到
PythonAnywhere
时</e
浏览 13
提问于2016-12-21
得票数 1
回答已采纳
3
回答
没有
模块
名为
请求
PythonAnywhere
错误
python
、
python-3.x
、
urllib
、
pythonanywhere
、
pyvirtualdisplay
我需要在代码中使用urllib模块,并按如下方式
导入
:import urllib.error>
没有
名为
的
模块当我尝试
时
,urllib库看起来是成功
导入
的
: >
没有
浏览 4
提问于2015-11-05
得票数 1
回答已采纳
1
回答
PythonAnywhere
ImportError:
没有
名为
wsgi
的
模块
python
、
django
、
pythonanywhere
我
在
PythonAnywhere
上部署django应用程序。我使用
的
环境是:Python2.7 Django 1.8from django.core.wsgi import
get
_wsgi_applicationapplication =
get
_wsgi_application() Impo
浏览 3
提问于2015-10-05
得票数 2
1
回答
无法
在
pythonanywhere
服务器
中
安装任何模块
python-3.x
我是
pythonanywhere
服务器
的
新手。我正试图
在
pythonanywhere
服务器上
运行
我
的
python脚本,但
导入
错误即将到来(
没有
命
名为
...
的
模块)。当我尝试安装模块
时
,出现错误:错误:找不到满足要求
的
版本urllib (来自版本:无)错误:找不到与urllib匹配
的
发行版 。另外,请告诉我在这台服务器上
运行
python脚本是不是
浏览 15
提问于2021-05-28
得票数 0
回答已采纳
1
回答
我试图
在
Pythonanywhere
.com上部署我
的
网站,但我有"ModuleNotFoundError“。如何调试?
python
、
django
、
web-applications
、
wsgi
、
pythonanywhere
运行
WSGI应用程序ModuleNotFoundError
时
出错:
在
application =
get
_wsgi_application()
中
,
没有
名为
“starclone "/var/www/wholes_
pythonanywhere
_com_wsgi.py”
的
模块“
浏览 3
提问于2022-06-11
得票数 -1
1
回答
错误
导入
白纹
python
、
django
、
python-import
、
whitenoise
我正试图按照
pythonanywhere
.com教程
在
djangoGirls中部署我
的
网站。当我
运行
我
的
网站
时
,它给了我一个错误: ImportError:
没有
名为
“whitenoise”
的
模块 文件"/var/www/cryptoassistant_
pythonanywhere
_com_wsgi.py",第7行,<em
浏览 2
提问于2018-05-27
得票数 1
1
回答
运行
WSGI应用程序ModuleNotFoundError
时
出错:
没有
名为
“f_worldSHop‘File "/var/www/fworld_
pythonanywhere
_com_wsgi.py”
的
模块
python
、
django
、
pythonanywhere
当我
在
pythonanywhere
上部署django项目
时
遇到了以下错误内部工程路径(myenv) 21:33 ~ $ cd f-worldshopf_worldSHop/ (myenv) 21:34 ~/f-worldshop/f_w
浏览 0
提问于2022-06-03
得票数 0
2
回答
NoReverse MAtch地址:/
django
、
github
、
pythonanywhere
我跟随开发了我
的
博客。该网站在本地主机上
运行
,
但在
pythonanywhere
.com
中
显示NoReverse Match at /错误from django.utils import timezonedefrender(request, 'blog
浏览 1
提问于2019-09-24
得票数 0
1
回答
在
Pythonanywhere
上部署Apache Superset
flask
、
pythonanywhere
、
apache-superset
我试图弄清楚如何使用在上使用uWSGI+nginx部署一个web应用程序
的
实例。 我已经
在
Pythonanywhere
上安装了一个虚拟环境,并在之后安装和安装了超级集。
在
Pythonanywhere
上启动一个Superset服务器
似乎是
可行
的
,但是我找不到任何关于如何将Superset与烧瓶一起使用
的
文档,因此Superset可以像xxx.
pythonanywhere
.com它需要定义一个
名为
application
浏览 0
提问于2018-03-20
得票数 2
回答已采纳
1
回答
PythonAnywhere
: manage.py返回“拒绝用户访问”@‘%’到数据库‘user’
python
、
django
、
pythonanywhere
、
manage.py
我和
PythonAnywhere
有着非常令人沮丧
的
问题。每当我需要
运行
manage.py
时
,我都可以通过做一些烦人
的
工作来启动和
运行
我
的
站点,但是现在我需要设置一个自动化
的
任务,这不再是一种选择。问题在于,
在
PythonAnywhere
中
,数据库必须在约定
中
命
名为
“用户$数据库”。目前,我正在将生产环境变量存储
在
.env文件
中
,
浏览 0
提问于2018-06-10
得票数 0
回答已采纳
1
回答
pythonanywhere
没有
更新mongoDB
mongodb
、
flask
、
async-await
、
pythonanywhere
retryWrites=true&w=majority' db = client.
get
_database('myAuctionDBelse:这是我
的
代码,当我从我
的
电脑<
浏览 2
提问于2022-04-28
得票数 1
回答已采纳
0
回答
域转发到
PythonAnywhere
后,Flask会话为空,仅在Safari (webkit)
中
flask
、
webkit
、
session-cookies
、
pythonanywhere
、
forwarding
我有一个
PythonAnywhere
Flask应用程序。我有一个GoDaddy域,并且设置了GoDaddy将该域转发到
PythonAnywhere
地址。这在Chrome和FireFox上
运行
良好,
但在
Safari (和Midori,两者都是基于WebKit
的
)
中
,Flask session cookie返回
时
完全是空
的
。
在
Safari中直接转到可以很好地工作;但是转发会带来麻烦。 那么:我可以
在
我
的</em
浏览 3
提问于2018-07-18
得票数 1
3
回答
PythonAnywhere
计划任务
导入
错误
python
、
python-3.x
、
python-import
、
pythonanywhere
我想每小时向我
的
用户发送推送通知。None Device')device.send_message('test') “回溯(最近一次调用):File”/home/User/文件夹/Project/App/schedule.py“
浏览 4
提问于2016-03-19
得票数 1
1
回答
ModuleNotFoundError:
没有
名为
“apotheekMijlbeek_main”
的
模块
python
、
django
、
wsgi
、
pythonanywhere
我尝试
在
Pythonanywhere
上部署我
的
第一个Django / Postgres应用程序。我
在
我
的
帐户上激活了postgres /配置了端口/地址等等,但是当我试图
运行
代码
时
,我得到了ModuleNotFoundError:
没有
名为
'apotheekMijlbeek_main‘
的
模块。在我看来,我
的
结构就像apotheekMijlbeek/ap
浏览 4
提问于2022-10-24
得票数 0
1
回答
在
Python Anywhere托管服务器
中
触发OpenCV脚本
时
找不到摄像头
python
、
python-3.x
、
opencv
、
pythonanywhere
我有一个python脚本,它
导入
cv2模块并
运行
脚本,通过打开摄像头通过videocapture(0)检测人脸。这个脚本
在
我
的
本地服务器上
运行
得很好,但是当我把文件上传到我
的
pythonanywhere
服务器并尝试
运行
这个脚本
时
,我得到了以下错误[ WARN:0_src.empty() in function 'cvtColor' 我环顾了
pythonan
浏览 49
提问于2020-02-10
得票数 0
回答已采纳
1
回答
Pythonanywhere
电报bot邮政功能不起作用
telegram-bot
、
pythonanywhere
、
telebot
嗨,im
在
Pythonanywhere
上是全新
的
,我选择它来迁移带有Apps脚本
的
机器人im部署,
在
阅读了2018年
的
许多旧教程之后,这是我想出
的
代码:bot = telepot.Bot('token') bot.setWebhook("https://logrt
浏览 12
提问于2022-06-06
得票数 1
1
回答
在
Angular2
中
的
index.html中加载Ckeditor javascript lib
时
出现"Uncaught : Unexpected <“
angular
、
import
、
ckeditor
所以我
在
index.html
中
添加了加载ckeditor js文件
的
代码。这是项目结构。client这是我
在
index.html
中
添加
的
内容我不认为这是因为错误
的
路径。
浏览 3
提问于2017-10-15
得票数 2
2
回答
Vs
中
的
Python -代码:无法
导入
python文件
python
、
visual-studio-code
、
python-import
当我尝试
运行
main.py
时
,会出现以下错误: ModuleNotFoundError:
没有
名为
“catalog”
的
模块from catalog.es_catalog_controller import EsCatalogController def
get
_settings(): return config.Settings()
浏览 3
提问于2022-08-04
得票数 0
1
回答
gTTS (google文本到语音)模块
的
python代码错误
python
、
valueerror
当我输入命令
时
tts.save("hello.mp3")' 我已经尝试了一段时间来修复我
的
got,就像我之前收到
的
错误代码
一样。
没有
名为
“gtts”<
浏览 1
提问于2018-11-04
得票数 1
点击加载更多
相关
资讯
python入门教程08-02(python语法入门之模块)
理解 Go Mod Init
Python-Testing
Windows 10更新陷困境:用户遭强制安装,打印机故障频发,系统卡顿严重
Flask,一个轻量级 Web 开发操作的 Python 库!
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
云直播
活动推荐
运营活动
广告
关闭
领券