← Back to team overview

lottanzb team mailing list archive

[Bug 490985] [NEW] bin/lottanzb.py not removed when distutils fails in build_i18n.runn

 

Public bug reported:

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!.

** Affects: lottanzb
     Importance: Medium
     Assignee: LottaNZB Development Team (lottanzb)
         Status: Triaged

** Changed in: lottanzb
       Status: New => Confirmed

** Changed in: lottanzb
   Importance: Undecided => Medium

** Changed in: lottanzb
     Assignee: (unassigned) => LottaNZB Development Team (lottanzb)

** Changed in: lottanzb
       Status: Confirmed => Triaged

-- 
bin/lottanzb.py not removed when distutils fails in build_i18n.runn
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!.



Follow ups

References