Cannot run kicost on windows
See original GitHub issueFollowing the instructions here for windows: https://xesscorp.github.io/KiCost/docs/_build/singlehtml/index.html
I installed ActivePython-3.5.4.3504-win64-x64-404899.exe then opened a powershell and installed kicost :
easy_install kicost
Then running it I got the error:
kicost
You don't have the wxPython dependence to run the GUI interface. Run once of the follow commands in terminal to install them:
pip3 install -U wxPython # For Windows & macOS
Which I did, and now running kicost returns the following:
kicost
Traceback (most recent call last):
File "C:\Python35\Scripts\kicost-script.py", line 11, in <module>
load_entry_point('kicost==1.0.3', 'console_scripts', 'kicost')()
File "c:\python35\lib\site-packages\kicost-1.0.3-py3.5.egg\kicost\__main__.py", line 215, in main
kicost_gui() # Use the user guide if no input is given.
File "c:\python35\lib\site-packages\kicost-1.0.3-py3.5.egg\kicost\kicost_gui.py", line 995, in kicost_gui
frame = formKiCost(None)
File "c:\python35\lib\site-packages\kicost-1.0.3-py3.5.egg\kicost\kicost_gui.py", line 493, in __init__
self.set_properties()
File "c:\python35\lib\site-packages\kicost-1.0.3-py3.5.egg\kicost\kicost_gui.py", line 805, in set_properties
s=numbers.get_currency_symbol(currency),
File "c:\python35\lib\site-packages\babel-2.6.0-py3.5.egg\babel\numbers.py", line 143, in get_currency_symbol
return Locale.parse(locale).currency_symbols.get(currency, currency)
AttributeError: 'NoneType' object has no attribute 'currency_symbols'
Am I missing something?
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (9 by maintainers)
Top Results From Across the Web
KiCost on Windows can't run GUI - KiCad.info Forums
I have managed to install KiCost on a Windows 7x64 PC along with Python 3.7.2 and wxPython. when tried to start the GUI...
Read more >KiCost 1.1.4, KiCAD 5.1.6-1 Install error under Windows 10 ...
After installing KiCost 1.1.4, KiCost won't start. ... Fresh install of KiCAD 5.1.6-1, then open CMD Window as Admin: How to reproduce:.
Read more >Usage — kicost 1.0.4 documentation
Open the schem.xlsx spreadsheet using Microsoft Excel, LibreOffice Calc, ... The price breaks on some parts can't be obtained automatically because:.
Read more >kicost 1.1.15 documentation - GitHub Pages
Creates a KiCad plugin integration and desktop shortcuts (not in Mac-OS) during the installation. Add KiCost to the context menu “Open with…” in...
Read more >kicost - PyPI
Build cost spreadsheet for a KiCad project. ... If you find KiCost useful please donate to the Kitspace Open Collective. If Kitspace doesn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tools >> Options >> LibreOffice Calc >> Formula >> Recalculation on File Load >> Excel 2007 and never
Done.