Thread: dll load fail

dll load fail

From
david pilibosian
Date:
running windows 7 x64 i get this error when attempting to import psycopg2 
importError: dll load failure: %1 is not a valid win32 application ive tried reinstalling python x64 mingw x64 and even tried using 2.0.10 

any help would be appreciated

Re: dll load fail

From
Daniele Varrazzo
Date:
On Sat, Mar 31, 2012 at 2:09 AM, david pilibosian <morbiddog2@gmail.com> wrote:
> running windows 7 x64 i get this error when attempting to import psycopg2
> importError: dll load failure: %1 is not a valid win32 application ive tried
> reinstalling python x64 mingw x64 and even tried using 2.0.10
>
> any help would be appreciated

Any reason not to use Jason's package?

http://stickpeople.com/projects/python/win-psycopg/

-- Daniele

Re: dll load fail

From
Daniele Varrazzo
Date:
On Sat, Mar 31, 2012 at 12:29 PM, Daniele Varrazzo
<daniele.varrazzo@gmail.com> wrote:
> On Sat, Mar 31, 2012 at 2:09 AM, david pilibosian <morbiddog2@gmail.com> wrote:
>> running windows 7 x64 i get this error when attempting to import psycopg2
>> importError: dll load failure: %1 is not a valid win32 application ive tried
>> reinstalling python x64 mingw x64 and even tried using 2.0.10
>>
>> any help would be appreciated
>
> Any reason not to use Jason's package?
>
> http://stickpeople.com/projects/python/win-psycopg/

Off-list David replied that Jason's package worked ok.

Thank you again, Jason ;)

-- Daniele