[web2py] Re: Mercurial not found

2012-08-29 Thread Nico Zanferrari
There is exactly the same problem with http://www.pythonanywhere.com (they use python 2.6.6 and web2py 1.99.7). But I've found that it imports: from mercurial import ui, hg, cmdutil, scmutil and in fact the *scmutil *fails to be imported manually. Maybe you need an updated version of mercurial

[web2py] Internal Error clicking on the "mailing list" link on the official support page

2012-08-30 Thread Nico Zanferrari
Hello, I've found that on the official support web page ( http://web2py.com/examples/default/support) if you click on the first link (= *mailing list* , that points to http://web2py.com/examples/default/usergroups ) you always get a Internal Error. Nico --

[web2py] Re: Mercurial not found

2012-08-30 Thread Nico Zanferrari
Looking inside the official selenic repository, I think that for a recent web2py you need at least *mercurial version 1.9* (released on August 2011 - this is the first one with the scmutil module). BTW, the latest available mercurial version is 2.3 and maybe you need web2py version 2.00 for

[web2py] Re: 2.02 can't edit examples - no languages folder

2012-08-31 Thread Nico Zanferrari
I'm sorry but the folder:web2py/applications/examples/languages is still missing in the 2.0.3 source code (web2py_src.zip of 2012-08-30 21:45:50 ) . After creating it manually, editing examples application works fine. Nico Il giorno giovedì 30 agosto 2012 22:07:51 UTC+2, Massimo Di Pierro ha

Re: [web2py] Re: 2.02 can't edit examples - no languages folder

2012-08-31 Thread Nico Zanferrari
Yes, you're right. The problem is already fixed in the nightly build, but not in the Current version: 2.0.3 (2012-08-30 21:45:50) stable available in the download page. thank you, Nico --

[web2py] wrong link to usergroup on the web site

2012-09-01 Thread Nico Zanferrari
Hello, I've noticed a little problem on the website. At http://www.web2py.com/examples/default/usergroups, the first link is somehow broken in the middle - being written as https://groups.google.com/forum/?fromgroups#!forum/web2py/ in this way it points to the generic google groups site, and n

[web2py] lock files left in 2.0.6 distribution

2012-09-04 Thread Nico Zanferrari
Using the welcome application from 2.0.6 windows distribution, I've found a warning regarding old lock files present in: web2py\applications\welcome\cache It's just a warning, but I think it's better to remove these files from web2py_win.zip sources. Nico --

[web2py] Re: web editor problems with 2.0.2

2012-09-04 Thread Nico Zanferrari
I have a similar problem, with web2py 2.0.6 on Windows 7 32 bit and*Internet Explorer 8 * on the same PC. But after the initial page like the one attached, the editor immediately modify the code on a single line only. If I change the code, save and exit, I can see the problem again on another ed

[web2py] Re: PythonAnywhere, upgrading to latest Web2Py?

2012-09-07 Thread Nico Zanferrari
Hello Hansel! You can also easily fix the upgrade script as described here and let existing users decide directly from the administrative interface! In this way the upgrade to 2.0.8 seems to work fine, except for a ticket error at

Re: [web2py] Re: help test codemirrorw

2012-09-10 Thread Nico Zanferrari
I confirm that it resolves all the problems with IE 8. And it still works fine with current Chrome and Firefox on Windows 7. +1 for making codemirror the default admin editor! --

[web2py] Re: Upload from git repro - GitCommandError

2012-09-12 Thread Nico Zanferrari
Well, I think that you mean *gitpython *and not python-git, isn't it? Can you kindly correct the warning message? Thank you, Nico --

Re: [web2py] Re: web2py book on github

2012-09-21 Thread Nico Zanferrari
Il giorno sabato 8 settembre 2012 14:46:39 UTC+2, Niphlod ha scritto: > > > BTW: the book is still online at web2py.com/book if you want to read it: > it's not required to download the app to read it ^_^ > > Please, note that the book online at web2py.com/book does not have all the updates that

Re: [web2py] Re: web2py hosting

2012-06-21 Thread Nico Zanferrari
> > They have improved http://www.pythonanywhere.com a lot. Now you can have a > free web2py application in few minutes and one mouse click - without any > configuration issue. And the https administrative interface is working > fine! --

[web2py] PythonAnywhere issue with mercurial

2012-06-27 Thread Nico Zanferrari
Hello! I'm currently playing with PythonAnywhere (http://www.pythonanywhere.com). Among tons of other features, it allows you to create a free Web2py site with a quick setup procedure. With https you can use the usual Administrative interface, but I was not able to use its versioning feature.

