[web2py] Re: how to limit who can see the webpage

2020-07-10 Thread Dave S
On Friday, July 10, 2020 at 10:20:56 AM UTC-7, Elif Guduk wrote: > > Hi all, > My manager asked me to limit the web page accessibility for random people > how to do this. > For example my app name KnowledgeBase and anyone can access iff they type > https://companyname.com/KnowledgeBase gives

[web2py] Re: Loader/waiting indeterminate progressbar

2020-07-09 Thread Dave S
r Optionally, * a module to provide more complex code that the model file function can call. (My tasks tend to store stuff in the database and/or send emails, so it's queue-and-forget for me.) /dps On Friday, June 17, 2016 at 1:50:17 AM UTC+5:30, Dave S wrote: >> >> >> >>

[web2py] Re: I want a code for admin login page?

2020-07-09 Thread Dave S
On Wednesday, July 8, 2020 at 3:22:34 PM UTC-7, Akshata Naduvinahalli wrote: > > please can you send me a code for login page of admin ,when click on login > it should redirect to admin details page, > web2py defaults to the admin pages being accessible only via localhost access (that is,

[web2py] Re: Security Issue??????

2020-07-09 Thread Dave S
On Thursday, July 9, 2020 at 6:42:13 AM UTC-7, mikel...@gmail.com wrote: > > Hi, in this days I'm acting pen-test on my web2py application, all tools > used report me that there're some "important" header are missing.. > In particular: > >- X-Frame-Options Header Not Set (15) > > prevents

[web2py] Re: Web2py + Nginx - Logging

2020-07-01 Thread Dave S
On Wednesday, July 1, 2020 at 2:51:32 PM UTC-7, Luciano Bovio wrote: > > Is it possible to log web2py output messages to a file when running > web2py+nginx+uwsgi (installed with provided ubuntu script) ? > > I need to view the messages that i see in console when running rocket > server. > >

[web2py] Re: scheduler gives and error about datetime

2020-06-24 Thread Dave S
On Wednesday, June 17, 2020 at 6:41:32 AM UTC-7, Pierre wrote: > > Gooday, > In the controler the function works correctly. But as a task, it gives an > error about Json not beeing able to deal with datetime. > any suggestion would be appreciated :) > > here is the error : TypeError:

Re: [web2py] No module named error

2020-06-22 Thread Dave S
On Monday, June 22, 2020 at 5:13:46 AM UTC-7, patito feo wrote: > > Hi, > > I have done every recommended guide iv seen. Same error. > > Every time i saved the .py module file same message shows on top of the > editor. > > That's the editor/IDE shipped with web2py? (When you save a file, it

[web2py] Re: We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-22 Thread Dave S
mburger menu. /dps > > > On Saturday, June 20, 2020 at 4:16:33 AM UTC+2, Dave S wrote: >> >> >> >> On Thursday, June 18, 2020 at 10:44:53 PM UTC-7, Davidiam wrote: >>> >>> Good Morning, >>> >>> I would like to know what I woul

[web2py] Re: We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-22 Thread Dave S
On Monday, June 22, 2020 at 2:10:35 AM UTC-7, Davidiam wrote: > > UPDATE : I managed to find the solution so I will post it here for any > others that have the same issue : > > We had to install a new ODBC driver and to modify the MS SQL connection > string. > > Thank you, followups are good

[web2py] Re: Problems using Restful method PUT

2020-06-19 Thread Dave S
On Friday, June 19, 2020 at 4:32:04 PM UTC-7, Ariel Antunez wrote: > > Hi everyone, I am working in a application using vue.js on vue-cli and > axios. I need to use the method PUT, but I get the error, METHOD NOT > ALLOWED, I write a headers in the controllers. POST and GET work perfect. >

[web2py] Re: We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-19 Thread Dave S
On Thursday, June 18, 2020 at 10:44:53 PM UTC-7, Davidiam wrote: > > Good Morning, > > I would like to know what I would have to modify in order to connect to MS > SQL from web2py with TLS 1.2. We are running web2py 2.18.5 on a Windows > 2016 IIS server. > > Yesterday a security patch was

[web2py] Re: Problem with upload field

2020-06-19 Thread Dave S
On Friday, June 19, 2020 at 4:30:12 AM UTC-7, Константин Комков wrote: > > I am very happy today! I can find user who can't load file and talk with > him. User can't load file with name: > ФГБОУ ВО Липецкий государственный педагогический университет им. П.П. > Семенова-Тян-Шанского > >

[web2py] Re: Problem with upload field

2020-06-18 Thread Dave S
On Thursday, June 18, 2020 at 6:26:32 AM UTC-7, Константин Комков wrote: > > I thought that there is problem f'{f} {i} {number} {email}' here, but on > my computer I can send document without problem. > I and another user (with the same data and loading file) having different > result (: > Why

Re: Stus-List strange noise

2020-06-16 Thread Dave S via CnC-List
When I first bought Windstar, I had a terrible, intermittent BANG - BANG - BANG in fwd only. To address, I consulted a local yard, to whom I paid many many boat bucks to: 1) Replace the very worn martec prop with a folding Gori. 2) Replace tired (one cracked) motor mounts 3) Replace shaft and

