[myhdl-list] installing myhdl stable and development package in parallel
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2008-07-30 20:12:47
|
Hello, Has somebody figured out a good way to install the stable version and the code from the repository in parallel without the packages interfering with each other? I did check out the mercurial code as myhdl_hg and then set the PYTHONPATH to it. My idea was to decide by the way of doing the import to take either of the packages. So instead of doing 'from myhdl' do 'from myhdl_hg.myhdl'. Unfortunately there are imports inside the myhdl package that do the 'from myhdl' type import. So I end up mixing packages when doing the import from the repository. Are there any better ways of doing that? Cheers, Guenter |