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: Eugene Park
Subject: Re: [Health-dev] ImportError: No module named trytond.conf found
Date: Wed, 11 Dec 2013 15:09:34 -0500
User-agent: Roundcube Webmail/0.8.5

Hi Sebastian,

Yes that suggestion worked perfectly. Thank you!

 

---
Eugene Park IT Architect Healthcare EQ (416) 931-1427

On 2013-12-11 14:40, Sebastián Marró wrote:

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]