Skip to content

OSError 193 when trying to install #16

@pendraggon87

Description

@pendraggon87

I receive an error %1 is not a valid Win32 application when running bower_install.

Here is a sample of my settings:

STATIC_URL = '/static/'
STATICFILES_FINDERS = (
"django.contrib.staticfiles.finders.FileSystemFinder",
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
"djangobower.finders.BowerFinder",)

Bower

BOWER_COMPONENTS_ROOT= '/components/'
BOWER_PATH = 'c:/Users/Aaron Katz/AppData/Roaming/npm/bower'
BOWER_INSTALLED_APPS = (
'jquery'
)

Any thoughts as to why I am getting that error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions