devbisme / skidl

SKiDL is a module that extends Python with the ability to design electronic circuits.
https://devbisme.github.io/skidl/
MIT License
1.04k stars 118 forks source link

zyc on ubuntu #109

Closed fpgasdr closed 3 years ago

fpgasdr commented 3 years ago

Hello, how I have to launch zyc on ubuntu?. in one video I saw just write zyc in command line in windows will work but after install the skidl via github with commad line like proposed in zyc help webpage the zyc command is not recognized and skidl is working perfect. Maybe some path not configured?.

Thanks

xesscorp commented 3 years ago

Did you do pip install zyc?

fpgasdr commented 3 years ago

Sorry, from webpage mention before I understand zyc was included with skidl since no mention to pip intall zyc command in install instructions.

But, just run sudo pip install zyc (had to run sudo apt-get install libgtk-3-dev before) but now it freeze when installing the wxpython...(cc1plus process consumes all cpu but never ends).

Thanks for reply.

fpgasdr commented 3 years ago

Done, thanks.