ERPNEXT installation error

Hi Azmir,

On Fri, Jan 17, 2014 at 3:43 PM, Azmir Ibrahim md...@gmail.com wrote:

Hi Pratik, I’ve ran the command below:

Command: # pip2.7 install mysql-python==1.2.5
Output: Successfully installed mysql-python
Full Output: mysql-python1.2.5.log · GitHub

It seems to be working. Please verify.

Yes, it seems fine.

By the way, when are you planning for the new release with the patch?
Thanks.

Released. Please try again.

Thanks,

Pratik
erpnext

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,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
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.

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,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Azmir and Bunthoeun,

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 ??

The production depoyment steps are here,

Thanks,

Pratik
erpnext