if (do_name() != 'Home') : ?>
endif ?>
Posted by piupi on Mar 11, 2009
And in python installed on MacOS it's okay.
How to import this library?
I read this topic, and follow instructions.
MySQLdb path on my system is: /Library/Python/2.5/site-packages/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg/MySQLdb
Beginning of script:
import sys sys.path.append('/Library/Python/2.5/site-packages/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg/MySQLdb') import MySQLdbBut MySQLdb not importing: «No module named MySQLdb».
And in python installed on MacOS it's okay.
How to import this library?
Posted by piupiu on Mar 11, 2009
include("util/comment.php"); ?>
I found the mistake, I'm using wrong path
Can I use MySQL data in Nodebox?
Posted by piupiu on Mar 11, 2009Can I install adodb (or another library) on nodebox?