Giter Club home page Giter Club logo

objectlistview2's Issues

Update?

Hello,
Is OLV still under development?
I would love to see drag and drop re-arranging of the list...
Thanks for all the hard work.
Andy.

CellEditor.py references long type for all Python versions

CellEditor.py references long type for all versions.

When editing cells, attempting to save the value results in going through the CellEditor and hitting a couple functions that reference long, which no longer exists in Python 3. Needs to know when to and when not to use long type.

Error
Traceback (most recent call last):
  File "C:\Python\Python37-32\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Python\Python37-32\lib\unittest\case.py", line 615, in run
    testMethod()
  File "C:\Users\erik.nystrom\olv\objectlistview\test\test_CellEditors.py", line 55, in testBasics
    self.editor.SetValue(0)
  File "C:\Users\erik.nystrom\olv\objectlistview\ObjectListView2\CellEditor.py", line 273, in SetValue
    number_types = (int, long, float)
NameError: name 'long' is not defined

testNoAlternateColours fails unittest

Test fails with following exception

Error
Traceback (most recent call last):
  File "C:\Python\Python37-32\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Python\Python37-32\lib\unittest\case.py", line 615, in run
    testMethod()
  File "C:\Users\erik.nystrom\olv\objectlistview\test\test_ObjectListView.py", line 320, in testNoAlternateColours
    self.objectListView.oddRowsBackColor in set(bkgdColours))
TypeError: unhashable type: 'Colour'

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.