Git Product home page Git Product logo

mongo_ftdc_draw's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mongo_ftdc_draw's Issues

Issue generating graphs

Hi, Using an already decoded ftdc file I'm receiving this error:

Traceback (most recent call last):
File "/home/adamo/.local/bin/mongo_ftdc_draw", line 11, in
load_entry_point('mongo-ftdc-draw==0.1.0', 'console_scripts', 'mongo_ftdc_draw')()
File "build/bdist.linux-x86_64/egg/mongo_ftdc_draw/mongo_ftdc_draw.py", line 155, in ftdc_main
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 1137, in resource_filename
self, resource_name
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 1646, in get_resource_filename
return self._extract_resource(manager, zip_path)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 1667, in _extract_resource
timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
KeyError: 'mongo_ftdc_draw/schemes/main.json'

Python 3

Hey, if you do not change from the iteritens to intems on utils.py(line 18), it will not work with python 3
--> From

def dict_merge(dct, merge_dct):
  for k, v in merge_dct.iteritems():

--> To

def dict_merge(dct, merge_dct):
  for k, v in merge_dct.items():

I would create a pull request but my git client is not properly working

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.