From: Andreas K. <and...@ac...> - 2014-10-09 21:59:13
|
The ticket at core is http://core.tcl.tk/tcl/tktview/ed29c4da21f4c0a7858a0f5ae4aae20dd42fc818 On Thu, Oct 9, 2014 at 2:49 PM, Kevin Walzer <kw...@co...> wrote: > Russell, > > On 10/9/14, 3:49 PM, Russell Owen wrote: >> package require http >> >> set outname "saturn.jpg" >> set url >> "http://apod.nasa.gov/apod/image/1409/saturnequinox_cassini_7227.jpg" >> set out [open "temp" w] >> set token [::http::geturl $url -channel $out] >> close $out > > I see the bug, but have no idea what the problem is--I don't maintain > the http package and so wouldn't know where to begin debugging it. > > Any reason you are using a Tcl call instead of something from Python, > cf. urllib? > > --Kevin > > -- > Kevin Walzer > Code by Kevin/Mobile Code by Kevin > http://www.codebykevin.com > http://www.wtmobilesoftware.com > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Tcl-mac mailing list > tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 and...@ac..., http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato 21'st Tcl/Tk Conference: Nov 10-14, Portland, OR, USA -- http://www.tcl.tk/community/tcl2014/ Send mail to tcl...@go..., by Sep 8 Registration is open. |