Re: Stus-List Propane locker improvements/repair

2020-06-15 Thread Dave S via CnC-List
interesting problem after checking that it hasnt been epoxied or glassed in place, could you try pressing it upward from below with a lever or a bottle or auto jack, perhaps while carefully heating the flange with a heat gun? or.if you were really determined you could cut it a few inches

[web2py] Re: invalid literal for long() with base 10: when linking 2 tables

2020-06-12 Thread Dave S
On Thursday, June 11, 2020 at 8:55:16 AM UTC-7, mostwanted wrote: > > I have 2 tables one table references the other table. > db.define_table('store_registration', > Field('first_name', requires=IS_NOT_EMPTY()), > Field('last_name', requires=IS_NOT_EMPTY()), >

[web2py] Re: List | Create | Modify and Delete Users directly from Python controller without using HMI

2020-06-03 Thread Dave S
On Wednesday, June 3, 2020 at 2:25:39 PM UTC-7, Nicolas Hiblot wrote: > > Hello All, > > I really don't know if it's possible ! > But if it is, could someone please help me to do that ?? > > You want to become familiar with the Auth() tools;

[web2py] Re: Static files based on authorisation

2020-06-03 Thread Dave S
On Wednesday, June 3, 2020 at 4:13:03 PM UTC-7, James O' Driscoll wrote: > > I am using webpack to create bundles for my app, controller/function > renders a view that’s has a script tag with a src to a bundle in static > folder. > > However I would like only logged in users to be able to

[web2py] Re: Upgraded to 2.19 and SQL Server date insert throws an error

2020-06-03 Thread Dave S
On Wednesday, June 3, 2020 at 2:04:02 PM UTC-7, Seth J wrote: > > I am not sure how to view the query sent to MSSQL. > Does this help/? https://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#_lastsql> > Here's a little more from the error record: > > >- >

[RBW] Re: small bike frame help & recommendations / (WTB)

2020-06-03 Thread Dave S
I might have something for you. PM incoming. Dave in NJ On Wednesday, June 3, 2020 at 11:02:05 AM UTC-4, Patch T wrote: > > Hey Bunch, > > I rebuilt a 19"/48cm 1987 Trek 330 Elance for my partner with 650b wheels > and albatrosses. I thought it would fit but it's too big for her. In >

Re: Stus-List Grounding

2020-05-30 Thread Dave S via CnC-List
On Sat, May 30, 2020 at 9:56 AM Neil Andersen wrote: > Does that set up a different ground potential when connected to shore > power (AC side and 12V side)? > > Neil Andersen > Rock Hall, MD 21661 > ------ > *From:* Dave S > *Sent:* Saturday,

Re: Stus-List Grounding

2020-05-30 Thread Dave S via CnC-List
; Rock Hall, MD > -- > *From:* CnC-List on behalf of Dave S via > CnC-List > *Sent:* Saturday, May 30, 2020 9:18:24 AM > *To:* Brian Davis ; C Stus List < > cnc-list@cnc-list.com> > *Cc:* Dave S > *Subject:* Re: Stus-List Grounding > > Essentially yes, however when you

Re: Stus-List Grounding

2020-05-30 Thread Dave S via CnC-List
e same engine connecting > point and the grounds and negatives share that single point? Just want to > make sure I completely "get it". > > Thanks for all your guys help. > > On Sat, May 30, 2020 at 8:21 AM Dave S wrote: > >> Agree with Joe's comment.the engine must

Re: Stus-List Grounding

2020-05-30 Thread Dave S via CnC-List
Agree with Joe's comment.the engine must be grounded but should not be used as your primary grounding point. there are a buncha' good reasons for this. Another thing to consider is providing for an upgrade the battery/power monitoring, for which you may need to install a resistive shunt

Re: Stus-List water pump seal

2020-05-30 Thread Dave S via CnC-List
If its really snug, heating the receiving part can help ease the assembly of press-fit parts. I've done this using my bbq, to warm alloy housings etc, then press in the greased bushing or bearing. Dave -- Forwarded message -- From: Brian Davis To: cnc-list@cnc-list.com Cc: Bcc:

Re: [web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-30 Thread Dave S
n Security section. > > More information about it can be found here: > https://support.google.com/accounts/answer/6010255?hl=en > https://support.google.com/a/answer/176600?hl=en > https://www.siteground.com/kb/google_free_smtp_server/ > > Best regards, > Víctor > > On

[web2py] Re: Help with memory leak

2020-05-30 Thread Dave S
3 On Tuesday, May 26, 2020 at 9:56:16 PM UTC-7, tim spear wrote: > > Hi > > Here I am in 2020 using High Sierra 10.13.6 having the same issue. > I've tried various versions of web2py with Python 2.7 and the latest > version with Python 3.7 > and all seem to have the issue - memory use starts

Re: [web2py] Re: uwsgi from python2.7 to python3

2020-05-26 Thread Dave S
On Thursday, May 21, 2020 at 6:13:17 AM UTC-7, Ramos wrote: > > no, but i dont want to mess with uwsgi because i may need to use python > 2.7 again as i´m fixing code bugs from 2.7 to 3. > will i have problems upgrading uwsgi but using python 2.7? > > > Can you use a virtual env or a docker

[web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-26 Thread Dave S
On Wednesday, May 20, 2020 at 6:03:34 AM UTC-7, VJ Sosa wrote: > > Dear all, > > I'm using the library to manage users in web2py (it includes functions > such as login, profle, lost_password, etc..). > When I try to use the function lost_password, it ask for my email to send > me the password,

[RBW] Gravel & Dirt: New blog about equipment

2020-05-25 Thread Dave S
Thanks for sharing! Not sure if this is always the case but, often, theres a noticeable difference between oem and retail tires. The tread is usually identical but the construction is different. I learned this by buying a bike with tires that are Folding/TC in the retail version and wire

Stus-List 33-2 window replacement

2020-05-18 Thread Dave S via CnC-List
Will have to beg for forgiveness here my my searches have not turned up the references I was seeking on this oft-visited subject. Specifically - one lister has put a detailed explanation in flush port light replacement, using vhb tape I think.Could someone forward the link please? Looking

Re: [web2py] Re: How to debug appadmin CSV uploading

2020-05-16 Thread Dave S
On Friday, May 8, 2020 at 12:41:16 PM UTC-7, Jonsubs wrote: > > Thanks! > > El El sáb, 2 may 2020 a las 3:10, Andrew Rogers > escribió: > >> Can't help you Jon sorry. I tried to upload a while back but got a >> different issue (see >>

[kshisen] [Bug 420915] Games displayed rotate around 5 or 6 layouts

2020-05-03 Thread Dave S.
https://bugs.kde.org/show_bug.cgi?id=420915 --- Comment #7 from Dave S. --- It doesn't seem to happen when I hit the "New" button.  Thanks. I'll use that from now on. On 5/3/20 10:13 AM, Frederik Schwarzer wrote: > https://bugs.kde.org/show_bug.cgi?id=420915 > > --- Comme

[kshisen] [Bug 420915] Games displayed rotate around 5 or 6 layouts

2020-05-03 Thread Dave S.
https://bugs.kde.org/show_bug.cgi?id=420915 --- Comment #5 from Dave S. --- Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1

[RBW] PSA: Bridgestone Le BUBster 43L in NJ

2020-05-03 Thread Dave S
Then maybe you need the larger size, which I also have for sale :) https://jerseyshore.craigslist.org/bik/d/allenhurst-bridgestone-bub-le-bubster/7117764662.html -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this

[RBW] PSA: Bridgestone Le BUBster 43L in NJ

2020-05-02 Thread Dave S
https://jerseyshore.craigslist.org/bik/d/allenhurst-bridgestone-bub-le-bubster/7117761177.html It’s mine. Well, it was to be wifey’s but I cant wrestle my Clementine back from her so here we are. I have the matching BUB H listed as well. I have no idea how to price these so Im starting at

[web2py] Re: [py4web] - how to disable some auth actions?

2020-05-02 Thread Dave S
On Wednesday, April 29, 2020 at 12:35:22 AM UTC-7, Massimo Di Pierro wrote: > > [...] > > Instead of a minimum complexity (entropy) you ca specify a min length, > number of required upper/lower case chars, and number special chars. > > auth.password_complexity = {"min": 8, "upper": 1, "lower":

[kshisen] [Bug 420915] Games displayed rotate around 5 or 6 layouts

2020-05-02 Thread Dave S.
https://bugs.kde.org/show_bug.cgi?id=420915 --- Comment #2 from Dave S. --- Only checked:  Create solvable games only Board Difficulty:  at center line Piece Removal Speed:  at center line Board Size:  18x8 On 5/2/20 1:28 PM, Frederik Schwarzer wrote: > https://bugs.kde.org/show_bug.cgi

[kshisen] [Bug 420915] New: Games displayed rotate around 5 or 6 layouts

2020-05-02 Thread Dave S.
https://bugs.kde.org/show_bug.cgi?id=420915 Bug ID: 420915 Summary: Games displayed rotate around 5 or 6 layouts Product: kshisen Version: 1.10.0 Platform: openSUSE RPMs OS: Linux Status: REPORTED

[web2py] Re: many users logged in, at the same time.

2020-04-25 Thread Dave S
On Thursday, April 9, 2020 at 2:43:56 PM UTC-7, Dave S wrote: > > > > On Thursday, April 9, 2020 at 4:10:21 AM UTC-7, Wep2buy wrote: >> >> Hi every body: >> >> how can i test an app (like chat) from my desktop >> >> many users logged in, at the sa

[RBW] Re: Anyone have experience w this Quality Wheels Dynamo set?

2020-04-24 Thread Dave S
Buy 'em here instead: https://www.velomine.com/index.php?main_page=product_info=235_350_id=5269 Dave On Friday, April 24, 2020 at 2:19:41 PM UTC-4, Michael Baquerizo wrote: > > I'm attempting to build something that will last me, without breaking the > bank entirely. The majority of the build

[web2py] Re: Why do my questions never show up?

2020-04-24 Thread Dave S
On Tuesday, April 21, 2020 at 8:00:10 AM UTC-7, Jon Paris wrote: > > Thanks Andrew. > > I did use the web interface but is has taken more than 3 days for any of > my posts to show up. > > There used to be an anti-spam measure that required review of a first post, but I think that disappeared

[web2py] Re: Sobre ejecucion de web2py en windows 10

2020-04-24 Thread Dave S
On Monday, April 20, 2020 at 10:28:19 PM UTC-7, Yeoresley Dominguez wrote: > > Buenas Noches recien descargue la version ultima de web2py, pero al > descompactarla y ejecutar el ejecutable para windows web2py.exe, no se > ejecuta y no me sale la ventanita del servidor, tengo windows 10 >

[web2py] Re: Getting an error that ends in "No driver of supported ones %s is available" % str(self.drivers) RuntimeError: No driver of supported ones ('psycopg2',) is available

2020-04-24 Thread Dave S
On Saturday, April 18, 2020 at 5:15:10 PM UTC-7, Valdeck Rowe wrote: > > Is it possible for me to use the pg8000 driver? > > It is, but it's not recommended. That driver is known to have problems and I believe that it no longer has a maintainer. I used it for several months, but once I

[web2py] Re: How do i get mu download function to download my image with its original name

2020-04-24 Thread Dave S
On Saturday, April 18, 2020 at 8:57:59 AM UTC-7, mostwanted wrote: > > I want to download an image but i want it to download with its originally > saved name, is there a way I can modify my download function to do this? So > far its downloading properly as desired its just that its renaming

[RBW] WTB: Small Clem L, Cheviot, or other Riv Step-Thru or Mixte

2020-04-18 Thread Dave S
How about a 43L Bridgestone LeBubster? Dave in NJ -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this group and stop receiving emails from it, send an email to rbw-owners-bunch+unsubscr...@googlegroups.com. To view

[web2py] Re: SQLFORM labels and input boxes overlapping

2020-04-16 Thread Dave S
On Thursday, April 16, 2020 at 8:11:41 AM UTC-7, Jonsubs wrote: > > Hi everyone, > In some of my views using SQLFORM, specially when the label text is not > short, the input box overlaps and covers part of the label text. > > How can I avoid this? > > As this is automatically generated HTML, I

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-16 Thread Dave S
b . I do the root_static in routes.py for my /favico.ico. but I use try_files to dump a word list on some GETs for funny URLs (outsiders probing the site for leaks). /dps On Thursday, 16 April 2020 01:38:28 UTC+2, Dave S wrote: >> >> >> >> On Wednesday, April

[web2py] Re: Getting an error that ends in "No driver of supported ones %s is available" % str(self.drivers) RuntimeError: No driver of supported ones ('psycopg2',) is available

2020-04-16 Thread Dave S
On Wednesday, April 15, 2020 at 4:52:50 PM UTC-7, Valdeck Rowe wrote: > > I've copied the psycopg2 package over to the web2py/site-packages folder, > added the packages folder to the path. Still nothing > > My copy isn't in site-packages, it's in gluon/contrib. > On Tuesday, April 14, 2020

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-15 Thread Dave S
On Wednesday, April 15, 2020 at 4:20:18 PM UTC-7, Anatoli Hristov wrote: > > Found some log in nginx access.log: > > 10.63.238.14 - - [15/Apr/2020:23:18:00 +] "GET / HTTP/1.0" 500 21 "-" > "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like > Gecko)

[web2py] Re: Getting an error that ends in "No driver of supported ones %s is available" % str(self.drivers) RuntimeError: No driver of supported ones ('psycopg2',) is available

2020-04-15 Thread Dave S
l 15, 2020 at 4:26:31 AM UTC-5, Dave S wrote: >> >> >> >> On Tuesday, April 14, 2020 at 4:29:12 PM UTC-7, Valdeck Rowe wrote: >>> >>> Also tried installing psycopg2-binary to no avail >>> >>> >> Installed in the system python, or

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-15 Thread Dave S
On Wednesday, April 15, 2020 at 4:05:48 PM UTC-7, Anatoli Hristov wrote: > > Hello, > > I used to use the routes.py in the root of web2py folder where after > deployed a new server, and restored the web apps, it shows (Internal server > error): > > This is my routes.py > > >> *routers =

[web2py] Re: Getting an error that ends in "No driver of supported ones %s is available" % str(self.drivers) RuntimeError: No driver of supported ones ('psycopg2',) is available

2020-04-15 Thread Dave S
On Tuesday, April 14, 2020 at 4:29:12 PM UTC-7, Valdeck Rowe wrote: > > Also tried installing psycopg2-binary to no avail > > Installed in the system python, or locally in the web2py folders? What does your PYTHONPATH variable look like? /dps > On Tuesday, April 14, 2020 at 12:58:14 PM

[web2py] Re: many users logged in, at the same time.

2020-04-09 Thread Dave S
On Thursday, April 9, 2020 at 4:10:21 AM UTC-7, Wep2buy wrote: > > Hi every body: > > how can i test an app (like chat) from my desktop > > many users logged in, at the same time. > > I mean that i don't want to login and the logout , for each user. > > Any help is highly appreciated. > There

[RBW] FS: Nitto Mark's Rack M1

2020-04-05 Thread Dave S
Nice score! I tried to buy that bike and the guy ghosted me. Glad someone in the list got it! Dave -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] Re: Error importing Russian characters from csv file

2020-04-02 Thread Dave S
5 PM UTC-7, Dave S wrote: > > > > On Tuesday, March 31, 2020 at 2:02:29 AM UTC-7, aabelyakov wrote: >> >> When importing data (russian characters) from a .csv-file into a table, >> an >> error occurs: >> 'ascii' codec can't decode byte 0xd0 in >> p

[web2py] Re: Error importing Russian characters from csv file

2020-04-02 Thread Dave S
On Tuesday, March 31, 2020 at 2:02:29 AM UTC-7, aabelyakov wrote: > > When importing data (russian characters) from a .csv-file into a table, an > error occurs: > 'ascii' codec can't decode byte 0xd0 in > position 65: ordinal not in range(128). > When you get this error, are you using

[web2py] Re: Mercurial python 3

2020-04-02 Thread Dave S
On Thursday, April 2, 2020 at 10:29:05 AM UTC-7, Шаманов Алексей wrote: > > Hello, anybody tries web2py + mercurial versioning with python 3? > Mercurial 5.2+ support python 3 but in web2py i have a bunch of errors: > > The Web2py Mercurial interface is deprecated because it depended on

Re: [web2py] Re: reg expression use in web2py/dal?

2020-03-31 Thread Dave S
On Tuesday, March 31, 2020 at 3:38:34 AM UTC-7, Vlad wrote: > > Is there any example / doc on how to use regexp? It's just mentioned in > the book, but no details and no samples. > > It depends on your db backend and the adapter. For sqlite and the inbox-adapter, there's a python file that

[web2py] Rocket cache thrash

2020-03-29 Thread Dave S
Adding to prior observations of when Rocket and Chrome get locked into what I call cache thrash: 1) Chrome is generally showing "waiting for available socket" 2) httpserver.log is filling with lines like 127.0.0.1, 2020-03-29 11:19:15, GET, /admin/todolist.load, HTTP/1.1, 200, 0.295000

[web2py] Re: 255

2020-03-29 Thread Dave S
On Sunday, March 29, 2020 at 8:13:14 AM UTC-7, Andrea Fae' wrote: > > I have this problem using web2py 2.18 with pyrhon 3.8 and mysql. > When I log in int the app it happens this error: > For 3.8, you may need to update to 2.19.1, just released. /dps > > > I don't know id it's an error

[web2py] Re: How do I use LOAD Helper

2020-03-29 Thread Dave S
On Sunday, March 29, 2020 at 8:39:37 AM UTC-7, Maurice Waka wrote: > > I would like to know more about how one can use LOAD () on dB insert. > Supposing two users are connected to the db, then one of the users > posts/inserted an item to the db. > How will the secondbusers' page load using LOAD

Re: [web2py] Re: New-py4web-group

2020-03-29 Thread Dave S
On Saturday, March 28, 2020 at 4:26:32 PM UTC-7, Massimiliano wrote: > > It's working now > > And I can see Nico's message. Thanks! /dps > On Sun, Mar 29, 2020 at 12:17 AM Massimo Di Pierro > wrote: > >> Can you please try again? >> >> On Saturday, 28 March 2020 12:54:43 UTC-7, Daniel

[RBW] Re: PSA Clem Smith Jr/Clememtine Sacramento Craigslist with interesting ad

