Re: [Jprogramming] Calling j.dll from python

2014-07-23 Thread bill lam
I think it is better to set an absolute path of BINPATH because the working directory may change after booting. BTW what j user manual suggested was that you can combine the 2 run_jcmd together. On Jul 23, 2014 12:53 AM, "Jon Hough" wrote: > I think I have sorted it, by calling > > run_jcmd("[AR

Re: [Jprogramming] sockets and memr

2014-07-23 Thread bill lam
I agree that the failure should be caused by firewall and J is un-related, but it is also interesting that the sdcheck instead of memr should be responsible for raising the domain error even there are communication errors. I suspect there are some bugs in socket addon in that it fails to catch som

Re: [Jprogramming] sockets and memr

2014-07-23 Thread 'Pascal Jasmin' via Programming
could be related to outdated or too new dated antivirus software as well. - Original Message - From: 'Dan Baronet' via Programming To: "programm...@jsoftware.com" Cc: Sent: Tuesday, July 22, 2014 10:51:37 PM Subject: [Jprogramming] sockets and memr I am trying to use code to read page

Re: [Jprogramming] sockets and memr

2014-07-23 Thread Gilles Kirouac
I use the addon web/gethttp to get a page off the net. Unless you have peculiar needs (like login first), this is the ready-made solution. You can get the page as the result of the gethttp verb or have it put in a file. ~ Gilles -- Original Message --- From: Joe Bogner

Re: [Jprogramming] sockets and memr

2014-07-23 Thread Joe Bogner
Works fine for me on j64 j6 JVERSION Installer: j602a_win64.exe Engine: j602/2008-03-03/16:45 Library: 6.02.023 You may want to try this in a new session: load 'socket' coinsert 'jsocket' ]jsoft=: sdcheck sdgethostbyname 'www.jsoftware.com' NB. find host On Tue, Jul 22, 2014 at 11:07 PM, Jo

Re: [Jprogramming] sockets and memr

2014-07-23 Thread David Lambert
I use wget followed by j code to parse the files. Date: Tue, 22 Jul 2014 19:51:37 -0700 From: "'Dan Baronet' via Programming" To:"programm...@jsoftware.com" Subject: [Jprogramming] sockets and memr Message-ID: <1406083897.31715.yahoomail...@web141005.mail.bf1.yahoo.com> Content-Type: te