I've got a side project that essentially builds a virtualenv based on a config file. Since Kamaelia has two packages that can be checked out from svn, it seems like a perfect test-case for using envbuilder [1]. If anyone here is into using virtualenv for development, you might try it out and let me know what you think. Otherwise, I'll just continue to use it for my own testing and as an example.
To run it, get the .env file[2] and put it into your planned working directory. Then do the following from within that directory: envb checkout envb setup ...and you now have a virtualenv with both Axon and Kamaelia installed. You can also run Axon's unit tests by running envb unit- test. [1] http://github.com/jasonbaker/envbuilder [2] http://github.com/jasonbaker/envbuilder/blob/master/examples/kamaelia/.env PS. Note to ms: this *does* use setuptools. :-) -- You received this message because you are subscribed to the Google Groups "kamaelia" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/kamaelia?hl=en.