2020-03-26 Thread Dave S
Looks like a 650b/52cm to me. I would doubt this is stolen. I buy and sell a fair amount of used bikes and I try to avoid stolen stuff. Although the seller is clueless, that doesn't mean it was acquired illegally. I deal with so many estate cleanout and storage auction guys that do a quick

[web2py] Re: python3 + web2py + Lighttpd + fastcgi

2020-03-25 Thread Dave S
On Saturday, March 21, 2020 at 4:11:38 PM UTC-7, patito feo wrote: > > Hi all, > > Hi! I hope you're enjoying using web2py. But ... Google doesn't make it clear, but checking "show at the top" should be reserved for long-lived threads, rather than for the topic of the day. BTW, my

[web2py] Re: web2py with python 2.7 and web2py running on python 3

2020-03-25 Thread Dave S
On Saturday, March 21, 2020 at 1:59:59 PM UTC-7, Andrea Fae' wrote: > > I have a windows 10 PC. > I installed c:\python27 and c:\python3 and they are working. I can choose. > > But if I try to start web2py it happens this error: > > c:\Python3>python.exe c:\web2py\web2py.py > Traceback (most

Re: [beta] A project dashboard with graphs updated daily!

2020-03-21 Thread Dave S via curl-library
but you beat me to it! Like you, I'm a novice at Gnu Plot, but I recently did a retraining on the basics, so I figured I could come up with something for the simple cases ... but of course other pots were boiling over. You and the team do great work,

