I basically installed abeni 1.0 pre2 through portage by
copying the latest ebuild in portae to abeni-1.0_pre2
and by changing the SRC_URI to point to a tbz2 file.
The install seemed to go fine.
The first error was that it was looking for a
non-existent wxpython version, so i changed the line:
File "/usr/lib/python2.4/site-packages/abeni/main.py",
line 31, in ?
wxversion.select("2.5")
to wxversion.select("2.6")
Now that error was fixed but I'm getting this error and
the program won't start:
Traceback (most recent call last):
File "/usr/bin/abeni", line 3, in ?
import abeni.main
File
"/usr/lib/python2.4/site-packages/abeni/main.py", line
35, in ?
from MyFrame import MyFrame
File
"/usr/lib/python2.4/site-packages/abeni/MyFrame.py",
line 45, in ?
import MyDatabase
File
"/usr/lib/python2.4/site-packages/abeni/MyDatabase.py",
line 3, in ?
from sqlobject import *
ImportError: No module named sqlobject
Nobody/Anonymous
Critical
v1.0 (example)
Public