473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

path modules with windll in Python

Hello all,

this is the structure of my program:
-Main Folder
/--> SRC folder (python code)
/--> DLL folder (dll that I use on my code)

In one .py file in SRC folder I have this code:

from ctypes import *
windll.LoadLibrary(".\..\dll\cmll14.dll")

It loads cmll14.dll but it needs also other dlls that are in DLL folder (not in SRC, where the .py is). Then I have an error:

"The DLL can not be started, because _other_dll can not be found."

If I start the py file from DLL folder it works, but I don't want to mix my code with external dll files. How can I fix my problem?
Sep 19 '11 #1
0 1212

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Létező | last post by:
Hi! I searched the Net and found several Number Theory (NT) related Python extension modules. Some of them may be used to do some research but unfortunately almost all promising modules...
6
by: Hung ho | last post by:
Hi. I just finished reading an introductory Python book called "Python Programming for the absolute beginner" by Michael Dawson. I found it very interesting, and easy to follow. Python does really...
2
by: Andy | last post by:
I am considering writing some Linux based client applications for amateur radio in python as a learning exercise however, I have not been able to find ax.25 python modules. Can anyone point me to...
6
by: gry | last post by:
I want to write some kind of install script for my python app that will add c:\cygwin\usr\bin to the system path. I don't want to walk around to 50 PC's and twiddle through the GUI to: My...
1
by: eight02645999 | last post by:
hi i am new to python and was wondering where can i find modules for python? Something very much like what CPAN has for Perl. I am searching for SSL/SSH modules for use in Python. thanks
3
by: David Bear | last post by:
I have a hash function written by another organization that I need to use. It is implemented in perl. I've been attempting to decode what they are doing in their hash function and it is taking way...
8
by: Méta-MCI | last post by:
Hi, all! Any news, on release Python-2.5 for many modules/lib? Some exemples: Console (Effbot) SciPy Iconvcodec DirectPython
3
by: sam | last post by:
hello all, i am currently in the process of planning a piece of software to model polymerisation kinetics, and intend to use python for all the high-level stuff. the number-crunching is...
1
by: kalpanam | last post by:
what are the different modules in python?
1
by: graph | last post by:
Per http://mail.python.org/pipermail/python-list/2008-September/506206.html something like this (plus error handling) seems to be the right way to add to sys.path when embedding python in C: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.