Python with DyBase

A

Asem Eltaher

Dear users,
I use Python version 2.4.3 and DyBase Object Oriented Database. These
are the first three lines in my program:

import os
import sys
import dybase

I usually get the error message: ImportError: DLL load failed. Kindly
be informed that I have in the folder: C:\Python24\Lib the following DLL
files:
python23.dll
python24.dll
dybasedll.dll

Does soembody know what is wrong?
Thanks
Asem
 
J

John Machin

Asem said:
Dear users,
I use Python version 2.4.3 and DyBase Object Oriented Database. These
are the first three lines in my program:

import os
import sys
import dybase

I usually get the error message: ImportError: DLL load failed. Kindly
be informed that I have in the folder: C:\Python24\Lib the following DLL
files:
python23.dll
python24.dll
dybasedll.dll

Kindly be informed that some person or persons unknown has/have
committed a nonsense. You should have no DLLs in that directory.
1. Delete those DLLs.
2. Install the dybase package according to the instructions (if any)
3. If those DLLs reappear in that directory, delete them, stop
attempting to use the package, and ask for a refund :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top