| | |
importing PYD files
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jan 2008
Posts: 4
Reputation:
Solved Threads: 0
You'll have to excuse me, I'm a complete python newbie, but am trying to import a pyd file that I've been sent by a friend. He assures me the file works fine on his computer but when I run , after having placed the pyd file in the c:\Python\DLLs folder and added the directory to the environment variable, I get the following error
"ImportError: DLL load failed: The specified module could not be found."
I've tried other PYD files from the same directory and they work, so I don't think it's a problem with the directory. Would it matter if my friend compiled this on a different version of Python?
Thanks
Python Syntax (Toggle Plain Text)
import myfile.pyd
"ImportError: DLL load failed: The specified module could not be found."
I've tried other PYD files from the same directory and they work, so I don't think it's a problem with the directory. Would it matter if my friend compiled this on a different version of Python?
Thanks
•
•
Join Date: Oct 2008
Posts: 45
Reputation:
Solved Threads: 6
try this before the import
Python Syntax (Toggle Plain Text)
import sys sys.path.append("c:\Python\DLLs")
I wish I had something cool to put here...
![]() |
Other Threads in the Python Forum
- Previous Thread: C to Python Translation anyone?
- Next Thread: WX.ID - Anywhere to get list?
Views: 2111 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for Python
anti array avogadro beginner builtin clear client code color count csv curved def dictionary dynamic enter examples excel file float format frange ftp function gui heads homework import input java lapse line lines linux list lists loop microcontroller mouse multiple mysqldb mysqlquery newb number numbers output parsing path port prime program programming projects py2exe pygame pygtk pyopengl pyqt python random raw_input recursion recursive redirect script scrolledtext singleton software sqlite ssh stderr string strings subprocess sum syntax table terminal text thread threading time tkinter tlapse tooltip tuple tutorial twoup ubuntu unicode unix urllib urllib2 variable web-scrape wikipedia windows word wx.wizard wxpython






