Installation error - "'packages' is not defined"

Hi, 

When trying to install on my local system, I get the following error.

install_erpnext.py:102: SyntaxWarning: name 'root_password' is assigned to before global declaration

  global root_password

Installing Packages:

Traceback (most recent call last):

  File "install_erpnext.py", line 97, in <module>

    print "Installing Packages:", packages

NameError: name 'packages' is not defined


What can I do to fix this? What do I need to have installed? I am running OSX 10.9, have python 2.7.6, and Xcode through the Apple store. Am I missing something?


Also in a more general question, how do I download the version of ERPNext that is hosted by you guys to make changes to it? I've already made significant edits through custom field/customize form and don't want to start over. 


Thanks,

Alec Ruiz-Ramon



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f7285ac6-fa5f-44be-9e48-815f0577e26e%40googlegroups.com.

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

1. I don't the script was designed for MacOS, though if you read it, it should be not too hard.
2. Download your database via Tools > Backup and restore it in your local system. All customizations are in the database.

best,
Rushabh


On Tuesday, February 4, 2014 8:02:04 PM UTC+5:30, al...@me.com wrote:
Hi, 

When trying to install on my local system, I get the following error.

install_erpnext.py:102: SyntaxWarning: name 'root_password' is assigned to before global declaration

  global root_password

Installing Packages:

Traceback (most recent call last):

  File "install_erpnext.py", line 97, in <module>

    print "Installing Packages:", packages

NameError: name 'packages' is not defined


What can I do to fix this? What do I need to have installed? I am running OSX 10.9, have python 2.7.6, and Xcode through the Apple store. Am I missing something?


Also in a more general question, how do I download the version of ERPNext that is hosted by you guys to make changes to it? I've already made significant edits through custom field/customize form and don't want to start over. 


Thanks,

Alec Ruiz-Ramon



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.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/b79c7e86-c78c-4063-8347-0277668f6e13%40googlegroups.com.

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