473,396 Members | 1,971 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.

Module depends tool

Is there a tool to show which dynamic modules (*.pyd/*.dll) a
script depends on w/o running it? And the path(s) where python would
have loaded it from. Something like Cygwin's cygcheck does for
PE modules.

G:\Programfiler\Python.23\Lib\site-packages>cygcheck pcapy.pyd
Found: .\pcapy.pyd
pcapy.pyd
g:\Mingw32\bin\wpcap.dll
f:\windows\System32\ADVAPI32.DLL
f:\windows\System32\ntdll.dll
f:\windows\System32\KERNEL32.dll
f:\windows\System32\RPCRT4.dll
f:\windows\System32\msvcrt.dll
f:\windows\System32\USER32.dll
f:\windows\System32\GDI32.dll
f:\windows\System32\WS2_32.DLL
f:\windows\System32\WS2HELP.dll
f:\windows\System32\python23.dll
f:\windows\System32\SHELL32.dll
f:\windows\System32\SHLWAPI.dll

--
Gisle V.

# rm /bin/laden
/bin/laden: Not found
Jul 18 '05 #1
0 1049

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: Paul Rubin | last post by:
http://www.nightsong.com/phr/python/sharandom.c This is intended to be less predicable/have fewer correlations than the default Mersenne Twister or Wichmann-Hill generators. Comments are...
3
by: Mike Smith | last post by:
I have an application which is similar in function to Setup.exe. The user downloads it, uses it once in most cases and throws it away. I am trying to coax .NET into making it one file and it is...
7
by: allyn44 | last post by:
Hello--I have the code below attached to a command button--it opens an error log form: DoCmd.OpenForm "ReportError" Forms!reporterror!RecordID = Me!RecID Forms!reporterror!PatientID = Me!PatId...
16
by: A_PK | last post by:
Hi, I am a VB.net beginner, I do not know what are the major difference between Module vs Class. Could someone guide me when is the best situation to use Module or Class. I have no idea...
15
by: Brett | last post by:
I've seen few examples on the usefulness of a module. Why use a module instead of a class? If I put a method into Module1, how is it called from other classes? Thanks, Brett
30
by: Franck PEREZ | last post by:
Hello, I'm developing a small XML marshaller and I'm facing an annoying issue. Here's some sample code: ########### My test application ############ class Foo(object): #The class I'd like to...
2
by: Keith Jackson | last post by:
Does anybody know of a tool that will take a module as input, look for any wildcard imports, and then identify what symbols in the module come from which wildcard import? It could then expand out...
5
by: Johs32 | last post by:
I have the made the 3 following files: 1) my headerfile "draft.h": struct tkb { int *prio; }; int init(); int test();
32
by: Matias Jansson | last post by:
I come from a background of Java and C# where it is common practise to have one class per file in the file/project structure. As I have understood it, it is more common practice to have many...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.