Re: [linux-programming] mod_python dan MySQLdb

2005-12-21 Terurut Topik Dion Sasmito
mungkin coba begini from mod_python import apache import MySQLdb -- Berhenti langganan: [EMAIL PROTECTED] Arsip dan info: http://linux.or.id/milis

Re: [linux-programming] mod_python dan MySQLdb

2005-12-20 Terurut Topik Asep Andria I.W.
Rachman Chavik wrote: Saya belum pernah pakai mod_python, tapi sekilas: Errornya: File "/data/project/learn/python/pypublish/mysql.psp", line 12, in ? from mod_python import MySQLdb ImportError: cannot import name MySQLdb PSP Code: # import MySQL module from mod_python impor

Re: [linux-programming] mod_python dan MySQLdb

2005-12-20 Terurut Topik Rachman Chavik
Saya belum pernah pakai mod_python, tapi sekilas: Errornya: > File "/data/project/learn/python/pypublish/mysql.psp", line 12, in ? >from mod_python import MySQLdb > > ImportError: cannot import name MySQLdb PSP Code: > # import MySQL module > from mod_python import MySQLdb Python script