All:
We know what a wonderful web framework Web2Py is and I just looked at
our group membership. Our membership numbers are growing steadily and
I can't wait till we hit the threshold of rapid acceptance. This is
really great since Web2Py does not have the marketing other Python web
frame works
e.
Thanks,
Christopher Smiga
On Apr 8, 10:59 am, ciastek wrote:
> On Apr 7, 8:27 pm, cesmiga wrote:> At one time I thought
> I saw a project available for aWeb2PyDatabase
> >WebInterface. Does anyone know if one exists?
>
> This one?http://gaesql.appspot.com/
> Found in
All:
At one time I thought I saw a project available for a Web2Py Database
Web Interface. Does anyone know if one exists?
Thanks.
Christopher
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegr
All:
Is Web2Py being marketed to a broader audience. Do we have media
coverage in trade and developer magazines. Are other people writing
books for Web2Py.
This project is the best I know of and I know others would feel the
same if they were informed. How will Web2Py be pushed to a broader
aud
Massimo,
Excellent news about Ingres support in Web2Py. There is no other web
framework that supports as many databases that I know of. Just a
reminder, would you have someone add Ingres information to the home
page at...
http://www.web2py.com/
Thanks,
Christopher
On Oct 20, 1:56 pm, mdipie
suiato wrote:
> On 9月11日, 午前10:00, cesmiga wrote:
> > All:
> >
> > Is there a way to enable line numbering in the admin interface editor?
>
> i see line numbers on the web2py editor when editing models/
> controllers/views.
> what is 'admin interface editor&
All:
Is there a way to enable line numbering in the admin interface editor?
Thank you,
Christopher
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@go
All:
Do you all believe it would be advantageous to the project for people
to add their web2py developed sites to an area of "www.web2py.com"?
The reason I ask this question is because I believe our community
would grow if people could see what folks are doing with Web2Py and
the expertise in our
I have an Informix database (testdb) where web2py creates the
necessary table but returns the following error from the web UI. I
have looked through the code, but haven't been able to locate the
exact area of the problem. Would someone point me in the direction of
where to specifically look for
Massimo,
Did the information I sent via email about "More Web2Py InformixDb
testing" help with the code corrections needed to better support
Informix with Web2Py?
Please let me know how I can help in this area to make Informix a
success with Web2Py.
Thank you,
Christopher
--~--~-~--~---
; Sadly, I agree, but 1 month ago, the choice was made to stick to what we
> > have now. I REALLY want that to happen.
> > Regards,
> > Jason Brower
> >
> > On Tue, 2009-06-09 at 08:56 -0700, cesmiga wrote:
> > > All:
> >
> > > I'm not sure if
All:
I'm not sure if this has been discussed in the past and would like to
hear more if we should be tracking bugs and enhancement requests at
Launchpad?
https://launchpad.net/web2py
Wouldn't it make code management and processes more manageable and
more folks could aid with QA.
Thank you,
Massimo,
The latest trunk (rev 1014) works as designed.
Christopher
mdipierro wrote:
> This I cannot reproduce. Please try the latest trunk anyway.
>
> On Jun 9, 12:16 am, cesmiga wrote:
> > Just another note on this issue. While running...
> >
> > #> ./web2py.p
Just another note on this issue. While running...
#> ./web2py.py -S testapp
after the application was aplready created., Web2Py does not recognize
the application already exists either.
Christopher
cesmiga wrote:
> Hey gang!
>
> I tried to create a new application this
Hey gang!
I tried to create a new application this evening with...
#> ./web2py.py -S testapp
and the application builds in the "applications" directory, but I
don't see "db.py" file in the "models" directory. Listed below is
what I have in the models directory.
-rw-r--r-- 1 root staff 64
Mariano,
I got this information from the link below.
web2py Download
http://www.web2py.com/examples/default/download
Current Version 1.63.3 (2009-06-02 22:13:56)
* for Windows
* for Mac
* source code for all platforms (requires Python 2.5, runs on
Windows and most Unix systems,
Massimo,
Will the new DAL be backwards compatible with the existing DAL? The
reason I ask is because I have been using "WWW SQL Designer" and hope
to continue using it with the new DAL.
Thank you,
Christopher
mdipierro wrote:
> I am finishing a rewrite of the new DAL. It may be done in one we
Jurgis,
That is a great idea and it would be a quick solution. Ok! I don't
mean to go over the deep end on this, but there are many things to
consider here. What about YUM for RPM, MSI (Microsoft Installer) and
OS-X packages.
Regardless of the platform package management releases, I have been
wrote:
> Christopher, are you a registered Debian developer ? I have packaged
> web2py for debian and Ubuntu but don't have a registered status so
> can't push them into official repositories.
>
> On May 28, 7:02 pm, cesmiga wrote:
> > Massimo,
> >
> > It sure w
Massimo,
It sure would be fun. My heaping plate of commitments and
responsibilities is spilling over right now. Let me think it over and
I'll get back with you.
Christopher
mdipierro wrote:
> Want to be in charge of this?
>
> On May 28, 10:23 am, cesmiga wrote:
> > Massi
benefits to this. Web2Py has it going on and this is a
step in the right direction.
I also want to thank you for all the work you do with the project. The
methods and ideas in place are refreshing.
Christopher
cesmiga wrote:
> Massimo,
>
> This is a great idea. I use Debian exclusively an
Massimo,
This is a great idea. I use Debian exclusively and to have Web2Py in
the repository does bring credibility to the project. Django was
added to the Debian repository some time ago. ;-)
Here is some information for anyone interested in becoming a Debian
Package Maintainer for Web2Py.
ple) method.
Thanks for all your support and thoughts. I hope I didn't take too
much time from anyone since I was trying to make it more complicated
than I should have.
I'll smack my own hand for this one. ;-)
Thanks again,
Christopher
cesmiga wrote:
> Kuba,
>
> The reas
Kuba,
The reason is to separate Web2Py from developed applications. The same
idea is usually done with databases. Separate the data (in this case
Web2Py apps) from the application (Web2Py). This should ease with
upgrades and other administration/development tasks.
Christopher
Kuba Kucharski
Virhilo,
I was thinking about this approach, but was hoping for a more
customizable method via web2py. Is there another way to do this aside
from a sym link?
Christopher
virhilo wrote:
> ln -s /opt/web2py_apps /opt/web2py/applications/
>
> On 27 Maj, 15:55, cesmiga wrote
All:
I've been looking around and was wondering if there is a way to place
apps in a separate directory from the "applications" directory?
From:
/opt/web2py/applications
To:
/opt/web2py_apps
Thank you,
Christopher
--~--~-~--~~~---~--~~
You received this message
he shell. The
> admin app has modules that cannot. Try with welcome or your own app.
>
> massimo
>
> On May 22, 10:40 am, cesmiga wrote:
> > Massimo,
> >
> > I found the SVN trunk and downloaded the code. The new code
> > successfully creates a new application, b
2py_trunk/web2py.googlecode.com/svn/trunk/gluon/
restricted.py", line 107, in restricted
exec ccode in environment
File "applications/testapp/models/access.py", line 34, in
port = int(request.env.server_port)
TypeError: int() argument must be a string or a number, not &
Massimo,
My apologies, but I'm having trouble finding the trunk. Would you
point me to the location of that for download.
Thank you,
Christopher
mdipierro wrote:
> fixed. try trunk again.
>
>
> On May 22, 9:35 am, cesmiga wrote:
> > Massimo,
> >
> > Here i
dits" or "license" for more information.
(InteractiveConsole)
>>>
Christopher
mdipierro wrote:
> You found a bug!
>
> Will fix it now.
>
> On May 22, 9:35 am, cesmiga wrote:
> > Massimo,
> >
> > Here is what I see when I try to create a new applicati
++
Here is what I see in the directory.
r...@vm-debian-5:/opt/web2py# ls -l applications/testApp/
total 4
drwxr-xr-x 2 root root 4096 2009-05-22 06:35 cron
mdipierro wrote:
> Have you tried?
>
> web2py.py -h
>
> On May 22, 8:47 am, cesmiga wrote:
> >
All:
I'm looking for documentation about how to create a web2py application
from the shell. Does anyone have information on this? Also, does
anyone have information about the Web2Py shell and/or DAL.
Thank you,
Christopher
--~--~-~--~~~---~--~~
You received this
Massimo,
I don't know if this question has been asked before, but is it
possible to include "wwwSQLdesigner" into "Web2Py"?
wwwSQLdesigner
http://code.google.com/p/wwwsqldesigner/
I have been playing with this web based, JavaScript ERM application
and it is pretty cool. I hope the author c
Massimo,
I just ordered the book also. Thank you for making this much more
affordable. Are you going to link this eBook on the web site? I hope
you do so more people will purchase it and assist in growing the
community.
Christopher Smiga
mdipierro wrote:
> http://www.lulu.com/content/4968
e:[EMAIL PROTECTED]/database')
> python sql.py
>
> please send me the output of the tests or, if you can, try fix what
> breaks.
>
> If you could help writing more and better tests that would be great.
>
> Massimo
>
>
> On Nov 10, 10:06 pm, cesmiga <[EMAIL PRO
Massimo,
I look forward to hearing more about this. The idea is very exciting.
Christopher
mdipierro wrote:
> Actually I was thinking about something similar but also different.
>
> I want to create an association of users, not a foundation. The
> purpose of the association would be:
>
> 1) p
sql.py
>
> please send me the output of the tests or, if you can, try fix what
> breaks.
>
> If you could help writing more and better tests that would be great.
>
> Massimo
>
>
> On Nov 10, 10:06 pm, cesmiga <[EMAIL PROTECTED]> wrote:
> > Massimo,
> >
Massimo,
I downloaded Web2Py 1.48 and see you added InformixDB support. Here
is a silly question. Is there some sort of standard test plan or
should I develop one. I don't mind developing my own test plan since
I do this professionally anyway.
Thank you,
Christopher Smiga
Software Test Engine
38 matches
Mail list logo