python - django-bootstrap3 python包安装: no files found matching '*.png' under directory 'bootstrap3'

标签 python django twitter-bootstrap ubuntu-14.04

我在 Linux Mint 17.3 系统中使用 pip3 安装了 django-bootstrap3 python 包。这是输出:

Downloading/unpacking django-bootstrap3
   Downloading django-bootstrap3-7.0.1.tar.gz
   Running setup.py (path:/tmp/pip_build_root/django-bootstrap3/setup.py) egg_info for package django-bootstrap3

      warning: no files found matching '*.png' under directory 'bootstrap3'
      warning: no files found matching '*.gif' under directory 'bootstrap3'
      warning: no files found matching '*js' under directory 'bootstrap3'
      warning: no files found matching '*jpg' under directory 'bootstrap3'
      warning: no files found matching '*jpeg' under directory 'bootstrap3'
      warning: no files found matching '*svg' under directory 'bootstrap3'
      warning: no files found matching '*.png' under directory 'demo'
      warning: no files found matching '*.gif' under directory 'demo'
      warning: no files found matching '*js' under directory 'demo'
      warning: no files found matching '*jpg' under directory 'demo'
      warning: no files found matching '*jpeg' under directory 'demo'
      warning: no files found matching '*svg' under directory 'demo'
Installing collected packages: django-bootstrap3
   Running setup.py install for django-bootstrap3

      warning: no files found matching '*.png' under directory 'bootstrap3'
      warning: no files found matching '*.gif' under directory 'bootstrap3'
      warning: no files found matching '*js' under directory 'bootstrap3'
      warning: no files found matching '*jpg' under directory 'bootstrap3'
      warning: no files found matching '*jpeg' under directory 'bootstrap3'
      warning: no files found matching '*svg' under directory 'bootstrap3'
      warning: no files found matching '*.png' under directory 'demo'
      warning: no files found matching '*.gif' under directory 'demo'
      warning: no files found matching '*js' under directory 'demo'
      warning: no files found matching '*jpg' under directory 'demo'
      warning: no files found matching '*jpeg' under directory 'demo'
      warning: no files found matching '*svg' under directory 'demo'
Successfully installed django-bootstrap3
Cleaning up...

我的系统中似乎缺少与 bootstrap 3 相关的内容。它是什么?我还应该安装什么。

最佳答案

根据 django-bootstrap3 的开发人员的说法,忽略这些警告是安全的:Link to related issue in github.

<小时/>

问题#268:安装警告:在目录“bootstrap3”下找不到匹配“.png”的文件*:

renpj:

I got these warning during the installation:

warning: no files found matching '.png' under directory 'bootstrap3'
warning: no files found matching '.gif' under directory 'bootstrap3'

[...]

I'm using Django 1.8.2, python 2.7.6

dyve (owner):

You can safely ignore these. If anyone knows how to improve the sep process so these warning do not appear, I'd like to know.

关于python - django-bootstrap3 python包安装: no files found matching '*.png' under directory 'bootstrap3' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36299725/

相关文章:

javascript - .fullcalendar 不是“提交按钮单击”上的功能

python - DJANGO_SETTINGS_MODULE 未定义

python - 窗口在 10 秒内未关闭

python - 在使用 python、django 或基于 shell 的工具进行重定向后,如何捕获最终 url?

python - Django查询过滤器多对多对多等

css - Bootstrap 地铁瓷砖

python - 根据上面的行创建新的数据框行

python - 如何只获取父类对象的属性

python - Django 中的基本 MVT 问题

twitter-bootstrap - 无法观察 Aurelia 自定义属性中的 Bootstrap 事件