Re: [myhdl-list] Re: Library of components in seperate folders
Brought to you by:
jandecaluwe
From: <dan...@we...> - 2005-12-16 14:36:08
|
George Pantazopoulos wrote: > > Thanks Jan, I can try that. However, I'd rather not have to set any > environment variables. Are there other ways to accomplish this, as well? You could move the component library to the site-package folder of you python installation. Then it would be accessible from everywhere. If you don't like that, how about specifying a .pth file in the site-package folder, that points to the component library? Guenter |