Hi Pratik, I've ran the installation process again using your latest script and it works flawlessly. Thank you!
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
as per your previous post, because mysql-python==1.2.4 has hard dependency for python-distribute-0.6.8. i just install that distribute version, then it work like charm.
BTW, I've been look around ERPNext document awhile, but there is no mention about how to deploy it in to production. would you please guide me some ??
On Friday, 17 January 2014 16:35:59 UTC+7, Pratik Vyas wrote:
Hi Azmir and Bunthoeun,
Can you try to install mysql-python==1.2.5?
`pip install --upgrade mysql-python==1.2.5`
It should install cleanly but wont work with erpnext (because of api
change). I am making a new release with the patch to make erpnext work
with mysql-python==1.2.5. Meanwhile, please see if you are able to
install mysql-python==1.2.5
Thanks,
--
Pratik
erpnext
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Sat, Jan 18, 2014 at 8:11 AM, Bunthoeun Pech th...@gmail.com wrote:
Dear Pratik
Thz for promptly reply.
as per your previous post, because mysql-python==1.2.4 has hard dependency
for python-distribute-0.6.8. i just install that distribute version, then it
work like charm.
Glad to hear that it went through.
BTW, I’ve been look around ERPNext document awhile, but there is no mention
about how to deploy it in to production. would you please guide me some ??