jverzani / PySide.jl

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

Range1 -> UnitRange #12

Closed mvogelsb closed 9 years ago

mvogelsb commented 9 years ago

Hi,

could you please change Range1 to UnitRange. I get the following error loading PySide:

julia> using PySide WARNING: require is deprecated, use using or import instead in depwarn at ./deprecated.jl:63 in require at deprecated.jl:648 in include at ./boot.jl:254 in include_from_node1 at ./loading.jl:264 in require at ./loading.jl:203 while loading /home/mark/.julia/v0.4/PySide/src/PySide.jl, in expression starting on line 1 WARNING: could not import Base.help into PyCall INFO: Recompiling stale cache file /home/mark/.julia/lib/v0.4/Compat.ji for module Compat. INFO: Recompiling stale cache file /home/mark/.julia/lib/v0.4/Mustache.ji for module Mustache. INFO: Recompiling stale cache file /home/mark/.julia/lib/v0.4/Requires.ji for module Requires.

WARNING: deprecated syntax "{a=>b, ...}" at /home/mark/.julia/v0.4/PySide/src/qtutils.jl:51. Use "Dict{Any,Any}(a=>b, ...)" instead. ERROR: LoadError: LoadError: UndefVarError: Range1 not defined in include at ./boot.jl:254 in include_from_node1 at ./loading.jl:264 in include at ./boot.jl:254 in include_from_node1 at ./loading.jl:264 in require at ./loading.jl:203 while loading /home/mark/.julia/v0.4/PySide/src/qtextras.jl, in expression starting on line 244 while loading /home/mark/.julia/v0.4/PySide/src/PySide.jl, in expression starting on line 30

Thanks! Mark

jverzani commented 9 years ago

Thanks, should be fixed now. You can try with Pkg.checkout("PySide").