These are really not web2py related python questions, but here you
go :)
1) See http://docs.python.org/library/zipfile.html
2) AFAIK not without extracting and compressing again.
On Feb 6, 7:41 am, INeedHelp wrote:
> 1st
> I know how to zip a file but is there a way to zip a folder (with
> fil
in my model I've added:
from applications.plugin_t2.modules.t2 import T2
t2=T2(request,response,session,cache,T,db)
and in one action I added (this line causes the error)
theUser=t2.display(db.auth_user)
)
The cuntionality that I'm interested on is the image preview and zoom
thanks
On Fr
I've forgot to say that I've imported the plug in plugin_t2
the thing that I'm trying to do with T2 is to display the user information
(a model that extends Auth) in a page where there are other informations and
forms
On Fri, Feb 6, 2009 at 9:02 AM, Sebastian E. Ovide wrote:
> in my mod
Can you show us the entire controller?
mind that when you use
theUser=t2.display(db.auth_user)
you need to call the corrsponding URL with http:///a/c/f/[id]
where [id] is the id of the record you want to display.
Massimo
On Feb 6, 5:02 am, "Sebastian E. Ovide"
wrote:
> in my model I've a
05/Feb/2009 in 24 hrs
44735 http requests
2340 distinct visitors
216 downloads from distinct visitors
today, in 10 hrs we already got 564 distinct visitors and 73 downloads
the average is 550 distinct visitors/day and about 50 downloads/day.
--~--~-~--~~~---~--~~
On Fri, Feb 6, 2009 at 4:17 PM, mdipierro wrote:
>
> 05/Feb/2009 in 24 hrs
>
> 44735 http requests
> 2340 distinct visitors
> 216 downloads from distinct visitors
Nice. I think the line "Used by PyCon 2009 for registration" made a
good impression :)
Markus
--~--~-~--~~
On Fri, Feb 6, 2009 at 4:35 AM, Chuck Rhode wrote:
>
> achipa wrote this on Thu, Feb 05, 2009 at 03:53:31PM -0800. My reply is
> below.
>
>> One more example of 'I didn't quite expect this':
>>
>> if os.name == 'nt':
>> proc = Popen([self.cmd], stdin=PIPE, stdout=PIP
thanks
On Feb 6, 9:38 am, Chuck Rhode wrote:
> mdipierro wrote this on Thu, Feb 05, 2009 at 07:57:31PM -0800. My
> reply is below.
>
> > May I ask you to sent me the latest version with the parameters set
> > appropriately?
> > I am not sure I have the latest.
>
> Here is *PythonTidy* as an att
thank you.
On 5 Feb, 20:07, Fran wrote:
> On Feb 5, 6:39 pm, carlo wrote:
>
> > I liked the new crud, never loved T2 that much, and maybe this is a
> > well known question: which is the best way to customize crud tables
> > layout (css) and maybe other details (column headers,etc..)
>
> Crud ta
I read:
http://locahost:8000/application/default/data/select/create/tablename
http://locahost:8000/application/default/data/select/read/tablename/record_id
http://locahost:8000/application/default/data/select/update/tablename/record_id
http://locahost:8000/application/default/data/select/delete/t
Another quirk with CRUD:
when I show one table,
http://localhost:8000/application/default/data/select/tablename,
clicking on one record_id I get:
http://locahost:8000/application/default/data/read/tablename/record_id
I expected record_id links to:
http://locahost:8000/application/default/data
hello,
I just discovered web2py.
Looks great.
Beautiful demo movies.
Does someone has an example of a questionnaire or survey
build with py2web ?
thanks,
Stef
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2
We should make this behaviour changable. Thanks for the typos.
Massimo
On Feb 6, 11:54 am, carlo wrote:
> Another quirk with CRUD:
>
> when I show one
> table,http://localhost:8000/application/default/data/select/tablename,
> clicking on one record_id I get:
>
> http://locahost:8000/applicatio
http://web2py.appspot.com/survey/survey/take/5ffc03a6-d848-41c2-90d5-7dd71e89df8d/46476
http://web2py.appspot.com/survey/survey
to create your own. Reporting tools need to be improved. I found they
have some problems.
On Feb 6, 12:25 pm, Stef Mientki wrote:
> hello,
>
> I just discovered web2p
Massimo,
How do the new changes affect t3? I have been working on some changes
in the older system t2 that was in t3.
I made changes to the login form so that when there is an error
logging in the username stays in the username field when the form
comes back
I have made changes to itemize
it
This is a draft and I have not tried it yet. Perhaps you can help me
debug it.
http://mdp.cti.depaul.edu/AlterEgo/default/show/203
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post
Sweet!
It doesn't seem to like line 34 of todoApp.py which looks like this:
|if id<0: id ="
self.remote.deleteTask(sender.getValue(sender.getSelectedIndex()),self)" method
="=" method ="=" method ="=">|
what should that be instead?
-tim
mdipierro wrote:
> This is a draft and I have not tri
Well after a short but valiant effort, I'm going back to business as
usual. I'll wait util someone else figures this out better than I.
Basically, there's a discrepancy between the location of the static
Pyjamas files and the data service (and that's after you fix the typos).
Typos to fix are
Fantastic idea! I've just been getting into the Pyjamas and would love
to help.
Tomorrow. ;-)
Danny
On Feb 6, 1:57 pm, mdipierro wrote:
> This is a draft and I have not tried it yet. Perhaps you can help me
> debug it.
>
> http://mdp.cti.depaul.edu/AlterEgo/default/show/203
--~--~-~--
This Google Group used to be featured visibly on the main page. Now
it's just a small link (as "mailing list") on the Support page, hard
to find even when you're looking for it... probably many who don't
know it's there will miss it.
--~--~-~--~~~---~--~~
You recei
Hi,
when having an empty response.menu the default 'layout.html' gives the
following error when validating it on http://validator.w3.org/
Line 63, Column 7: end tag for "ul" which is not finished.
The error is that an has to contain some items in XHTML. The
attached 'layout.html' fixes this.
Markus Gritsch wrote this on Fri, Feb 06, 2009 at 04:59:24PM +0100.
My reply is below.
> w.setDatesToMark( set( ( datetime.date( 2006, 2, 27 ),
> datetime.date( 2006, 3, 6 ),
> datetime.date( 2006, 3, 8 ),
>
On Feb 6, 8:12 pm, dhmorgan wrote:
> Fantastic idea! I've just been getting into the Pyjamas and would love
> to help.
>
+1
I've been out to Pyjamas the last couple of months :) and because of
that I missed completely some important web2py trends (T2, T3 and so
on). The trade-off was that I
yes. I will put the link back.
On Feb 6, 4:41 pm, fpp wrote:
> This Google Group used to be featured visibly on the main page. Now
> it's just a small link (as "mailing list") on the Support page, hard
> to find even when you're looking for it... probably many who don't
> know it's there will mi
thanks
On Feb 6, 5:43 pm, Markus Gritsch wrote:
> Hi,
>
> when having an empty response.menu the default 'layout.html' gives the
> following error when validating it onhttp://validator.w3.org/
>
> Line 63, Column 7: end tag for "ul" which is not finished.
>
> The error is that an has to contain
send me the code when done. ;-)
Thanks.
On Feb 6, 1:45 pm, Wes James wrote:
> Massimo,
>
> How do the new changes affect t3? I have been working on some changes
> in the older system t2 that was in t3.
>
> I made changes to the login form so that when there is an error
> logging in the username
26 matches
Mail list logo