How to install a size-package?
Ingo Linkweiler
i.linkweiler at web.de
Sun Mar 23 06:57:04 EST 2003
More information about the Python-list mailing list
Sun Mar 23 06:57:04 EST 2003
- Previous message (by thread): How to install a size-package?
- Next message (by thread): How can I use an existing COM object pointer with win32com?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I want to install my software as python site-package. I have tested it this way: - created a directory "mymod" in the "site-packages" - copied my software (submod1.py ... submodn.py) in this directory - renamed the main module to "__init__.py" This is working, but now I want to write a "setup.py", which will do this for the user. I have looked at "site.py", but still do not know what to do. Ingo
- Previous message (by thread): How to install a size-package?
- Next message (by thread): How can I use an existing COM object pointer with win32com?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list