Trying to install trytond using mysql on macosx snow leopard with xcode installed (to enable gcc-4.2). Out of the box snow leopard has phyton installed on: /Library/Python/2.6/site-packages the terminal command easy_install trytond adds easy install, trytond and some dependencies. So far so good.
Is there a way to add all the available modules at once, without having to easy install them one by one? To get trytond using Mysql as database would it be enough to install MySQL-python like so? sudo easy_install MySQL-python Then I'd open my mysql editor of choice and create a database and user But when I then open my tryton client, I need to connect to a host, choose a port. I am familiar with LAMP, and have some sites running at /sites, accesible via http://localhost (well in fact via apache virtualhost) Did I needed to install the trytond directory inside my sites folder? or can it be in library yet somehow be accesed via localhost or http://127.0.0.1:8070/ I am unshure about the paths and about Mysql being used for apache and php, and now needign to share with phyton. I also installed postgre and set the port to 8070, and when I connect to http://127.0.0.1:8070/ it says could not connect to server -- [email protected] mailing list