[web2py] Re: InfoWorld's 2012 Technology of the Year Award winners

2013-01-10 Thread Nico Zanferrari
Here it is. Although web2py this year is not mentioned, you can find some of its underlying technologies ... Nico Il giorno giovedì 10 gennaio 2013 14:45:15 UTC+1, Ramos ha scritto: > > Do we have the result for 2013 Year Award winners > > Last year t

Re: [web2py] Online book typo on static asset management

2013-01-15 Thread Nico Zanferrari
Thank you António, but it's already fixed on the GitHub version ( https://github.com/mdipierro/web2py-book). Nico 2013/1/14 António Ramos > cahnge --

[web2py] Re: SqlAlchemy and Web2py

2013-01-15 Thread Nico Zanferrari
Have you already read this topic ? I also have your needs, and the answers from Massimo were really inspiring... Cheers, Nico Il giorno martedì 15 gennaio 2013 13:47:45 UTC+1, puercoespin ha scritto: > > I need to access to a le

[web2py] Re: SQLFORM.smartgrid: TSV & CSV export with hidden cols only shows visible cols

2013-02-01 Thread Nico Zanferrari
Yes, I've found the bug, too. But I can confirm as fixed in current trunk = Version 2.4.1 alpha.2 (2013-01-30 14:25:06) Cheers, Nico -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving email

Re: [web2py] Re: Cannot import module 'ldap'

2013-02-06 Thread Nico Zanferrari
Nicholas, I'm sorry but this is not what Massimo asked for. You need to run these commands from inside web2py, after you've run it with: python web2py.py -S welcome and not from a pure python shell. Also, how do you normally run web2py? Launching web2py.exe ? Cheers, Nico 2013/2/6 Nicholas Duf

[web2py] Editing problem with current admin app

2013-02-06 Thread Nico Zanferrari
Hi, I really like the web editor inside the current admin app, and I'm using it more and more for various reasons. I think that the recent changes are pointing towards a Github look and feel, where you have a notification area on the top and an editing frame in the middle. This works quite fin

Re: [web2py] Re: Editing problem with current admin app

2013-02-08 Thread Nico Zanferrari
I wish I could, but unfortunately I don't have any CSS knowledge ;-(( But I'll be happy to help with testing and debugging, if needed. Nico 2013/2/7 Massimo Di Pierro > Can you help us fix the css? > > > On Wednesday, 6 February 2013 15:14:40 UTC-6, Nico Zanferrari wr

Re: [web2py] Re: Editing problem with current admin app

