-
Andy,
Can you give me some advise on the best way to access mysql from within Zope,
when only using external methods? I'm not concerned with Zope transactioning.
I only need a reliable connection.
I'm not using ZMySQLDA because my own custom SQL wrapper (kisSQL) depends
on calling MySQLdb's execute() and also depends on DictCursor.
In my Zope external methods I'm calling GetDBC(...
2005-04-12 18:36:38 UTC in MySQL for Python
-
Logged In: YES
user_id=314434
'As the previous commenter pointed out, "should" is
not mandatory. '
Don't want to nit-pick...but in common usage and
especially legalese (which the world is unfortuntaly
infected with, that being laws) 'shall' is interperted to
mean an absolute. Should, the past tense of 'shall' ,
therefor inherits the definition of shall...which is:
1 archaic a :
2005-03-07 02:36:57 UTC in Python
-
Logged In: YES
user_id=314434
That was the point of the bug report. It has no closed
or other file-like attributes. According the python docs
then and current:
'File objects also offer a number of other interesting
attributes. These are not required for file-like objects,
but should be implemented if they make sense for
the particular object. '
I take that to mean these...
2005-03-05 18:08:36 UTC in Python
-
Installation was failing for me saying my url and physical dir
was incorrect. I then noticed the the error:
Parse error: parse error
in /home/www/tradershideout.com/mainfile.php on line 78
Reviewing mainfile.php on line 78 showed my database
password was mangled. I've tracked it down to doing a
substitution of '$4' with a ' (single quote)
IE pa$4word is changed to
//...
2004-06-26 01:16:48 UTC in XOOPS Web Application Platform
-
Finally! Many, many bug fixes.
2003-10-05 21:29:34 UTC in ripperX
-
Abortion of a rip will not terminate cdparanoia cleanly.
If the cdparanoia and plugin processes are terminated
externally, ripperx proceeds correctly.
2003-10-05 21:17:29 UTC in ripperX
-
Version: 2.6
Various string buffers need review and size increases.
Very long names can be truncated as well as mp3/ogg id
tag information.
2003-10-05 21:13:08 UTC in ripperX
-
Logged In: YES
user_id=314434
Please see:
http://python.org/doc/current/lib/bltin-file-objects.html
"""
File objects also offer a number of other interesting attributes.
These are not required for file-like objects, but should be
implemented if they make sense for the particular object.
""
"Should be" when they "make sense" is my rational...
2003-10-05 20:32:29 UTC in Python
-
fin = ossaudiodev.open(dspfile, 'r')
if fin.closed == True:
AttributeError: closed.
2003-10-05 06:30:28 UTC in Python
-
Dave Cinege and Tony Mancill have taken over RipperX development. A 2.6 release is not far away, which will include many needed bug fixes but no new features.
2003-09-17 22:13:20 UTC in ripperX