Package Details: bcnc 0.9.14.304-1

Git Clone URL: https://aur.archlinux.org/bcnc.git (read-only, click to copy)
Package Base: bcnc
Description: GRBL CNC command sender, autoleveler and g-code editor
Upstream URL: https://github.com/vlachoudis/bCNC
Licenses: GPL2
Submitter: greyltc
Maintainer: None
Last Packager: greyltc
Votes: 6
Popularity: 0.000002
First Submitted: 2017-02-09 14:50 (UTC)
Last Updated: 2021-03-29 11:15 (UTC)

Latest Comments

1 2 Next › Last »

throbscottle commented on 2023-09-10 14:34 (UTC)

NameError fix now applies to /usr/lib/python3.11

apoulos commented on 2023-04-07 16:41 (UTC) (edited on 2023-04-07 16:51 (UTC) by apoulos)

Fix error "NameError: name 'sys' is not defined" by adding a line

import sys

above

import os

in the following files:

/usr/lib/python3.10/site-packages/bCNC/ToolsPage.py
/usr/lib/python3.10/site-packages/bCNC/Utils.py
/usr/lib/python3.10/site-packages/bCNC/FilePage.py

GPereira commented on 2022-06-27 23:02 (UTC)

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.10/site-packages/bCNC/__main__.py", line 50, in <module>
    import Utils
  File "/usr/lib/python3.10/site-packages/bCNC/Utils.py", line 41, in <module>
    if getattr( sys, 'frozen', False ):
NameError: name 'sys' is not defined

Tweety commented on 2021-07-24 15:44 (UTC)

Seems like not working anymore with recent python 3.9.6-1.

greyltc commented on 2020-01-20 10:51 (UTC) (edited on 2020-01-20 10:52 (UTC) by greyltc)

done. I've also asked upstream if they could tag a new stable release. 0.9.11 is pretty old by now...

JPW commented on 2020-01-20 10:48 (UTC)

Since tk is only an optional dependency for python in Extra, I think it would be a good idea to include it as a dependency for bcnc: depends=('python2-pyserial' 'python2-pillow' 'tk')

greyltc commented on 2020-01-20 10:20 (UTC)

Okay, I removed the conflict with bcnc-git.

@JPW can you think of something I should change about the PKGBUILD to make it better?

JPW commented on 2020-01-19 19:09 (UTC)

I had to install tk manually to make it work.

Harvie commented on 2018-06-17 01:20 (UTC)

There's no reason for bCNC and bCNC-git to conflict with each other. I've installed both and they play along nicely. It's very important for me to have both installed as some features are broken in stable and some are broken in git.