Message74
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.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:19:58 | admin | link | issue479816 messages |
2009-02-03 14:19:58 | admin | create | |
|