lottanzb team mailing list archive
-
lottanzb team
-
Mailing list archive
-
Message #00148
[Bug 490985] Re: bin/lottanzb.py not removed when distutils fails in build_i18n.run
Severin, do you mean the Python project with upstream? It looks like
this bug description is incomplete as I can't see anything that
indicates this is a Python bug.
--
bin/lottanzb.py not removed when distutils fails in build_i18n.run
https://bugs.launchpad.net/bugs/490985
You received this bug notification because you are a member of LottaNZB
Development Team, which is a bug assignee.
Status in LottaNZB • Automated Usenet Client: Triaged
Bug description:
This causes the problem described below when the user installs LottaNZB after that.
This temporary file would be removed again by distutils/auto.py using
for f in exe_symlinks:
os.unlink(f)
It's probably possible to add a work-around to setup.py, but it would probably be a better idea to fix this upstream.
------------------
Hi, I'm pretty new to linux so if you can, please explain as simple as possible :)
I'm using Opensuse 11.2 x64.
Installed all dependencies, built it, and then when I run it I get this output:
[code]
lottanzb
Traceback (most recent call last):
File "/usr/local/bin/lottanzb", line 3, in <module>
from lottanzb.core import App
File "/usr/local/bin/lottanzb.py", line 3, in <module>
from lottanzb.core import App
ImportError: No module named core
[/code]
Any idea what I'm doing wrong here?
Thanks in advance!.
References