Am 07.03.2013 15:44, schrieb [email protected]:
If I need to install the module, I have following queries:
1. Why isn't it included as a dependency for pylons? Why do I need to 
explicitly install the module?

Because it's not a dependency of Pylons, but a dependency of your example project. You need to "setup.py install" or "setup.py develop" the project to install all requirements of the project.

In the case of PySqlite it is usually not necessary, since it is part of the standard library which is assumed to be installed. Maybe in your Linux distribution you must install it explicitly, though.

2. If I am not using sqlite but would be using mysql, can't I bypass the module 
installation?

Yes. But then you would need to install a MySQL database adapter.

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to