Standalone Win32 wxPython apps?
Gerhard Häring
gerhard at bigfoot.de
Sun Mar 10 12:29:36 EST 2002
More information about the Python-list mailing list
Sun Mar 10 12:29:36 EST 2002
- Previous message (by thread): Standalone Win32 wxPython apps?
- Next message (by thread): Standalone Win32 wxPython apps?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Grant Edwards wrote: > If I did, couldn't I make all of > "my" apps look in the same place for "my" DLLs? I really hate > the idea of my app putting things in "system" directories. Sure you can. Just append to the PATH a directory where all your DLLs go. This is of course best done with the installer. Here's a description of how Windows searches for DLLs: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_The_Search_Path_Used_by_Windows_to_Locate_a_DLL.asp Gerhard
- Previous message (by thread): Standalone Win32 wxPython apps?
- Next message (by thread): Standalone Win32 wxPython apps?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list