Articles tagged with python

Pack a Debian Python Package for Ubuntu

Why Debian Package but Not Python Egg or Wheel?

There are several reasons. Including:

  • The application may consist of the other components on top of the other languages
  • The application may need more system-wide operation or supported by the other components of the system.

Theoretically, Python egg or wheel package …

Fail to Deploy on Netlify with Pelican 4.5.0

Netlify Defualt Python is 2.7!!

I tried to deploy my zh site yesterday but I did not make it because of python collection.abc import error raised by python 2.7:

4:07:18 PM: $ make html
4:07:18 PM: pelican /opt/build/repo/content -o /opt/build …
Page 2 / 2

To the First Page
To the Previous Page