Positron doesn't work in Python 2.3?
Printed from: Neuros Forums
Topic URL: http://www.neurosaudio.com/community/forum/topic.asp?TOPIC_ID=5748
Printed on: 03/24/2006
Topic:
Topic author: jason0x21
Subject: Positron doesn't work in Python 2.3?
Posted on: 02/20/2005 3:00:33 PM
Message:
I recently upgraded my machine to Fedora Core 2, and now positron doesn't work anymore (with python 2.3). I get the error message...
[root@krazykat root]# positron
Traceback (most recent call last):
File "/usr/bin/positron", line 23, in ?
from positron.config import Config
ImportError: No module named positron.config
...which is kinda depressing. I tried doing a symbolic link to put the positron modules in a place that python 2.3 could get to them, and I get...
[root@krazykat root]# positron add /home/share/mpg/8b09dc09
Traceback (most recent call last):
File "/usr/bin/positron", line 200, in ?
main(sys.argv)
File "/usr/bin/positron", line 182, in main
cmd.run(config, myNeuros, remaining[1:])
File "/usr/lib/python2.2/site-packages/positron/cmd_add.py", line 44, in run
audio_db = neuros.open_db("audio")
File "/usr/lib/python2.2/site-packages/positron/neuros.py", line 167, in open_db
self.db_formats[name]["no_flatten"])
File "/usr/lib/python2.2/site-packages/positron/db/WOID.py", line 98, in open
child.open(child_root, (), ())
File "/usr/lib/python2.2/site-packages/positron/db/WOID.py", line 75, in open
mdb.set_extra_format(extra_format)
File "/usr/lib/python2.2/site-packages/positron/db/MDB.py", line 134, in set_extra_format
raise Error("Number of format strings does not equal number of extra info fields.")
positron.db.util.Error: Number of format strings does not equal number of extra info fields.
...which is even uglier. Is there something special I have to do to get this to work?
Replies:
Reply author: noiz
Replied on: 02/20/2005 3:37:28 PM
Message:
well, positron is outdated so you might just want to try Sorune or NDBM.
-noiz
Reply author: jason0x21
Replied on: 03/03/2005 08:51:20 AM
Message:
So positron is pretty much unsupported now? Because I prefer it to the GUI tools.
Reply author: kronin
Replied on: 03/03/2005 09:46:48 AM
Message:
quote:
Originally posted by jason0x21
So positron is pretty much unsupported now? Because I prefer it to the GUI tools.