2013-02-08 Thread Nico Zanferrari
); I had that same > problem you mentioned 'till I upgraded > > On Sat, Feb 9, 2013 at 3:11 AM, Nico Zanferrari > wrote: > > I wish I could, but unfortunately I don't have any CSS knowledge ;-(( > But > > I'll be happy to help with testing and debugging, if

Re: [web2py] Re: web2py shell vs terminal shell

2013-04-07 Thread Nico Zanferrari
Yes, Massimo already explained this in the past, and I've added this note on http://web2py.com/books/default/chapter/29/03#Design (under the Shell paragraph): Be careful using the web based shell - because different shell requests will be executed in different threads. This easily gives errors, es

Re: [web2py] Windows source unzip warnings

2012-10-11 Thread Nico Zanferrari
I confirm the problem, also with WinRAR and 7zip. Somehow the files: web2py\applications\examples\static\epydoc\web2py.gluon.sqlhtml.ExporterTSV-class.html web2py\applications\examples\static\epydoc\web2py.gluon.sqlhtml.ExporterHtml-class.html web2py\applications\examples\static\epydoc\web2py.glu

Re: [web2py] Windows source unzip warnings

2012-10-11 Thread Nico Zanferrari
Sorry, I've noticed now that a Windows version does not exist for the trunk (I've tried with the source). So, the problem is still there. Nico --

Re: [web2py] Windows source unzip warnings

2012-10-11 Thread Nico Zanferrari
Got i! The problem is not present if you unzip it on Linux. It is simple due to name collision - inside the ZIP there are 3 couples files that cannot exist for Windows on the same directory: web2py\applications\examples\static\epydoc\web2py.gluon.sqlhtml.ExporterTsv-class.html web2py\applications

Re: [web2py] Windows source unzip warnings

2012-10-11 Thread Nico Zanferrari
2012/10/11 Massimo Di Pierro > Good catch. Accidentally they could not be right since Python is case > sensitive but you are right. There is some junk in that folder. I have > removed it and rebuilt-the nightly built. Can you please try it again? > > Massimo > > Yes, I confirm that the bug is sm

[web2py] cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-15 Thread Nico Zanferrari
Hello, I currently have installed version 2.0.9 on Pythonanywhere. It was upgraded without problem from their old standard version by slightly modifying the GUI upgrade check as suggested in the past. Now, I'm trying to upgrade to 2.1.1 from within the web2py administrative GUI. Everything seems t

Re: [web2py] Re: cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-15 Thread Nico Zanferrari
2012/10/15 Massimo Di Pierro > Is the problem specific of PythonAnywhere? Can you upgrade a local > installation? > It upgrades fine on my local Ubuntu 12.04 + Rocket, so it seems to be a specific PythonAnywhere problem. I don't have any particular customization there, so I think it's a genera

Re: [web2py] Re: cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-15 Thread Nico Zanferrari
No, I'm sure about this - I've restarted it after the update and the version shown (and what I see from the bare files) is not changed from 2.0.9. I've also tried to update again, but it didn't work. --

Re: [web2py] Re: cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-15 Thread Nico Zanferrari
I've just tried to upgrade from the PythonAnywhere standard 1.99.7 : it updates only to 2.0.9, and it still shows 2.1.1 as available! So, it seems that it downloads 2.0.9 instead than the current last version 2.1.1 --

Re: [web2py] Re: cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-16 Thread Nico Zanferrari
Now it's working fine! I suppose they cached the old version in their web proxy ... Thank you, Nico --

Re: [web2py] Re: cannot upgrade to 2.1.1 from GUI on Pythonanywhere

2012-10-17 Thread Nico Zanferrari
Hi Hansel. I've just changed a single line of code in the default PA installation, following rochacbruno suggestion on https://groups.google.com/forum/#!msg/web2py/glJjRw-TLKU/AkmktM7XExYJ . This allows everyone to simply upgrade by themselves to the latest version from the web2py administrative co

[web2py] Re: wrong link to usergroup on the web site

2012-10-30 Thread Nico Zanferrari
I've just noticed that the problem is resolved ;-)) Thank you, Nico --

Re: [web2py] Re: problem with share button

2012-11-07 Thread Nico Zanferrari
2012/11/7 peter > Does the share button work properly for anyone when using google+? If it > works for you, is there any tip that you have. If it does not work for > anyone, can this bug be fixed. > Thanks > Peter > > > Yes, for me it's working fine (I've just shared a test from http://nicozanf.p

Re: [web2py] -N option

2012-11-12 Thread Nico Zanferrari
Well, on the 2.1.0 changelog : - change in cron (it is now disabled by default). removed -N option and introduced -Y. Also, in the current online book on http://web2py.com/books/default/chapter/29/04 you can already read (on the cron chapter): Before web2py 2.1.1, cron was enabled by def

Re: [web2py] -N option

2012-11-13 Thread Nico Zanferrari
looking inside the Book app on github, the related commit "more about cron" is dated almost one month ago: https://github.com/mdipierro/web2py-book/commit/703ae1c98c20d735ce9564d95fa0380eb0ee76d4#sources/29-web2py-english/04.markmin But you're right: there are still lot of updates to do ;-( Nic

[web2py] Re: Redirect to https (V 2.0.6)

2012-11-22 Thread Nico Zanferrari
Hi, I have the same issue (error with a "New simple application" with similar messages), but I already have the NEWINSTALL file ;-(( web2py 2.2.1 (but also with 1.9.x), CentOS 6.3, Apache and WSGI. Do you have other ideas? Thank you, Nico --

[web2py] Re: Redirect to https (V 2.0.6)

2012-11-22 Thread Nico Zanferrari
Got it! Following Massimo's adviceI've resolved it with a simple: python web2py.py -a 'hello' I've already created a ticketin order to ha

[web2py] Re: web2py shell window problem

2012-11-24 Thread Nico Zanferrari
Il giorno domenica 21 ottobre 2012 02:15:16 UTC+2, Jscriptor09 ha scritto: > > Hi > > I am trying to learn web2py using the online book. > > Page 45 provide instruction on how to use the interactive shell > > However, the coomands are not getting executed. > > > Hello, I have also the sam

[web2py] Re: web2py shell window problem

2012-11-24 Thread Nico Zanferrari
About the second problem ("no output at all") I've found that it happens everywhere, but only inside specific applications! I was able to spot the bug: it always shows up when you've the command: request.requires_https() in the specific application db.py (even if you're using https!). I've

[web2py] Re: web2py shell window problem

2012-11-25 Thread Nico Zanferrari
Il giorno sabato 24 novembre 2012 15:15:40 UTC+1, Massimo Di Pierro ha scritto: > > Please open a ticket about this. > > Thank you Massimo! Ticket 1185 opened. Cheers, Nico --

[web2py] Re: Lazy table bug in define table?

2012-11-27 Thread Nico Zanferrari
Il giorno martedì 27 novembre 2012 13:42:29 UTC+1, Joe Barnhart ha scritto: > > I'm running into a weird "lazy tables" bug. > I think the bug is real. A simple way to reproduce it is with a new simple application; if you enter its the interactive web shell: db=DAL('sqlite://storage.db') pri

Re: [web2py] Re: Lazy table bug in define table?

2012-11-27 Thread Nico Zanferrari
(not the web one, I never use that) > with trunk or stable. > > > On Tuesday, November 27, 2012 9:57:52 PM UTC+1, Nico Zanferrari wrote: >> >> >> >> Il giorno martedì 27 novembre 2012 13:42:29 UTC+1, Joe Barnhart ha >> scritto: >>> >>> I&#x

Re: [web2py] web2py 2.3.1?

2012-12-03 Thread Nico Zanferrari
I've notice yesterday that the DEBUG button on the admin interface has problems: it always gives just the error "invalid view (debug/interact.html)". 2012/12/4 rif > I've been using trunk for the last three weeks and I didn't notice any > problems. > > -rif > > -- > > > > --

Re: [web2py] web2py 2.3.1?

2012-12-04 Thread Nico Zanferrari
Il giorno martedì 4 dicembre 2012 15:56:31 UTC+1, Massimo Di Pierro ha scritto: > > Can you try again. The file is there but looks like it was not committed > to git. Did you get from github? > > Yes, I've got it from github. And YES, it's already fixed. Sometimes I think you own a magic glass

Re: [web2py] Re: Starting WEB2Py over network

2012-12-14 Thread Nico Zanferrari
Hi Seelife. In order to access your running web2py application from another pc you must use the real IP of your pc (not 0.*, not 127.*). You can find it with the IPCONFIG command in a Command Prompt window. Note that (if firewalls allow it) the other pc's will connect to your pc only, and not with

Re: [web2py] Re: Starting WEB2Py over network

2012-12-14 Thread Nico Zanferrari
help in setting the access and give me the IP to that disk - > whatever it is. Hope that is clearer. > yes I would rather have the thing on the web on a server, but we're not > allowed. > Regards > > > > On Friday, December 14, 2012 12:10:01 PM UTC+1, Nico Zanferrari wr

[web2py] Re: Installing the book as an app?

2012-12-27 Thread Nico Zanferrari
Hello, the right URL is https://github.com/mdipierro/web2py-book.git ;-)) BTW, I've just found that it is imported right on PythonAnywhere, but it gives a ticket. Do you have any clue? Should I open a ticket? Nico 'title' web2py™(2, 3, 2, datetime.datetime(2012, 12, 17, 15, 3, 30), 'stab

[web2py] Re: Installing the book as an app?

2012-12-28 Thread Nico Zanferrari
I'm sorry, the error ticket was my fault - forget it. The book application is working fine. Nico --

Re: [web2py] Installing web2py

2014-02-05 Thread Nico Zanferrari
You can simply use PythonAnywhere on https://www.pythonanywhere.com , which is also covered in the official documentation ( http://web2py.com/books/default/chapter/29/13/deployment-recipes#Deploying-on-PythonAnywhere ) As they say: "PythonAnywhere is a Python development and hosting environment th

[web2py] Massimo for President!

2016-02-26 Thread Nico Zanferrari
Hi all, I've found this article this morning: http://www.corrierecomunicazioni.it/it-world/39758_coding-cosi-funziona-il-mio-programma-che-mette-il-turbo-a-python.htm It's an Italian interview to Massimo - with a bad title but still worth reading. Congratulations! Bravo! -- Resources: - http:/

Re: [web2py] Re: Online manual like the web2py book

2016-03-25 Thread Nico Zanferrari
Also, you can look at the book application by yourself; the local installation is quite simple and it works fine on PythonAnywhere, see http://web2py.com/books/default/chapter/29/03/overview?search=web2py-book Just use the .git URL (https://github.com/mdipierro/web2py-book.git ) in the upload form

Re: [web2py] web2py 2.17.1

2018-08-11 Thread Nico Zanferrari
Hi, I've found that the style bug described in https://github.com/web2py/web2py/issues/1929 (due to bootstrap4 changes) is still present - at least with the Welcome app. I've already commented there. Also, the version on github is 2.17.1-stable+timestamp.2018.08.05.17.57.00 , while on the website

Re: [web2py] Re: Why not to mention support to Python3 on the official sites main page?

2018-08-19 Thread Nico Zanferrari
Hi all, I've made a PR to update the Download page ( https://github.com/web2py/web2py/pull/1976). Also, another PR to update the first chapters of the book ( https://github.com/web2py/web2py-book/pull/392) - with a specific new paragraph 1.8 = "Running web2py with Python 2 vs. Python 3". Cheer

Re: [web2py] Broken/Changed Link on Web2py.com

2018-09-27 Thread Nico Zanferrari
Hi, thaks for reporting. I've just made the PR2026 "Python 3 compatibility + fixed link for cookbook" in order to correct the web2py's home page, and also to remark Python 3 compatibility. Nico Il giorno gio 27 set 2018 alle ore 00:15 Paul Ellis ha s

Re: [web2py] Re: pdf output of web2py-book app

2018-10-08 Thread Nico Zanferrari
Hello, I was trying to look at the PDF output of the book, which seems quite bad (incomplete paragraph numbering, missing linefeed and so on). But I am not able to produce the updated PDF output, can someone help me? Thank you, Nico Il giorno lun 17 apr 2017 alle ore 09:29 Al Ex ha scritto: >

[web2py] Help needed with web2py-book app

2018-10-10 Thread Nico Zanferrari
Hello, I'm playing with the web2py-book app, in order to make it python 3 compatible and also to improve it a bit. I have a couple of questions related to default.py: 1. there were some encode-decode errors. I was able to resolve them (see https://github.com/nicozanf/web2py-book for a preview) bu

Re: [web2py] Help needed with web2py-book app

2018-10-11 Thread Nico Zanferrari
gt; The changes work across Python 2.7 and 3.6 seamlessly now ... > > FWIW, I'm just making the transition to Python 3,6 so I'm learning things > the hard way ... > > Ben Duncan > > > On Wed, Oct 10, 2018 at 4:02 PM Nico Zanferrari > wrote: > >> Hello,

Re: [web2py] Help needed with web2py-book app

2018-10-11 Thread Nico Zanferrari
-utf-8-reading-and-writing-to-files-in-python/83 >> http://www.evanjones.ca/python-utf8.html >> >> >> On Thu, Oct 11, 2018 at 9:38 AM Nico Zanferrari >> wrote: >> >>> Hi, >>> >>> the encode-decode problem on question 1 is mostly rel

Re: [web2py] Help needed with web2py-book app

2018-10-12 Thread Nico Zanferrari
installed - %s' % e) redirect(URL('index')) The FLASH message is never displayed, unless I comment line 10. Il giorno ven 12 ott 2018 alle ore 11:17 Dave S ha scritto: > > > On Thursday, October 11, 2018 at 1:29:04 PM UTC-7, Nico Zanferrari wrote: >> >&

[web2py] broken inframe video on manual web page

2018-10-14 Thread Nico Zanferrari
Hi, it seems that there is a missing reference on the online web2py manual at http://www.web2py.com/init/default/documentation . There is a missing video pointing at vimeo - no mo

Re: [web2py] Help needed with web2py-book app

2018-10-15 Thread Nico Zanferrari
in the URL of the redirect, and look for > it in index(), and sanitize it into request.flash. > > /dps > > > >> >> >> Il giorno ven 12 ott 2018 alle ore 11:17 Dave S ha >> scritto: >> >>> >>> >>> On Thursday, October 11, 2

Re: [web2py] Re: broken inframe video on manual web page

2018-10-16 Thread Nico Zanferrari
Huerta < marcelo.hue...@gmail.com> ha scritto: > > El domingo, 14 de octubre de 2018, 12:00:30 (UTC-3), Nico Zanferrari > escribió: >> >> Hi, >> it seems that there is a missing reference on the online web2py manual at >> http://www.web2py.com/init/default/docu

Re: [web2py] Help needed with web2py-book app

2018-11-24 Thread Nico Zanferrari
Hi, I'm proud to announce that I've finished the work, and now the web2py book is python3 compatible, as with PR #395 <https://github.com/web2py/web2py-book/pull/395> It was a hard work for me, but I've learned a lot ;-) Cheers, Nico Il giorno lun 15 ott 2018 alle ore 22:2

Re: [web2py] Help needed with web2py-book app

2018-12-04 Thread Nico Zanferrari
> El sábado, 24 de noviembre de 2018, 19:48:32 (UTC-3), Nico Zanferrari > escribió: >> >> I'm proud to announce that I've finished the work, and now the web2py >> book is python3 compatible, as with PR #395 >> <https://github.com/web2py/web2py-book/pull/395&g

Re: [web2py] Re: broken inframe video on manual web page

2019-01-02 Thread Nico Zanferrari
Hi, I've opened issue 2068 <https://github.com/web2py/web2py/issues/2068> for this. nico Il giorno mer 17 ott 2018 alle ore 01:21 Nico Zanferrari ha scritto: > Well, it seems that Vimeo has dropped the hubnut feature on July, see > https://vimeo.zendesk.com/hc/en-us/arti

Re: [web2py] installing web2py book from git

2019-01-20 Thread Nico Zanferrari
Hi, I've already noticed this behaviour (also on other applications). It happens if have an application's main folder name that contains non-alphabetical characters, even simple ones like dot or dash For example, web2py-book or examples.20190110 have this problem. Rename the folder to 'book' or

Re: [web2py] installing web2py book from git

2019-01-20 Thread Nico Zanferrari
It indeed works fine... but you need a recent version of web2py (> 2.5.3 IIRC) for py2 compatibiĺity functions. I'm working on an update for avoiding this specific error. Nico Il giorno Lun 21 Gen 2019, 01:00 黄祥 ha scritto: > tested also got same result, step > docker pull ubuntu > docker run

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
2p?? > I mean, I just cloned one from https://github.com/web2py/web2py.git and > it still has the earlier one: > 2.17.2-stable+timestamp.2018.10.06.11.34.06 > > > On Monday, January 21, 2019 at 12:30:31 AM UTC-5, Nico Zanferrari wrote: >> >> It indeed works fine... but

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
I've learned that if you've installed py2 and py3, using 'pip install module_name' installs a module for py2 only. You need pip3 for installing a module in the py3 libpath ;-) Nico Il giorno lun 21 gen 2019 alle ore 21:54 Eliezer (Vlad) Tseytkin < westgate6...@gmail.com> ha scritto: > Oh, I didn

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
I've already placed the info on the readme.MD on https://github.com/web2py/web2py-book (only the web2py framework version needed is yet missing there) ;-) Il giorno lun 21 gen 2019 alle ore 22:23 黄祥 ha scritto: > @nico > yes you are right > > @vlad > it's embeded when installing python > > j

Re: [web2py] Why still mixing PY2 and PY3

2019-01-31 Thread Nico Zanferrari
Hi, I agree to what *vinyldarkscratch * wrote on Github*: "*Since all the Python 2/3 compatibility has already been implemented in gluon/_compat.py, there's hardly any additional work for cross-version support, at least that I can see. ". In my limited experience (making the web2py-manual officia

Re: [web2py] demo apps on website broken

2019-01-31 Thread Nico Zanferrari
Hi, this is working now from here ... Nico Il giorno gio 31 gen 2019 alle ore 20:25 Yi Liu ha scritto: > There are a series of posts here about improving our website. And here is > another one. > > The interactive demo sites at this location: > http://www.web2py.com/demo_admin > > are broken,

Re: [web2py] Update web2py manually

2019-02-11 Thread Nico Zanferrari
Hi, in order to be able to help you, we need informations: at least the Operating system, web2py & Python version used. And what exactly is not working, of course ;-) Nico Il giorno lun 11 feb 2019 alle ore 09:39 Константин Комков < fireandmi...@gmail.com> ha scritto: > Hello! > > Now I have la

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-02-27 Thread Nico Zanferrari
Hi, this is a big problem also from my point of view and I've already opened issue 2027 . However it's not so easy to achieve this goal, because you've to switch to 3.x + go 64 bit + change the *freezer* program (py2exe and bbfreeze do not work with p

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-03-03 Thread Nico Zanferrari
to skip their generation. - Macintosh compatibility is needed, but I cannot work on it Please, help with testing it! I'll make a PR on the official web2py repository after some feedback. Cheers, Nico Il giorno mer 27 feb 2019 alle ore 12:03 Nico Zanferrari ha scritto: > Hi, > &

Re: [web2py] Re: web2py 2.18.3 is OUT

2019-03-05 Thread Nico Zanferrari
Hi all, I've just build the experimental Web2py 2.18.3 64 bit windows binaries with Python 3.7.2 . If you want to help, please grab it from https://github.com/nicozanf/web2py-pyinstaller , test it and write the result directly on the related wiki page

[web2py] Web2py binaries

2019-03-13 Thread Nico Zanferrari
Hi, I've just updated the experimental Windows binary version with python 3.7.2 to web2py 2.18.4 . Also, now there is in addition the no_console binary and there is the python-ldap module included. Grab it from https://github.com/nicozanf/web2py-pyinstaller : please test it and give me a feedback.

Re: [web2py] Re: Web2py online book page is returning an error

2019-03-15 Thread Nico Zanferrari
I had the ticket even on the main page, but it worked fine some hours later. Now I cannot see any problem at all. Nico Il giorno ven 15 mar 2019 alle ore 09:46 João Matos ha scritto: > http://web2py.com/books/default/search/29?search=signature > > sexta-feira, 15 de Março de 2019 às 03:54:07

Re: [web2py] Re: Web2py binaries

2019-03-15 Thread Nico Zanferrari
2019 alle ore 04:56 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > The official version is currently broken. > > On Wednesday, 13 March 2019 15:53:09 UTC-7, Nico Zanferrari wrote: >> >> Hi, >> >> I've just updated the experimental Windows bin

Re: [web2py] Re: Click the update web2py button in Python Anywhere (PA) leads to crash.

2019-03-31 Thread Nico Zanferrari
Hi Ron, the integrated upgrade button works fine on PA. But after obtaining the ticket error on the web2py page you have to go to the PA admin page, under the WEB tab, and press the green RELOAD button. The page is something like " https://www.pythonanywhere.com/user/yourname/webapps/#tab_id_yourn

Re: [web2py] Re: Click the update web2py button in Python Anywhere (PA) leads to crash.

2019-04-01 Thread Nico Zanferrari
e file. > I did the reload. But when I tried to access the site I get an error: > > admin disabled because unable to access password file > > -Ron > > > > > > On Sunday, March 31, 2019 at 4:37:58 PM UTC-4, Nico Zanferrari wrote: >> >> Hi Ron, >&g

Re: [web2py] Re: Why python anywhere stuck with web2py 2.15 version

2019-04-01 Thread Nico Zanferrari
I think it's also time to switch to Python 3, at least as an option ;-) Nico Il giorno mar 2 apr 2019 alle ore 08:35 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > I will talk to them. Maybe we can agree on a newer version. They do not > have to change every single version but may

Re: [web2py] pbkdf2_hmac error on PythonAnywhere

2019-04-02 Thread Nico Zanferrari
Hi, I've also upgraded on PythonAnywhere from the web2py admin interface to 2.18.4, but without any problems. Does the error happen also with the standard welcome app? Nico Il giorno mar 2 apr 2019 alle ore 10:30 Philip Kilner ha scritto: > Hi, > > I've just upgraded web2py to 2.18.4 and auth

Re: [web2py] Re: error connecting to postgrsql when running web2py from source on windows

2019-04-08 Thread Nico Zanferrari
Hi, probably you have not added python to your system path during its installation. Anyway, it's under the script subdirectory, in your case C:\Users\alex_\AppData\Local\Programs\Python\Python37\Scripts (and if you have other python versions installed, use pip3 or even pip3.7 ) Cheers, Nico Il

Re: [web2py] Re: Why python anywhere stuck with web2py 2.15 version

2019-04-13 Thread Nico Zanferrari
Well, I don't see any particular problem... If you already have a web2py site in Pythonanywhere, backup it on your PC, remove it from the console and then delete all the file from the Bash console with 'rm -rf web2py' I've just started a new standard web2py app in Pythonanywhere. Goto the related

Re: [web2py] Re: Web2py binaries

2019-04-14 Thread Nico Zanferrari
lun 18 mar 2019 alle ore 03:42 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Fantastic. Will process this within the week and make it the new default. > > On Friday, 15 March 2019 07:55:16 UTC-7, Nico Zanferrari wrote: >> >> Hi all, >> >> I&#x

Re: [web2py] Re: Web2py binaries

2019-04-19 Thread Nico Zanferrari
hing else. Nico Il giorno gio 18 apr 2019 alle ore 10:59 Dave S ha scritto: > > > On Thursday, April 18, 2019 at 12:48:04 AM UTC-7, Dave S wrote: >> >> >> >> On Sunday, April 14, 2019 at 1:28:30 PM UTC-7, Nico Zanferrari wrote: >>> >>> Hi all, >

Re: [web2py] Re: Web2py binaries

2019-04-20 Thread Nico Zanferrari
version OSX and WIN for python 2.7? > > On Friday, 19 April 2019 01:16:29 UTC-7, Nico Zanferrari wrote: >> >> Thanks for testing, Dave, I'm happy to hear that it's working fine! >> >> I think that the Welcome app with latest web2py versions don't look so

Re: [web2py] Re: Web2py binaries

2019-04-22 Thread Nico Zanferrari
h Tk on Mac. I'm still working on the Windows version with python 2.7 - but it seems hard to gain ;-( Nico Il giorno sab 20 apr 2019 alle ore 23:31 Nico Zanferrari ha scritto: > Ciao Massimo, > > I've tried today to build the Windows version with python 2.7 - but it's &

Re: [web2py] Re: Web2py binaries

2019-04-24 Thread Nico Zanferrari
ope you enjoy it! Nico Il giorno lun 22 apr 2019 alle ore 23:23 Nico Zanferrari ha scritto: > Hi, > > the binary Mac version with python 2.7.16 is easily done, you can grab it > here > <https://github.com/nicozanf/web2py-pyinstaller/blob/master/web2py_osx_cmd.2_18_5.py2.zip>

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-26 Thread Nico Zanferrari
re >>> also two binaries: web2py_no_console.exe and web2py_on_gevent.exe. They >>> don't run correctly, and don't seem to be so important for me so I've >>> decided to skip their generation. >>> - Macintosh compatibility is needed, but I cannot w

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-28 Thread Nico Zanferrari
; >> >> >> >> >> >> >> On Thursday, 25 April 2019 22:02:37 UTC-7, rāma wrote: >>> >>> This is wonderful. And, something I would love to be adopted to the >>> official repo. >>> >>> Thanks for this! >>>

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-28 Thread Nico Zanferrari
s. Fake 'site' makes PyInstaller to work with distutils and to work inside virtualenv environment." It's possible to change this behaviour on gluon/shell.py by adding the missing code - I'm setting up a PR for this ;-) Nico Il giorno dom 28 apr 2019 alle ore 19:45 Nico Zanf

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-29 Thread Nico Zanferrari
me to do early test with > users while waiting for the official binaries. I could do some quick > patches on web2py if required too, please advise how. > > Best, > rama > > On Monday, 29 April 2019 05:30:55 UTC+8, Nico Zanferrari wrote: >> >> I've found wh

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-30 Thread Nico Zanferrari
been > successful with pynsist though. > > Best, > rama > > On Monday, 29 April 2019 20:49:49 UTC+8, Nico Zanferrari wrote: >> >> Hi rama, >> >> first of all, note that the shell.py fix will resolve only the >> 'cosmethic' problem of the help

Re: [web2py] Re: web2py is not starting with python 3.0/3.1

2017-04-27 Thread Nico Zanferrari
Hello, I have the same problem now, with the current nightly build. Massimo and others said that it's working now with Python3 (experimentally), so I think I'm missing something obvious... Python 3.6.1 on Windows 10 64 bit, and also Python 3.5.2 on Ubuntu 16.10 Thank you 2013-06-24 12:11 GMT+0

Re: [web2py] Re: web2py is not starting with python 3.0/3.1

2017-04-27 Thread Nico Zanferrari
Yes, cloning the master branch works fine! Thanks, Nico 2017-04-27 13:28 GMT+02:00 Marlysson Silva : > This feature seems to be in a commit of branch's web2py repository , I > think that still do not was merged with master branch .. But cloning the > repository and checking this branch you can r

Re: [web2py] Re: Manual error regarding "hidden" fields

2017-05-09 Thread Nico Zanferrari
Well, if you have found this one - really hidden in the manual - I think that mastering github is a piece of cake ;-) Cheers, Nico Il 09 Mag 2017 20:52, "Dave S" ha scritto: > > > On Tuesday, May 9, 2017 at 11:08:22 AM UTC-7, Joe Barnhart wrote: >> >> It's embarrassing to admit, but I'm really

  1   2   >