Re: [myhdl-list] migrating from myHDL-0.5.1 to myHDL_0.6
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2009-01-26 20:38:37
|
Sami Al Dalahmah wrote: > Dear Jan, > > Thank you for your response. Maybe I should have been more precise, what > I should have said was "installation guide" . I have myHDL 0.5.1 with > python 2.5 on Ubuntu, if I want to have the new myHDL 0.6, should I > remove the 0.5.1 version or remove a specific files in the bin > directory? There are no bin files, myhdl is installed as a directory somewhere in your Python path. Personally, I always use 'python setup.py install', as for all my Python packages. Usually I don't even bother to remove the old installation, although I admit that would be cleaner. (Note that for this to go wrong, a package's behavior should depend on the existence of superfluous files, which is rather strange behaviour.) Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a hardware description language: http://www.myhdl.org |