[RBW] Are the FSA Duron Headsets on EBay Legit?

2020-03-19 Thread Dave S
I've got a fun project headed my way courtesy of Karl and I'm in need of a headset. Riv seems sold out so I did some googling and there appears to be a lot of OEM FSA Duron headsets on eBay for around 20 bucks cheaper than a retail box one. I've bought some OEM takeoff type parts in the past

[web2py] Re: email form

2020-03-17 Thread Dave S
On Tuesday, March 17, 2020 at 8:43:39 AM UTC-7, Peter Hendriks wrote: > > I am a newbie. I have forms on my website with a send button. Actually > they work fine without an error, but there is a significant problem. I do > not receive the by clients filled out forms in my G-mailbox. > The

[web2py] Re: Advice regarding Real-Time applications

2020-03-17 Thread Dave S
On Tuesday, March 17, 2020 at 8:43:03 AM UTC-7, Daniel Correa wrote: > > Hello community, > > I know I might be losing some concepts but I'm new in web2py and web > development in general. > I'll try to explain my problem to you, > I have a csv file which is getting updated every second, but I

[web2py] Re: Migration from sqlite to mysql - different field-order

2020-03-04 Thread Dave S
On Monday, March 2, 2020 at 11:19:10 AM UTC-8, Jörg Schneider wrote: > > I tried to migrate from sqlite database to mysql/mariadb but following the > instructions on > https://realpython.com/web2py-migrating-from-sqlite-to-mysql/ didn't work > for me, because of different database scheme

