Python Forum
python import sybpydb error: DLL load failed: The specified module could not be found
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python import sybpydb error: DLL load failed: The specified module could not be found
#1
I am scratching my hairs and trying to find out why I am always having such error.

I have sybpydb installed on my laptop (win 7 professional) in c drive: C:\FAST\anaconda\python27\win64\431\Lib\site-packages\.
I had set the path to that location: C:\FAST\anaconda\python27\win64\431\Lib\site-packages\.

But whenever I try to import sybpydb, i am always getting this error message:

>>> import sybpydb

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named sybpydb
I was googling and tried the suggested steps:-

1. https://wiki.scn.sap.com/wiki/display/SY...on+samples
2. https://stackoverflow.com/questions/3387...dule-named

but no avail, i installed Anaconda for Pythong 2.x, and Python Plugin for IntelliJ, and the sydpydb DLL must be installed alone with either of those 2 installation

Did anyone has come across this before please?
Reply
#2
Looking at the download page: http://python-sybase.sourceforge.net/download.html
There is no wheel, and there is no package in PyPi repository, so you have to install using method other than pip, try: I haven't tested it because I don't have sybase DBMS, but should work
If it doesn't work, you'll have to search their docs for an installation process, you can try this: http://python-sybase.sourceforge.net/install.html
Reply
#3
thanks Larz60+, i need to get help desk to install that for me as i dont have admin privilege on my laptop.know.
Reply
#4
I took a look at the Sybase installation instructions, and you should as well. It's not a standard install, and if their instructions arem't followed, I don't think you'll get there.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  file open "file not found error" shanoger 8 1,087 Dec-14-2023, 08:03 AM
Last Post: shanoger
  is import cointegration_analysis a recognized module mitcht33 1 425 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 424 Oct-31-2023, 10:43 AM
Last Post: piyushd
  problem in import module from other folder akbarza 5 1,394 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  pyside6 module not found ForeverNoob 4 1,389 Aug-18-2023, 04:36 PM
Last Post: snippsat
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 716 Aug-06-2023, 01:09 AM
Last Post: aupres
  Error on import: SyntaxError: source code string cannot contain null bytes kirkwilliams2049 7 6,672 Aug-03-2023, 06:00 PM
Last Post: Gribouillis
  I found a problem with Python Lahearle 12 1,456 Jul-20-2023, 10:58 PM
Last Post: Pedroski55
  Module Not Found Error bitoded 4 1,404 Jan-01-2023, 09:08 AM
Last Post: bitoded
  [ERROR] ParamValidationError: Parameter validation failed: Invalid type for parameter gdbengo 3 10,977 Dec-26-2022, 08:48 AM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020