Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault #13

Open
mjfitzge opened this issue May 31, 2014 · 0 comments
Open

Segmentation fault #13

mjfitzge opened this issue May 31, 2014 · 0 comments

Comments

@mjfitzge
Copy link

I've tried both Mysql and Postgresql but receive a segmentation fault after a few minutes of it hanging at.ftp://ftp.sec.gov/edgar/full-index/2013/QTR1/company.zip and the company.zip is downloaded but not extracted.

My settings.py looks like:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
        'NAME': 'pysec1',                      # Or path to database file if using sqlite3.
        # The following settings are not used with sqlite3:
        'USER': 'blah',
        'PASSWORD': 'blahblah',
        'HOST': '127.0.0.1',                      # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
        'PORT': '',                      # Set to empty string for default.
    }
}

The database appears to get setup with no issues but this is as far as the program gets with both databases that I've tried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant