Christian Surlykke wrote:
> The following ruby script:
>
> #!/usr/bin/ruby1.8
> require 'tk'
> root = TkRoot.new { title "Test" }
> TkLabel.new(root) do
> text 'Hello, World!'
> pack { padx 15 ; pady 15; side 'left' }
> end
> Tk.mainloop
>
> fails at line 2 (require 'tk') wi
Package: libtcltk-ruby1.8
Version: 1.8.4-2
Severity: grave
Justification: renders package unusable
The following ruby script:
#!/usr/bin/ruby1.8
require 'tk'
root = TkRoot.new { title "Test" }
TkLabel.new(root) do
text 'Hello, World!'
pack { padx 15 ; pady 15; side 'left' }
en
2 matches
Mail list logo