-
rossl committed revision 1282 to the R Genetics Project SVN repository, changing 2 files.
2007-07-28 16:25:19 UTC in R Genetics Project
-
rossl committed revision 1217 to the R Genetics Project SVN repository, changing 2 files.
2007-05-16 18:15:07 UTC in R Genetics Project
-
Logged In: YES
user_id=23998
Ah. Yes, it's a duplicate - sorry.
2006-05-24 20:08:12 UTC in RPy (R from Python)
-
The version string returned by
R --version
has changed for 2.3.0 :-(
Building rpy requires a patch to rpy_tools.py so it
correctly recognizes that string with the additional
word version between R and the version number
# 2.3.0 now gives
# R version 2.3.0 (2006-04-24)
version = re.search("R +([0-9]\.[0-9]\.[0-9])",
output)
if not version:
version...
2006-05-17 01:46:20 UTC in RPy (R from Python)
-
Logged In: YES
user_id=23998
I got the same problem installing from the current 0.9
sourceforge source tarball to suse professional 9.1.
I fixed this and some other strange characters in the code,
so it loads now and I get a BRM menu in python 2.4 idle. The
unit tests all run ok too.
Sadly, none of the BRM functions actually do anything (!) in
idle.
Looks like idle integration is...
2005-01-04 19:34:17 UTC in Bicycle Repair Man!
-
The readme says that mysql 4.0 is supported, but here's
a heads up just in case anyone tries to connect to 4.1
or 4.2 like I just did (you can, but not without a
little futzing).
According to
http://dev.mysql.com/doc/mysql/en/Old_client.html
MySQL versions 4.1+ have a new authentication algorithm
- so trying to connect from the command line with
MySQLdb 1.0 I got
"""File...
2004-12-04 18:58:25 UTC in MySQL for Python
-
Need to add
if bg.icon is not None:
desc += " 'icon':'%s',\n" % bg.icon
around line 169 of modules/resourceOutput.py so the
darned icon file doesn't disappear when saving.
2003-03-02 03:37:42 UTC in PythonCard
-
I'm using py2exe to make a distributable application.
Problem basically boiled down to pythhoncard model.py
importing various utils and then exercising the code
around line 55 in config.py - on a target machine where
there was no useable home directory (windoze target)
and no configuration file original to copy anything from!
I decided to copy the dictionary in
pythoncard_config.py...
2003-02-27 21:13:13 UTC in PythonCard
-
This codebase is no longer under seriously active development. It has has been folded into http://www.dataflake.org/software/ldapuserfolder/
which is maintained by Jens Vagelpohl. You are advised to look there if thinking about using LDAP with Zope.
2002-11-18 15:37:56 UTC in ZOPE LDAP adapter product
-
Solaris 8
5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-5_10
wv-0.7.1 source from sourceforge
Compiles and makes ok (using gnu make)
All conversions fail with an error message
interspersed into the output:
<awml>
<section>
<p PROPS="text-align:left">
Diagnostic: (./text.c:136)
The offending line is:
wvError (("No CharHandler registered...
2002-04-03 14:08:57 UTC in wvWare