health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health-dev] ImportError: No module named trytond.conf found


From: Sebastián Marró
Subject: Re: [Health-dev] ImportError: No module named trytond.conf found
Date: Wed, 11 Dec 2013 17:40:28 -0200

Hi Eugene

2013/12/11 Eugene Park <address@hidden>

Hi,

I am trying to create a local copy of the demo database, and when I run the script, I get:

ImportError: No module named trytond.conf found

I know that this file exists, as I have the gnuhealth server running.

how do I correct this?

Try to add the following lines at the beginning of your health_demo_server.py file, replacing with your data:

import sys
sys.path.append('/home/username/path_to_trytond-2.8.x')

Let me know if this works 

--
Sebastián Marró
thymbr@
Converging Ideas for Emerging Realities

www.thymbra.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]