Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8377015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:33:52+00:00 2026-06-09T15:33:52+00:00

I downloaded the folder and put it into C:\Python27\Lib\site-packages\django\contrib\gis\db\backends\firebird ,but when I use it,give

  • 0

I downloaded the folder and put it into C:\Python27\Lib\site-packages\django\contrib\gis\db\backends\firebird,but when I use it,give me a

error:django.core.exceptions.ImproperlyConfigured: 'firebird' isn't an available database backend.
Try using `django.db.backends.XXX, where XXX is one of:
    'dummy', 'mysql', 'oracle', 'postgresql_psycopg2', 'sqlite3'
Error was: No module named firebird.base

I have already write the path into PYTHONPATH.

How can I get this to work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T15:33:53+00:00Added an answer on June 9, 2026 at 3:33 pm

    Use Django 1.3 (or higher) and follow the instructions on the django-firebird page.

    Django 1.4 uses the django-firebird driver on github

    In your settings.py file, use something similar to this…

    DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.postgresql_psycopg2',
            'NAME': 'testdb',
            'USER': 'testdb_user',
            'PASSWORD': 'testdbpassw',
            'HOST': '',
            'PORT': '',
        },
        'fb': {
            'ENGINE': 'firebird',
            'NAME': '/home/idle/mydb.gdb',
            'USER': 'SYSDBA',
            'PASSWORD': 'passw',
            'HOST': '127.0.0.1',
            'PORT': '3050',
            'OPTIONS': {'charset':'WIN1251', 'dialect':1} ,
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I downloaded and put the directory of tinymce into my site folder.. I used
OK i downloaded all the files and put them into a directory on m
I want to use Doctrine DBAL , I downloaded the DBAL folder from a
So, I downloaded Tank Auth, and put it in my CodeIgniter libraries folder... Now
I just downloaded Pygame but I'm not sure how to import it into my
I have just downloaded and unpacked Codeigniter 2.1 and put its contents into a
Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files.
Is it possible for python to accept input like this: Folder name: Download But
I'm monitoring a folder using FileSystemWatcher. If I download a file into there, how
I downloaded the zend framework 1.10 full. Unzipped, rename this folder to zf. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.