Giter VIP home page Giter VIP logo

easy_data's People

Contributors

kugomusic avatar zhoukangg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

easy_data's Issues

代码不全吗?我这边为什么不能正常运行呀

你好,首先感谢分享!
我运行了一下,出现以下问题:
1,
$ python3 run.py
Traceback (most recent call last):
File "run.py", line 2, in
from app import app
File "/home/wonders/kevin/wonders/2020/0622_zyydx/2_Easy_Data/app/init.py", line 26, in
from app.views import Project, OperateType, OperateFlow, ProjectModel, Report, Operator
File "/home/wonders/kevin/wonders/2020/0622_zyydx/2_Easy_Data/app/views/OperateFlow.py", line 10, in
from app.views import Process
ImportError: cannot import name 'Process'

我看到OperateFlow.py", line 10, in 的具体代码是from app.views import Process
app>views文件夹下没有Process.py文件
后来发现app>views>v1文件夹下有Process.py文件
所以改代码OperateFlow.py", line 10, in 的具体为是from app.views.v1 import Process
然后再运行python3 run.py

  • Serving Flask app "app" (lazy loading)
  • Environment: production
    WARNING: Do not use the development server in a production environment.
    Use a production WSGI server instead.
  • Debug mode: on
  • Running on http://0.0.0.0:8001/ (Press CTRL+C to quit)
  • Restarting with stat
  • Debugger is active!
  • Debugger PIN: 160-612-508

在用浏览器访问时,只出现一个HomePage of Easy_Data
字样的页面,没有其他什么东西了

请问这是什么原因呢?你那边正常运行的结果是什么样子的呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.