-
Ok, found the problem. I have two python version installed. The default interpreter is 2.6, but system libs were defined to 2.5 directories. I updated the system libs path to match the version of the interpreter, and all is working fine.
So, never mix interpreter and library version.
2009-10-07 18:58:21 UTC in Pydev for Eclipse
-
I got this error while using the build-in function "reduce"
pydev debugger: starting
Traceback (most recent call last):
File "/home/francis/bin/eclipse/plugins/org.python.pydev.debug_1.5.0.1251989166/pysrc/pydevd.py", line 953, in
debugger.run(setup['file'], None, None)
File "/home/francis/bin/eclipse/plugins/org.python.pydev.debug_1.5.0.1251989166/pysrc/pydevd.py", line...
2009-10-07 16:29:44 UTC in Pydev for Eclipse
-
giraldeau committed revision 329 to the Gulus SVN repository, changing 2 files.
2009-09-28 17:06:53 UTC in Gulus
-
giraldeau committed revision 328 to the Gulus SVN repository, changing 3 files.
2009-09-28 14:14:04 UTC in Gulus
-
The feature request persist, but I confirm that the current version fixes the problem for "~" expansion.
2009-01-05 16:26:58 UTC in Tux Paint
-
Is the patch provided for Linux is acceptable for the project? I didn't see the patch commited into the trunk yet. The current code fix only for '~', and other environment variables are not substituted.
It may not fix the problem for other platform, but it fix it for linux at least.
Thanks,
Francis.
2008-10-08 14:57:15 UTC in Tux Paint
-
I did a mistake when using the logviewer module. I tried to filter on a mac address but had the date and time selected. It caused this error :
ERROR: Invalid syntax for timestamp type : «00:90:27:EA:F6:B3»
(translated)
If I hit back, I can't return to the log viewer page. I always get the error, and I can't try a new search. I have to close and open the browser to try again, and...
2008-01-16 21:00:22 UTC in mille-xterm
-
Here is the error message in Terminal/Log/error.log :
, - Error while writing into database : ERREUR: Valeur trop longue pour le type character varying(50) : UPDATE status SET ip='10.104.1.142',bootservip='10.6.1.109',appservip='10.6.1.115',display=0.0,username=851e141,code=3,bootservretry=1,appservretry=1,hwgroups='',termaccess=0,publickey='
',ts_lastbootservip='2007-12-18...
2007-12-18 20:19:14 UTC in mille-xterm
-
When trying to remove a client in the classroom manager, italc core dumps.
I'm using italc 1.0.3 under ubuntu gutsy.
Here is the debug messages I got :
$ /usr/local/bin/italc
(warning) isdConnection::readFromServer(): connection failed: 0
(warning) demoServer::updaterThread::run(): could not connect to local IVS!
(warning) QProcess: Destroyed while process is still running...
2007-10-25 20:14:32 UTC in iTALC - OpenSource classroom-management
-
The error happens when the cups server limits access by IP address:
# lpq -a
lpq: Forbidden
This error is not handled correctly.
2007-10-05 13:53:34 UTC in mille-xterm