question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run kicost on windows

See original GitHub issue

Following 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:closed
  • Created 5 years ago
  • Comments:22 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
hildogjrcommented, Jun 13, 2019

Tools >> Options >> LibreOffice Calc >> Formula >> Recalculation on File Load >> Excel 2007 and never Screenshot from 2019-06-13 19-07-53

0reactions
xesscorpcommented, Jun 14, 2019

Done.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found