Wed 29 Apr 2015 04:44:56 PM UTC, original submission:
Installation platform:
- Windows 7.
- Neso 3.4.
- Gnu-Health 2.8.1 or 2.6.
Proccedings I've followed to install Gnu-Heath 2.8 module on Neso 3.4:
1) Install Neso 3.4.
2) Download and uncompress Gnu-Health 2.8 version on "C:\Program Files (x86) \neso-3.4.1\trytond\trytond\modules".
3) Delete "health_qrcodes" folder on that directory according to this link: http://lists.gnu.org/archive/html/health-es/2012-11/msg00021.html
4) Execute Neso 3.4, create new database and install "health_profile" module. The following is the message error:
Traceback (most recent call last):
File "neso", line 131, in __request
File "trytond\trytond\protocols\dispatcher.pyc", line 161, in dispatch
File "trytond\trytond\wizard\wizard.pyc", line 249, in execute
File "trytond\trytond\wizard\wizard.pyc", line 280, in _execute
File "trytond\trytond\ir\module\module.pyc", line 525, in transition_upgrade
File "trytond\trytond\pool.pyc", line 151, in init
File "trytond\trytond\modules\__init__.pyc", line 421, in load_modules
File "trytond\trytond\modules\__init__.pyc", line 383, in _load_modules
File "trytond\trytond\modules\__init__.pyc", line 232, in load_module_graph
File "\trytond\modules\health\health.py", line 1408, in _register_
File "trytond\trytond\backend\sqlite\database.pyc", line 360, in execute
OperationalError: near "%": syntax error
Are there any problem with sqlite?
|