django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or 
sqlite3 modules (tried in that order): No module named _sqlite3 
[mayan] xpd259@mayan:/home/xpd259/mayan/mayan % 

Do you have the relevant sqlite3 dev libraries installed? 


----- Original Message -----

From: "Dick Thomas" <[email protected]> 
To: [email protected] 
Sent: Saturday, December 7, 2013 4:26:46 AM 
Subject: [Mayan EDMS: 639] Mayan on FreeNAS/FreeBSD failture on /manage.py 
syncdb --migrate --noinput 

Hello, 

I'm trying to install Mayan on a freenas Jail running FreeBSD 

I've got as far in the manual without error as 
./manage.py syncdb --migrate --noinput 
but when I run that I get 


[mayan] xpd259@mayan:/home/xpd259/mayan/mayan % ./manage.py syncdb --migrate 
-noinput 
Traceback (most recent call last): 
File "./manage.py", line 11, in <module> 
execute_manager(settings) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 438, in execute_manager 
utility.execute() 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 379, in execute 
self.fetch_command(subcommand).run_from_argv(self.argv) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 261, in fetch_command 
klass = load_command_class(app_name, subcommand) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 67, in load_command_class 
module = import_module('%s.management.commands.%s' % (app_name, name)) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/utils/importlib.py", 
line 35, in import_module 
__import__(name) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/south/management/commands/__init__.py",
 line 10, in <module> 
import django.template.loaders.app_directories 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/template/loaders/app_directories.py",
 line 21, in <module> 
mod = import_module(app) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/utils/importlib.py", 
line 35, in import_module 
__import__(name) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/contrib/admin/__init__.py",
 line 3, in <module> 
from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/contrib/admin/helpers.py",
 line 3, in <module> 
from django.contrib.admin.util import (flatten_fieldsets, lookup_field, 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/contrib/admin/util.py",
 line 1, in <module> 
from django.db import models 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/db/__init__.py", 
line 78, in <module> 
connection = connections[DEFAULT_DB_ALIAS] 
File "/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/db/utils.py", 
line 93, in __getitem__ 
backend = load_backend(db['ENGINE']) 
File "/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/db/utils.py", 
line 33, in load_backend 
return import_module('.base', backend_name) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/utils/importlib.py", 
line 35, in import_module 
__import__(name) 
File 
"/usr/home/xpd259/mayan/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py",
 line 35, in <module> 
raise ImproperlyConfigured("Error loading %s: %s" % (module, exc)) 
django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or 
sqlite3 modules (tried in that order): No module named _sqlite3 
[mayan] xpd259@mayan:/home/xpd259/mayan/mayan % 




any insight would be fantastic I'm new to BSD and doing this just to see if it 
is possible 



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group. 
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected]. 
For more options, visit https://groups.google.com/groups/opt_out . 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to