Giter Site home page Giter Site logo

thomasroessl / flowtutor Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 1.0 6.44 MB

A graphical programming environment using flowcharts.

License: GNU Lesser General Public License v3.0

Shell 1.16% Python 98.15% Jinja 0.69%
c dearpygui education flowchart graphical-programming programming python

flowtutor's Issues

Error at startup

When I run main.py an exception occurs:

C:\Users\User\AppData\Local\Temp\flowtutor-ihrks3_0
Traceback (most recent call last):
  File "c:\Users\User\Downloads\FlowTutor\src\flowtutor\main.py", line 59, in <module>
    main()
  File "c:\Users\User\Downloads\FlowTutor\src\flowtutor\main.py", line 55, in main
    start()
  File "src/dependency_injector/_cwiring.pyx", line 28, in dependency_injector._cwiring._get_sync_patched._patched
  File "c:\Users\User\Downloads\FlowTutor\src\flowtutor\main.py", line 18, in start
    gui = GUI(2000, 2000)
  File "src/dependency_injector/_cwiring.pyx", line 28, in dependency_injector._cwiring._get_sync_patched._patched
  File "C:\Users\User\Downloads\FlowTutor\.venv\lib\site-packages\flowtutor\gui\gui.py", line 202, in __init__
    self.parent_size = (int(self.settings_service.get_setting('width', '1000') or 1000),
  File "C:\Users\User\Downloads\FlowTutor\.venv\lib\site-packages\flowtutor\settings_service.py", line 28, in get_setting       
    with dbm.open(join(user_config_dir('flowtutor'), 'settings.db'), 'c') as db:
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\dbm\__init__.py", line 95, in open
    return mod.open(file, flag, mode)
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\dbm\dumb.py", line 316, in open
    return _Database(file, mode, flag=flag)
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\dbm\dumb.py", line 71, in __init__
    self._update(flag)
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\dbm\dumb.py", line 105, in _update
    key, pos_and_siz_pair = _ast.literal_eval(line)
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\ast.py", line 62, in literal_eval
    node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\ast.py", line 50, in parse
    return compile(source, filename, mode, flags,
  File "<unknown>", line 0

SyntaxError: unexpected EOF while parsing

There's something wrong with the line gui = GUI(2000, 2000)
Or I didn't install the libraries correctly.

I didn't change the code. It worked before. I use Windows and Conda

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.