From: Tommy Q. <lin...@gm...> - 2005-05-29 15:21:52
|
After installing older versions of python and sqlite I managed to build the= =20 databases. (Databases for Pythonol successfully built.) It told me to run PyInstallShield or make install after that, which produce= d=20 the same error as BUILD_ME and PyIstallShield did in the Install version. I have now also tried converting the rpm to a deb and installing it. I=20 afterwards had to run it as root to create database files. After this I got /usr/share/Pythonol/sqlite/__init__.py:1: RuntimeWarning: Python C API=20 version mismatch for module _sqlite: This Python has API version 1012,=20 module _sqlite has version 1011. import _sqlite ./pythonolui.py:137: DeprecationWarning: use gtk.UIManager itemf=3DItemFactory(MenuBar, "<main>", ag) ./pythonolui.py:392: DeprecationWarning: use gtk.ComboBoxEntry conjcombo=3DCombo() ./pythonolui.py:398: Warning: unsupported arithmetic operation for flags=20 type conjtable.attach(conjcombo,1,2,1,2,(EXPAND+FILL),(0),0,0) Traceback (most recent call last): File "./pythonolui.py", line 1945, in ? run() File "./pythonolui.py", line 1941, in run pythonolwin() File "./pythonolui.py", line 398, in __init__ conjtable.attach(conjcombo,1,2,1,2,(EXPAND+FILL),(0),0,0) TypeError: flag values must be strings, ints or tuples Sure hope someone can help. --=20 ----------------------------------------------------------------------- "A rational man adapts to the society, an irrational man makes the society= =20 adapt to him, thus are we depended on the irrational man for the world to= =20 make any progress" -George Bernard Shaw |