Roundup Tracker - Issues

Issue 479816

classification
redhat-7.2 install first impressions
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2001-11-08 23:39 by anonymous, last changed 2001-11-08 23:39 by anonymous.

Messages
msg74 Author: [hidden] (anonymous) Date: 2001-11-08 23:39
This looks like a great tool! I hope to use it!
I already have the python2 rpm installed for other
purposesses.  I wanted to let you know that
Installing on Redhat Linux had the following effects.

1. 

Normally when installing a strange python app
I prefer to build an RPM, then install the RPM
rather than running "python2 setup.py install".

When I tried this with 0.3.0pre3 I got:

<snip previous>
+ python setup.py build
Running unit tests...
Traceback (innermost last):
  File "setup.py", line 30, in ?
  test.go()
AttributeError: go
error: Bad exit status from /var/tmp/rpm-tmp.42292 (%build)

2. 

So I went about running the "install" instead.
This yielded no errors so on running roundup-admin:

File "/usr/bin/roundup-admin", line 291
   print ','.join(cl.find(**{propname: value}))

I assumed this was just running python1.52
and it was. Changing roundup-admin to use python2
fixed the issue.


msg75 Author: [hidden] (richard) Date: 2001-11-09 01:30
Logged In: YES 
user_id=6405

Glad you like it :)

Regarding issue 1: I'm not sure what's going on there - 
could we discuss it on the roundup-users mailing list 
please? I can't immediately think of why the test would 
fail like that, so I'd like others to be able to help :)

Regarding issue 2: yes, python >= 2 is required. 
roundup-admin does check for this though, except for 
compilation. I'll fix it so it compiles with python < 2

History
Date User Action Args
2001-11-08 23:39:23anonymouscreate