jverzani / PySide.jl

julia interface for accessing Qt via PyCall and PySide
MIT License
18 stars 6 forks source link

Error occurs when running the example "data-frame.jl" #11

Closed nsapy closed 9 years ago

nsapy commented 9 years ago

julia> include("data-frame.jl"); ERROR: TableView has no method matching TableView() in include at in include_from_node1 at (repeats 3 times) while loading \home\pc\data-frame.jl, in expression starting on line 12

jverzani commented 9 years ago

Thanks. I had disabled the code to make that example run (at the time) as DataFrames.jl took too long to load. I just checked in a fix for that using Requires.jl. As well, I had to clean up some of the data frames code to reflect changes since this codebase was last touched. (Which has been quite awhile.) Now the example works for me. If not for you, please let me know.

nsapy commented 9 years ago

I ran the modified example again, I can see the popup window but the cells in the table are all empty and in the console the error message turned out to be: ... TypeError: an integer is required TypeError: an integer is required TypeError: an integer is required TypeError: an integer is required TypeError: an integer is required TypeError: an integer is required ...

jverzani commented 9 years ago

Very odd, can you forward on any details as to your version of OS, Julia, PySide, Qt, ... I can't repeat this on my mac, but perhaps their is some lurking issue that can be addressed.