(no title)
j-kidd | 12 years ago
Deployment: `easy_install -U` from a local pypi
Packaging: `setup.py bdist_egg` and `setup.py bdist_wininst`
Dependencies: declare in setup.py, fetch via yolk
To test if everything works, just create a blank virtualenv and easy_install.
This has been working fine for me for years on Linux and Windows.
sandGorgon|12 years ago
Did you ever have to package stuff like DLLs as part of your code?
sebastiank123|12 years ago
mmerickel|12 years ago