[web2py] Re: web2py in Chrome extension

2020-03-03 Thread Dave S
On Monday, March 2, 2020 at 9:31:44 PM UTC-8, Alexei Vinidiktov wrote: > > Hello, > > I'm planning on creating a Chrome extension that will allow the user to > clip web pages or parts of them and save the clips in a web2py app. > > Is it possible to create such an extension? > > Will it be

[web2py] Re: py4web posting to db

2020-03-03 Thread Dave S
On Tuesday, March 3, 2020 at 2:08:27 AM UTC-8, Maurice Waka wrote: > > Any help on this please ? > > On Friday, February 28, 2020 at 9:29:01 PM UTC+3, Maurice Waka wrote: >> >> I'm still learning a lot from py4web.especially not being a >> programmer myself, and I appreciate a lot from the

Stus-List Aargh. 33-2 Henderson bilge pump handle dimensions anyone?

2020-03-01 Thread Dave S via CnC-List
Evening all. Building some stowage brackets, Managed to forget this at the boat. Does anyone happen to have the dimensions close at hand?Thanks! Dave Sent from my iPhone ___ Thanks everyone for supporting this list with your contributions.

[web2py] Re: LOAD in py4web

2020-02-26 Thread Dave S
On Tuesday, February 25, 2020 at 1:14:41 PM UTC-8, RHC wrote: > > Just to confirm, will that call to foo(0 return the html generated using > that function and it's template? > > My view on the various follow up questions about LOAD is that we should > use existing frameworks where possible

[web2py] Re: unexpected end of stream - py4web

2020-02-26 Thread Dave S
On Tuesday, February 25, 2020 at 12:52:46 AM UTC-8, Edoardo Torrini wrote: > > Hi Dave, > thanks for the reply, but I have notice that the code is wrong, I will > explain. > Since I need three function in task I used another one to collector and > after I redirect by an if statement. > Okay,

[web2py] Re: unexpected end of stream - py4web

2020-02-24 Thread Dave S
On Sunday, February 23, 2020 at 11:26:50 PM UTC-8, Edoardo Torrini wrote: > > Hi, > I will attach you some part of code: > > > > > this is the task of my app: > > [image: task prd - py4web.png] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I am still surprised

[web2py] Re: py4web issue on get requests

2020-02-21 Thread Dave S
On Friday, February 21, 2020 at 8:38:08 PM UTC-8, Edoardo Torrini wrote: > > Good morning, > [image: task prd - py4web.png] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Someone know why the operation create this type of exception, I try using > a request

[web2py] Re: Web2py sessions in scheduler

2020-02-18 Thread Dave S
On Monday, February 17, 2020 at 3:33:39 AM UTC-8, Frédéric Samson wrote: > > Every scheduler task that is running stores a session in my database. Is > there a way to not to store the session when request.is_scheduler is true? > Google doesn't make it clear, but checking "show at the top"

[RBW] Re: FS: 61 Rivendell Bleriot complete

2020-02-18 Thread Dave S
Messaged. Thanks! On Tuesday, February 18, 2020 at 3:23:11 PM UTC-5, Michael Williams wrote: > Hey group, ive had this bike for several years at my brothers house for a > ride when I go visit but I just didn’t ride it much. Seeing if there’s any > interest. It’s got a pretty standard Riv

Re: [web2py] Re: Looking for web2py developer for Italian small company

2020-02-12 Thread Dave S
On Wednesday, February 12, 2020 at 12:02:10 PM UTC-8, Vlad wrote: > > I've used web2py happily until today, but seems need to switch to py4web :) > > I've never looked into py4web; just saw msgs going back and forth about > it. > > What's the best way to start? Any tutorials? Is there a book

[web2py] Re: Kaspersky Internet Security says http://www.web2pyslices.com/home?content<...> is a phishing site.

2020-02-06 Thread Dave S
On Wednesday, February 5, 2020 at 3:33:15 AM UTC-8, Marcelo Huerta wrote: > > > El martes, 4 de febrero de 2020, 17:28:12 (UTC-3), jim kaubisch escribió: >> >> I'm surprised. Does this make sense to anyone else? >> >> *It goes on to say ...* >> >> >> *Blocked by Web Anti-Virus* >> >> Reason:

[web2py] Re: raspberry pi starting browser xdg-open issue and error ticket postgreSQL

2020-02-06 Thread Dave S
On Thursday, February 6, 2020 at 2:35:44 AM UTC-8, Annet wrote: > > Since I am not able to run web2py on mac os x Catalina I installed > PostgreSQL and web2py on a raspberry pi 4. > > When I start web2py using the built in server I get the following error: > > Database drivers available:

[RBW] PSA: stop swap and save

2020-02-02 Thread Dave S
I’m going. I have a small table with a friend. Its my first time going but Ive heard good things. Dave -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[RBW] PSA: Roscoe Bubbe

2020-02-01 Thread Dave S
Not mine but seems like a deal https://fayar.craigslist.org/bik/d/fayetteville-dirt-road-daytripper/7065145511.html Dave -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this group and stop receiving emails from it,

[web2py] Re: Saving a view as an file/image

2020-01-28 Thread Dave S
On Sunday, January 26, 2020 at 11:04:43 AM UTC-8, Scott Hunter wrote: > > The FPDF module has an HTML Renderer which you might find useful. > > - Scott > I haven't looked into that feature (that I know of), but from my previous experience with FPDF I would probably have started with doing the

[web2py] Re: How to run a specific application instead of welcome in Pycharm Pro

2020-01-23 Thread Dave S
On Wednesday, January 22, 2020 at 11:11:07 PM UTC-8, Davidiam wrote: > > I am using Pycharm Professional for web2py development. When I create a > project with an application "XYZ" and I click run, web2py is started and > goes directly to the "welcome" app, and not the app "XYZ". I can

[web2py] Re: Py4web: ¿Practical example step by step?

2020-01-21 Thread Dave S
On Monday, January 20, 2020 at 4:55:33 AM UTC-8, Yuver Parra wrote: > > > Good morning and thanks in advance for sharing your knowledge in this > group. > Do any of you have a practical example where you can follow step by step > learning from the installation of py4web to the setting up of a

[web2py] Re: Web2py - How would I monitor an existing running script?

2020-01-21 Thread Dave S
On Monday, January 20, 2020 at 10:55:28 PM UTC-8, Simon Dreyer wrote: > > Hi Folks, I have an existing python application that reads data from > industrial controllers and publishes it to a message queue. The application > is currently headless and logs errors and events to a log file. I would

Re: [web2py] No driver of supported ones ('psycopg2',) is available

2020-01-21 Thread Dave S
On Monday, January 20, 2020 at 10:15:29 AM UTC-8, Lovedie JC wrote: > > I had to copy it, the folder to Web2py modules folder for it to work. You > can also copy to Web2py site packages folder. > Regards > > On Mon, Jan 20, 2020, 20:53 'Annet' via web2py-users < > web...@googlegroups.com >

[web2py] Re: web2py and reverse proxy. How to expose a single application behind a hostname

2020-01-21 Thread Dave S
On Monday, January 20, 2020 at 8:49:13 AM UTC-8, Manuele wrote: > > Hi! > > For our deploy installation I followed successfully the procedures in > documentation so now I have my server exposing the web2py root, now I > tried to configure a second host name using an apache reverse proxy >

[web2py] Re: py4web roadmap

2020-01-17 Thread Dave S
On Friday, January 17, 2020 at 1:50:53 PM UTC-8, Jim S wrote: > > I'm wondering if there is a roadmap or list of features that you intend to > add to py4web. > > I'm wondering if we're going to see something similar to SQLFORM.grid. > I'm primarily looking for something that would build a

[web2py] Re: Adding the loading gif to my application

2020-01-17 Thread Dave S
On Friday, January 17, 2020 at 1:58:12 PM UTC-8, mostwanted wrote: > > Hi guys can someone please help me with a clear definition of how I can > add a loading gif to my application, one which will be displayed while the > user is waiting for a page to open after clicking a link. Most of the >

[web2py] Re: Web2py registration of a second user verified by the first user

2020-01-16 Thread Dave S
On Thursday, January 16, 2020 at 5:49:47 AM UTC-8, Aydin wrote: > > In my web2py app, I want to allow members that have the same key access > the same information. The first user uses a key to register (key added to > the Auth_user) and no verification is needed. Now, when the second user >

Re: [web2py] blob fields with PostGres

2020-01-16 Thread Dave S
On Wednesday, January 15, 2020 at 7:06:27 AM UTC-8, Carlos Correia wrote: > > Às 05:45 de 15/01/20, Dave S escreveu: > > > > On Sunday, January 12, 2020 at 9:36:14 AM UTC-8, Carlos Correia wrote: >> >> Às 22:51 de 10/01/20, Dave S escreveu: >> > For we

Re: [web2py] blob fields with PostGres

2020-01-14 Thread Dave S
On Sunday, January 12, 2020 at 9:36:14 AM UTC-8, Carlos Correia wrote: > > Às 22:51 de 10/01/20, Dave S escreveu: > > For web2py/pydal when the backend is PostGres, are blob fields > translated to > > bytea or to large object? > > > > If bytea, does the a

[web2py] blob fields with PostGres

2020-01-10 Thread Dave S
For web2py/pydal when the backend is PostGres, are blob fields translated to bytea or to large object? If bytea, does the adapter check that the value being added fits the 1G limit of PostGres, or can a 2G field be sent (and then rejected by the backend)? /dps -- Resources: -

[web2py] Re: Why not updating this list? web2py-appliances

2020-01-08 Thread Dave S
On Wednesday, January 8, 2020 at 5:07:26 AM UTC-8, Ari Lion BR Sp wrote: > > Hi There, > > In order to get more publicity, Why not updating this list of apps? > > Some of them does not work in the current version hof web2py and there are > some issues about python3 - and so on. > > >

Re: Stus-List Painful and/or lingering decisions

2020-01-08 Thread Dave S via CnC-List
- Raymarine instruments and autopilot. Can’t update firmware without a raymarine chart plotter. They don’t tell you that in the docs, though they promote (warn) that you should check for and apply firmware updates. - Raymarine wheelpilot (esp vs linear drive). Been discussed here before. -

[web2py] Re: Is there a way to style a SQLFORM.grid view page

2020-01-08 Thread Dave S
On Wednesday, January 8, 2020 at 6:25:06 AM UTC-8, mostwanted wrote: > > Hi guys, complements of a new year. > I was wondering if there is a way to style the view page of an > SQLFORM.grid displayed by the view button? How do I override the default > view page styling? > > What changes in

<    1   2   3   4   5   6   7   8   9   10   >