1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Djangoプロジェクトをexe化する方法

Posted at

はじめに

こんにちわ。hinaateです。Djangoプロジェクトをexe化して第三者に提供したくなったので、参考文献を列挙しておきます。基本的にはPyinstallerでexe化できます。稀に必要なライブラリが入っていないエラーがでることがあるので、その場合は、.specの「hiddenimport」に必要なライブラリを入力して再度exe化すればよいみたいです。

おわりに

今回はただのメモです。只今こちらはGWなので、この程度で許してください。🦛

参考文献

https://di-acc2.com/programming/python/21052/#index_id3
https://ssrv.net/tech/python-pyinstaller-no-module/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?