You are not logged in.
Pages: 1
Hello, I have created a simple TODO manager written in python with a ncurses interface.
The program is available here : 2do-curses-1.0.tar.gz
To install just type as root:
python setup.py install
Last edited by vcottineau (2011-09-03 21:15:00)
Offline
Hint: use distutils to distribute the app, much nicer than copy/paste from forums
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Hint: use distutils to distribute the app, much nicer than copy/paste from forums
Thanks a lot for the hint
Last edited by vcottineau (2011-09-03 15:38:21)
Offline
Moderator comment:
vcottineau,
Be careful with posting large pictures. Your file is only 34K, so I'll leave it be. In general you should adhere to https://wiki.archlinux.org/index.php/Fo … s_and_Code. Personally, I only enforce the file size and not the pixel count. With other moderators, YMMV.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
To install just type as root:
python setup.py install
No need to be root actually, also it is really easy to wrap in a PKGBUILD
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Hm I don't know so much about distutils as I am using it for the first time
In the setup.py I consider my python program as a "script" and the default install path is then /usr/bin (root)
Offline
Pages: 1