From: Tommy Q. <lin...@gm...> - 2005-05-29 14:41:40
|
Because I fear the forums won't be read much, I figured this might be a=20 better way to make contacts. I run Ubuntu Linux 5.04 with kernel I have installed packages=20 python2.4 (as well as python)=20 python2.4-Gtk2 (as well as python-gtk2)=20 I'm running Gnome so I'm sure I have gtk+ too, though I can find no package= s=20 in my package list actually called that.=20 INSTALL_ME and PyInstallshield both produce:=20 ./PyInstallShield:214: DeprecationWarning: use gtk.UIManager=20 itemf=3DItemFactory(MenuBar,"<main>",ag)=20 ./PyInstallShield:249: Warning: unsupported arithmetic operation for flags= =20 type=20 table1.attach( Label(_("Installation=20 Directory:")),0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0)=20 Traceback (most recent call last):=20 File "./PyInstallShield", line 1468, in ?=20 runbabel()=20 File "./PyInstallShield", line 1464, in runbabel=20 mybabel=3Dinstallwin()=20 File "./PyInstallShield", line 249, in __init__=20 table1.attach( Label(_("Installation=20 Directory:")),0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0)=20 TypeError: flag values must be strings, ints or tuples Trying to Compile Produces: SQLite Python Extension Library. Michael Owens Sun May 29 16:23:28 CEST 2005 Century 21 Mike Bowman, Inc. BUILDING SHARED LIBRARY: # # cc -shared -o python sqlite_setup.py build running build running build_py creating build creating build/lib.linux-i686-2.4 creating build/lib.linux-i686-2.4/sqlite copying sqlite/__init__.py -> build/lib.linux-i686-2.4/sqlite copying sqlite/main.py -> build/lib.linux-i686-2.4/sqlite running build_ext building '_sqlite' extension creating build/temp.linux-i686-2.4 creating build/temp.linux-i686-2.4/sqlite gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes= =20 -fPIC -I/usr/include/sqlite -I./sqlite -I/usr/include/python2.4 -c=20 ./sqlite/_sqlite.c -o build/temp.linux-i686-2.4/./sqlite/_sqlite.o sqlite/_sqlite.c: In function `process_record': sqlite/_sqlite.c:1242: warning: `expected_type_name' might be used=20 uninitialized in this function gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes= =20 -fPIC -I/usr/include/sqlite -I./sqlite -I/usr/include/python2.4 -c=20 ./sqlite/encode.c -o build/temp.linux-i686-2.4/./sqlite/encode.o sqlite/encode.c: In function `sqlite_encode_binary': sqlite/encode.c:119: warning: `e' might be used uninitialized in this=20 function gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes= =20 -fPIC -I/usr/include/sqlite -I./sqlite -I/usr/include/python2.4 -c=20 ./sqlite/strsep.c -o build/temp.linux-i686-2.4/./sqlite/strsep.o sqlite/strsep.c:50: warning: function declaration isn't a prototype gcc -pthread -shared build/temp.linux-i686-2.4/./sqlite/_sqlite.o=20 build/temp.linux-i686-2.4/./sqlite/encode.o build/temp.linux-i686-2.4/./sqlite/strsep.o -L/usr/lib/ -L./sqlite -lsqlite -o build/lib.linux-i686-2.4/_sqlite.so ./sqlite/libsqlite.a: could not read symbols: File truncated collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 --=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 |