Re: [Gambas-user] scraping html

2013-07-12 Thread Caveat
You need to use the right tool for the job. I find the python tool BeautifulSoup one of the best for parsing and extracting data from web pages. http://www.crummy.com/software/BeautifulSoup/ Kind regards, Caveat On 12/07/13 09:01, Shane wrote: > Hi everyone > > i am trying to get some info fr

Re: [Gambas-user] scraping html

2013-07-12 Thread Bruce
On Fri, 2013-07-12 at 17:01 +1000, Shane wrote: > Hi everyone > > i am trying to get some info from a web page in the format of > > > Text I Want > > And Some More i Want > > > And The last bit > > > > what would be the best way to go about this i have tried a few way but i > feel there m

Re: [Gambas-user] Hot to load and savbe to DB a binary file (not image either archive strings)

2013-07-12 Thread Randall Morgan
Use Read and Write for binary data. On Fri, Jul 12, 2013 at 4:18 PM, PICCORO McKAY Lenz wrote: > i have a binary file in fs, i wish toload and store in DB, (blob of course) > and then recue from db and put again in same place.. > > i see in docu, but all file.save asumes string, so i try using b

Re: [Gambas-user] scraping html

2013-07-12 Thread Randall Morgan
You could use Python and Selenium got get the info and then do further processing in Gambas. On Fri, Jul 12, 2013 at 4:17 PM, Randall Morgan wrote: > The easiest would be to write a parser. > > > On Fri, Jul 12, 2013 at 12:01 AM, Shane wrote: > >> Hi everyone >> >> i am trying to get some info

[Gambas-user] Hot to load and savbe to DB a binary file (not image either archive strings)

2013-07-12 Thread PICCORO McKAY Lenz
i have a binary file in fs, i wish toload and store in DB, (blob of course) and then recue from db and put again in same place.. i see in docu, but all file.save asumes string, so i try using base64 coding a decoding but can work.. NOTE: when i post code in mail list, i got and error Lenz McKAY

Re: [Gambas-user] scraping html

2013-07-12 Thread Randall Morgan
The easiest would be to write a parser. On Fri, Jul 12, 2013 at 12:01 AM, Shane wrote: > Hi everyone > > i am trying to get some info from a web page in the format of > > > Text I Want > > And Some More i Want > > > And The last bit > > > > what would be the best way to go about this i ha

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-12 Thread gambas
Updates: Status: Fixed Comment #8 on issue 450 by benoit.m...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 (No comment was entered for this change.) -- You received this message because this project i

[Gambas-user] scraping html

2013-07-12 Thread Shane
Hi everyone i am trying to get some info from a web page in the format of Text I Want And Some More i Want And The last bit what would be the best way to go about this i have tried a few way but i feel there must be an easy way to do this thanks shane ---

Re: [Gambas-user] Issue 450 in gambas: RpcClient hangs (randomly) and CPU goes to 100% when using timers

2013-07-12 Thread gambas
Comment #7 on issue 450 by uale...@gmail.com: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450 After more testing, the fix is submitted in r5728. -- You received this message because this project is configured to send all