-
uncommenting = commenting them out
Sorry, overlooked the real question!
2009-05-23 17:01:27 UTC in SQLObject
-
Well by "uncommenting the lines" I meant line 762 and the ones around it so that the main.py of sqlobject is still valid.
The lines are the following:
>>>
if not connection and not getattr(cls, '_connection', None):
mod = sys.modules[cls.__module__]
# See if there's a __connection__ global in
# the module, use it if there is.
if hasattr(mod...
2009-05-23 16:59:27 UTC in SQLObject
-
Sorry about submitting to early - Here is the bug report:
--------
MOD_PYTHON ERROR
ProcessId: 4361
Interpreter: 'huge.dino.park'
ServerName: 'huge.dino.park'
DocumentRoot: '/var/www/'
URI: '/~michael/test.py'
Location: None
Directory: '/home/michael/public_html/'
Filename: '/home/michael/public_html/test.py'
PathInfo: ''
Phase...
2009-05-19 20:49:27 UTC in SQLObject
-
Logged In: YES
user_id=1297379
Yes, I can choose not to show the deprecated warning but as
they are generated by the library itself (my programm is not
using any deprecated functions) I was kind of worried.
The precompiled libraries work on my system. (Compiling the
demos on the other hand fails because of some messups in the
Makefile and other stuff which has to do with wrong paths to...
2006-08-03 11:45:12 UTC in G3D Innovation Engine
-
Logged In: YES
user_id=1297379
It seems as if the build process does not compile the
respective files for the different image formats. Including
them into Makefile.am in temp/debug/g3d and in
temp/release/g3d gets the build process finished. The
library installs. However I am still having some problems
with the demos that were not present in earlier releases
(will investigate further and...
2006-08-02 12:57:37 UTC in G3D Innovation Engine
-
Building from source fails on Linux with the following:
Linking...
/usr/bin/g++ -L/usr/X11R6/lib/
-L../../temp/release/g3d/ -L../../temp/debug/g3d/
-L../../temp/debug/glg3d/ -L../../temp/release/glg3d/
-L/usr/X11R6/lib -o build/install/testd
.icompile-temp/linux-0.0/DEBUG/main.o
.icompile-temp/linux-0.0/DEBUG/tAABSPTree.o
.icompile-temp/linux-0.0/DEBUG/tAABox.o...
2006-08-02 12:23:56 UTC in G3D Innovation Engine