I posted this earlier, and Tim pointed out trouble with PC bazaar I've
revised my guide (and worked out PC end of things): This assumes informally
you have created a local branch on your private machine where you do work,
and keep it merged with the trunk (currently, there is only Massimo's
dev
could you list the features you requires?
You can probably write one in t2 using {{=t2.comments()}}
Massimo
On Nov 4, 10:39 pm, Baron <[EMAIL PROTECTED]> wrote:
> hello,
>
> I'm looking for a simple forum app but there aren't any in the
> appliances page:http://mdp.cti.depaul.edu/appliances
> D
Yes - but IRC serves different function - online live discussion help
"hey, could you see if you get the same trouble with this code as I am?
THanks!"
I think an IRC could be a useful way (also) to have a meeting to discuss the
next T2 plugin / project, and agree on starting definitions, and
ciao a tutti,
vorrei un consiglio su come fare una tabella per gestire i turni di
volontari, mi spiego meglio
ho già le tabelle:
anagrafica volontari
luoghi
mezzi
dovrei fare una tabella servizi con i seguenti campi
nome servizio
descrizione servizio
luogo
mezzo
autista (anagrafica volontari)
seeker is right. It is important to keep the knowledge base in one
place.
I am working on porting /AlterEgo, /appliances and /who to a new
single application where people can more easily contribute too. It
will be done by Dec 15.
Massimo
On Nov 5, 12:51 am, seeker <[EMAIL PROTECTED]> wrote:
> Wh
That is one solution if you need central authentication. I suggest
using T2 instead. Eventually T2 will be ported on CAS as an option.
On Nov 4, 9:28 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 4, 2008 at 4:55 PM, Wes James <[EMAIL PROTECTED]> wrote:
> > so if i create the app "myapp
Because of these very two important reasons, I would not change the
way of communication for web2py.
Right now we've got very fast reply times and an excellent archive
(with awesome search).
Do we need more?
Daniel
On Wed, Nov 5, 2008 at 07:51, seeker <[EMAIL PROTECTED]> wrote:
>
> When consid
yes and no.
{{=t2.include()}} will write the html head part that includes all
requires css and js. They are
'/plugin_t2/static/t2/scripts/jquery.js',
'/plugin_t2/static/t2/styles/calendar.css',
'/plugin_t2/static/t2/scripts/calendar.js',
'/plugin_t2/static
Good choice :)
On Wed, Nov 5, 2008 at 07:50, mdipierro <[EMAIL PROTECTED]> wrote:
>
> I just came back from the Obama Rally in Chicago so the only answer I
> can give you is: yes we can.
>
> Massimo
>
--~--~-~--~~~---~--~~
You received this message because you are
When considering this please just keep the following in mind:
- This group serves as a very important source of web2py info at the
moment. Even some trivial discussions sometimes yield unintended
gems; and referring back to these days or even months later is
important.
- Please don't spread the
I just came back from the Obama Rally in Chicago so the only answer I
can give you is: yes we can.
Massimo
On Nov 4, 6:12 pm, billf <[EMAIL PROTECTED]> wrote:
> Re Amy Editor, I have emailed the developer - Petr Krontorad - with
> the following result:
>
> > Petr
>
> > What is the status of Amy
hello,
I'm looking for a simple forum app but there aren't any in the
appliances page: http://mdp.cti.depaul.edu/appliances
Does anyone know of an existing web2py forum app?
Or alternatively, would one of the existing applications be relatively
easy to convert to a forum? Perhaps the chat room?
On Tue, Nov 4, 2008 at 4:55 PM, Wes James <[EMAIL PROTECTED]> wrote:
> so if i create the app "myapp" is the public face at http://site/myapp
> ? I then need to make views and controllers to access what I created
> in the admin area?
I see CAS in web2py manual... I'll look at that...
-wj
--~-
Re Amy Editor, I have emailed the developer - Petr Krontorad - with
the following result:
> Petr
>
> What is the status of Amy Editor? Is it still being supported/developed? I
> cannot find an active forum, etc.
>
> Regards
> Bill
---
Hi Bill,
the status is "quo" :) , meaning it
so if i create the app "myapp" is the public face at http://site/myapp
? I then need to make views and controllers to access what I created
in the admin area?
in the cookbook the a view was created -> test/recipes.html... Do I
create my views in test - how does public access these items?
Also,
Ok, including {{=t2.include()}} in my html solved the problem.
Is it the right solution?
On 4 Nov, 23:45, mdipierro <[EMAIL PROTECTED]> wrote:
> You are probably using the web2py layout, not the T2 layout and
> therefore it is not including all required js and css.
>
> In your page add {{=respons
On Tue, Nov 4, 2008 at 3:46 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> You should copyright "easy as py".
>
> Massimo
:)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to th
LOL
On Tue, Nov 4, 2008 at 4:46 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> You should copyright "easy as py".
>
> Massimo
>
> On Nov 4, 4:36 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> > On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]>
> wrote:
> >
> > > This means you don't ha
You should copyright "easy as py".
Massimo
On Nov 4, 4:36 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]> wrote:
>
> > This means you don't have the PIL module installed. The GAE SDK uses
> > it to simulate google's image API. If yo
You are probably using the web2py layout, not the T2 layout and
therefore it is not including all required js and css.
In your page add {{=response.files}} to see what you need.
Massimo
On Nov 4, 4:40 pm, pmate <[EMAIL PROTECTED]> wrote:
> Thanks Massimo,
> it was it! Now the image displays cor
Thanks Massimo,
it was it! Now the image displays correctly but the zoom function
doesn't work.
Any other mistake?
Thanks again
On 4 Nov, 23:37, mdipierro <[EMAIL PROTECTED]> wrote:
> do you have in controller?
>
> def download(): return t2.download()
>
> Massimo
>
> On Nov 4, 3:56 pm, pmate <[EM
do you have in controller?
def download(): return t2.download()
Massimo
On Nov 4, 3:56 pm, pmate <[EMAIL PROTECTED]> wrote:
> Hi,
> i'm new to web2py but i'm impressed: it is great.
> I have a problem with t2 plugin and display images like in the example
> of puppy:
>
> in my model:
> db.defin
On Tue, Nov 4, 2008 at 3:30 PM, James Ashley <[EMAIL PROTECTED]> wrote:
>
> This means you don't have the PIL module installed. The GAE SDK uses
> it to simulate google's image API. If you won't be using that, no big
> deal. If you need to, google PIL and install it. It's
> straightforward on
Hi,
i'm new to web2py but i'm impressed: it is great.
I have a problem with t2 plugin and display images like in the example
of puppy:
in my model:
db.define_table('articoli',
SQLField('myserial'),
SQLField('categoria'),
SQLField('descrizione'),
This means you don't have the PIL module installed. The GAE SDK uses
it to simulate google's image API. If you won't be using that, no big
deal. If you need to, google PIL and install it. It's
straightforward on Windows and Linux, but it seems kind of problematic
on Mac OS.
On Nov 2, 12:06 am
db.news.tags.widget=t2.tag_widget(db.news.tags,['news'])
should be
db.news.tags.widget=lambda a,b:t2.tag_widget(a,b,['news'])
A widget is a function that takes a field and its value.
On Nov 4, 3:50 pm, JessiHash <[EMAIL PROTECTED]> wrote:
> Hello and thank you for this wonderful piece of softw
Hello and thank you for this wonderful piece of software
I' trying to use T2 and i have a problem with the tag_widget.
here is my code :
db.define_table('news',
SQLField('title', required=True),
SQLField('slug', default=''),
SQLField('date', 'date', default=datetime.date.tod
maybe one day web2py will include the sqldesigner too:)
2008/11/4 BearXu <[EMAIL PROTECTED]>
> Thanks for your suggestion.
> I mean will web2py support this function in the future?
> 2008/11/4 Kyle Smith <[EMAIL PROTECTED]>
>
> You'll need to do this yourself. Check out the jquery multi file uplo
Thanks for your suggestion.
I mean will web2py support this function in the future?
2008/11/4 Kyle Smith <[EMAIL PROTECTED]>
> You'll need to do this yourself. Check out the jquery multi file upload
> plugin.
>
> http://www.fyneworks.com/jquery/multiple-file-upload/
>
> Kyle
>
>
> On Tue, Nov 4, 2
Tim -
ugh!
I should have tried this first... I've gotten the key generated, see the
problem w/ the ssh key generated on PCs, and am having a *dilly* of a time
trying to get something pushed up from behind a firewall.
Should I just try a mercurial site, and see if that would work better? :-)
I'll
On Tue, Nov 4, 2008 at 2:42 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> Didn't I just answer?
>
As I look back at that - yes - thx.
-wj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
You'll need to do this yourself. Check out the jquery multi file upload
plugin.
http://www.fyneworks.com/jquery/multiple-file-upload/
Kyle
On Tue, Nov 4, 2008 at 1:35 PM, BearXu <[EMAIL PROTECTED]> wrote:
> I mean can I choose more than one file and then click upload once?
> Do I need to design
Didn't I just answer?
http://groups.google.com/group/web2py/browse_thread/thread/f72710821d964ac9
On Nov 4, 3:32 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> Another question about sqldesigner:
>
> If I want to put the txt/doc uploaded in to the database, is the
> upload db type for that or blob
I mean can I choose more than one file and then click upload once?
Do I need to design the form for myself?
2008/11/4 mdipierro <[EMAIL PROTECTED]>
>
> I do not understand the question.
>
> On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote:
> > Will Web2py has multiple files uploading function
Another question about sqldesigner:
If I want to put the txt/doc uploaded in to the database, is the
upload db type for that or blob?
thx,
-wj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework"
I do not understand the question.
On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote:
> Will Web2py has multiple files uploading function inbox?
>
> 2008/11/4 Wes James <[EMAIL PROTECTED]>
>
>
>
> > On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > > If you have SQLField
yap
On Nov 4, 3:06 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> Is the NN item not null and this would be for database not null if it
> is, right? I'd still need to use python is_not_null or whatever for
> web form to not allow blank - right?
>
> thx,
>
> -wj
--~--~-~--~~
Will Web2py has multiple files uploading function inbox?
2008/11/4 Wes James <[EMAIL PROTECTED]>
>
> On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote:
> >
> > If you have SQLField('doc','upload') than doc goes in the uploads
> > folder and the name (renamed) in the field.
> >
>
Is the NN item not null and this would be for database not null if it
is, right? I'd still need to use python is_not_null or whatever for
web form to not allow blank - right?
thx,
-wj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
mdipierro pisze:
> Yes the validator are applied to forms only but you can also do
>
> SQLField('name',notnull=True,unique=True)
>
> and if web2py is creating the table, the constraints will be enforced
> by the db.
Thanks for info. I will use it.
On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> If you have SQLField('doc','upload') than doc goes in the uploads
> folder and the name (renamed) in the field.
>
> If you have SQLField('doc','upload',uploadfield='doc_data') and
> SQLField('doc_data','blob',default='') then
If you have SQLField('doc','upload') than doc goes in the uploads
folder and the name (renamed) in the field.
If you have SQLField('doc','upload',uploadfield='doc_data') and
SQLField('doc_data','blob',default='') then the uploaded file goes in
the database.
Massimo
On Nov 4, 2:41 pm, "Wes James
email me the changes ;-)
Massimo
On Nov 4, 2:40 pm, Timothy Farrell <[EMAIL PROTECTED]> wrote:
> I understand your need for patch organization. However, I cannot seem to do
> this. I'm getting the 'Don't know how to handle SSH connections' error.
> I've googled and tinkered but this seems t
I just log on my IRC client when I want a log (or get one from other's who
were online)...
One IRC client collects HTML; another plain text; what more is needed?
On Tue, Nov 4, 2008 at 2:13 PM, Phyo Arkar <[EMAIL PROTECTED]> wrote:
> its good to have a home grown web2py chat.
>
> But problem wi
yes.
On Nov 4, 2:35 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> I have a field that students need to type some stuff in (textarea) -
> do i use the text db type in the sqldesigner for this type of field
> vs. string?
>
> thx,
>
> -wj
--~--~-~--~~~---~--~~
You rece
Also, students will need to upload a text or word doc for extra
information for their scholarship application. I noticed that web2py
has some file upload pieces. Does the data go in to the database or
on to the file system? Do I put a pointer in the db to the filename
if it is on the file syste
I understand your need for patch organization. However, I cannot seem
to do this. I'm getting the 'Don't know how to handle SSH connections'
error. I've googled and tinkered but this seems to be beyond my
computer (lots of people have had trouble with bzr on windows). Would
it be acceptable
I have a field that students need to type some stuff in (textarea) -
do i use the text db type in the sqldesigner for this type of field
vs. string?
thx,
-wj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py
its good to have a home grown web2py chat.
But problem with homegrown web chats are
1. Not as fast as IRC as they use HTTP ( IRC is Raw , can even use telnet to
chat , no encoding)
2. Not featureful (UnrealIRCD have many features)
3. Cannot connect using IRC Clients (some prefer non-web clients)
What is backend? IRC ?
But will not hard to make it IRC backeneded.
On Tue, Nov 4, 2008 at 7:26 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> There is already KPAX does chat and logs the chats.
>
> Massimo
>
> On Nov 4, 1:24 pm, Christophe Gragnic <[EMAIL PROTECTED]>
> wrote:
> > Let's build a lit
No it is all home grown web2py code and you can have multiple rooms.
Massimo
On Nov 4, 1:27 pm, "Phyo Arkar" <[EMAIL PROTECTED]> wrote:
> What is backend? IRC ?
> But will not hard to make it IRC backeneded.
>
> On Tue, Nov 4, 2008 at 7:26 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > There is
On Tue, Nov 4, 2008 at 12:16 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> Do noth of them log the communications? That would be valuable.
>
>
One way to log an irc channel is to use irssi in *nix and then move
the and parse the log file in to a table and put it on a web site to
be searched. I w
There is already KPAX does chat and logs the chats.
Massimo
On Nov 4, 1:24 pm, Christophe Gragnic <[EMAIL PROTECTED]>
wrote:
> Let's build a little web2py app for that :-D
>
> --- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit :
> De: Phyo Arkar <[EMAIL PROTECTED]>
> Objet: [we
For your unit test there's a few other basic things you should probably be
checking.
The host portion can contain dashes
http://my-site.com
The path portion can contain many/most characters ex:
http://my-site.com/path_to/my_file_for_'97.pdf
In this example there are underscores and an apostrop
Let's build a little web2py app for that :-D
--- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit :
De: Phyo Arkar <[EMAIL PROTECTED]>
Objet: [web2py:6] Re: irc channel for web2py?
À: web2py@googlegroups.com
Date: Mardi 4 Novembre 2008, 20h21
Can log But thats on server side W
there are some iRC Bots for that purpose .
On Tue, Nov 4, 2008 at 7:19 PM, Wes James <[EMAIL PROTECTED]> wrote:
>
> On Tue, Nov 4, 2008 at 12:16 PM, mdipierro <[EMAIL PROTECTED]>
> wrote:
> >
> > Do noth of them log the communications? That would be valuable.
> >
> >
>
> One way to log an irc cha
Can log But thats on server side Which means that only server admins can see
and thats if we have our own server.
If we do not have one our own we will need to leave a bot which can connect
at the IRC 24/7 and logs all conversation and put those logs , serve it on
the web server.
popular bots are
Do noth of them log the communications? That would be valuable.
On Nov 4, 1:06 pm, "Yarko T" <[EMAIL PROTECTED]> wrote:
> For now, the immediacy of help / replies on this group "approaches" IRC...
>
> With a paste-bin, IRC can be more interactive help...
>
> I think I agree that we should use IR
For now, the immediacy of help / replies on this group "approaches" IRC...
With a paste-bin, IRC can be more interactive help...
I think I agree that we should use IRC - it's not a problem that people
don't frequent it much yet (I think), but I would rather have just an IRC up
(and hidden) with
--- En date de : Mar 4.11.08, Phyo Arkar <[EMAIL PROTECTED]> a écrit :
De: Phyo Arkar <[EMAIL PROTECTED]>
*IRC is Good for quick response
true, but people in the room must have the right answer !
--~--~-~--~~~---~--~~
You received this message because y
*IRC is Good for quick response
On Tue, Nov 4, 2008 at 7:00 PM, Phyo Arkar <[EMAIL PROTECTED]> wrote:
> I like IRC . I had setup my own UnrealIRCD IRC server for burmese IRC
> community before. Yes.
>
> IRC is good for quick and but , when it comes to repeatable questions ,
> its better to have M
I like IRC . I had setup my own UnrealIRCD IRC server for burmese IRC
community before. Yes.
IRC is good for quick and but , when it comes to repeatable questions , its
better to have Mailing list or forums.
On Tue, Nov 4, 2008 at 6:42 PM, ceej <[EMAIL PROTECTED]> wrote:
>
> More people should
I would start out making the values static (as part of your view). As
you get annoyed with editing them, put them in a database or make them
autogenerate. In any case, make sure your code is in version control
so you have a record of what values where there at what time for
auditing purposes.
Technically you can do both.
If it just for you you may want to keep it fast and make a config file
that you edit every year.
If you want to sell it, follow the peoplesoft approach: everything in
the database
You can combine both by using db().select(,cache=(cache.ram,3600))
On Nov 4, 12:43
I am creating a scholarship application with web2py. I wondering how
to code or implement these items.
I have several dropdown lists:
Expected Graduation:
Fall 2009 or Spring 2010
Fall 2010 or Spring 2011
Fall 2011 or Spring 2012
Fall 2012 or Spring 2013
Ethnicity:
American Indian
Asian
Black
More people should try and use the IRC chat room as most of the
frameworks use it and a lot of people looking to try out a new
framework go into the rooms to see if the frameworks right for them.
#django has over 560+ people in the room right now, #python has over
600+ etc I try to be on IRC e
To start with would be great to have Amy editor source in the web2py
distribution.
On Nov 4, 12:30 pm, billf <[EMAIL PROTECTED]> wrote:
> If I get some time I will investigate. Some code completion is there
> but not everything(?) I wonder if it is referencing a default bundle
> as opposed to t
If I get some time I will investigate. Some code completion is there
but not everything(?) I wonder if it is referencing a default bundle
as opposed to the full python settings. BTW I was using eAmy - the
embedded Amy service. Is that what you would want to use with web2py
or would you want t
I think current generic.html is fine. It is better to keep it simple and
stupid.
On Tue, Nov 4, 2008 at 4:42 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> Hi Iceberg,
>
> I am sorry I have to object to this proposal. For 3 reasons:
>
> 1) You can already edit your generic.html and make it behave t
Hi Iceberg,
I am sorry I have to object to this proposal. For 3 reasons:
1) You can already edit your generic.html and make it behave the way
you like
2) For new users it will make the process of rendering the views more
obscure since it would behave in different ways depending on what they
pass
Hi Iceberg,
I am sorry I have to object to this proposal. For 3 reasons:
1) You can already edit your generic.html and make it behave the way
you like
2) For new users it will make the process of rendering the views more
obscure since it would behave in different ways depending on what they
pass
I want to add one more comment about the benefit from my previous
suggestion.
The worst thing about a dedicated foo.html approach, is that the
controller has to feed (sometimes fake) every variables which are
mentioned explicitly inside the foo.html, even when in error exit,
otherwise you are ver
it need gmail or aim .
On Tue, Nov 4, 2008 at 4:12 PM, Yarko T <[EMAIL PROTECTED]> wrote:
> I think you don't need to USE gmail to register your email for gmail
> chats does this work well? Is it accessible (more than IRC?)
> Let's try and see
>
>
> On Tue, Nov 4, 2008 at 10:05 AM, Phyo
google groupchat only work for who already in the contact list rite? or am i
wrong? Is there any permanent google group chat?
On Tue, Nov 4, 2008 at 4:10 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> yes, set it up. I may be busy in the net couple of weeks.
>
> On Nov 4, 10:05 am, "Phyo Arkar" <[E
I think you don't need to USE gmail to register your email for gmail
chats does this work well? Is it accessible (more than IRC?)
Let's try and see
On Tue, Nov 4, 2008 at 10:05 AM, Phyo Arkar <[EMAIL PROTECTED]>wrote:
> Seems most of us have gmails . How about making group chats.?
>
>
>
yes, set it up. I may be busy in the net couple of weeks.
On Nov 4, 10:05 am, "Phyo Arkar" <[EMAIL PROTECTED]> wrote:
> Seems most of us have gmails . How about making group chats.?
>
> On Tue, Nov 4, 2008 at 4:01 PM, Yarko T <[EMAIL PROTECTED]> wrote:
> > I've spent days where it was only the 2-
Seems most of us have gmails . How about making group chats.?
On Tue, Nov 4, 2008 at 4:01 PM, Yarko T <[EMAIL PROTECTED]> wrote:
> I've spent days where it was only the 2-3 other users, so I've stopped
> "lurking" there...
> I would say the group is the main channel for now...
>
> On Tue, Nov 4,
For me, it's more work-friendly to use email. IRC is just too
attention consuming.
Phyo Arkar wrote:
We are usually active here on this mailing list and it is
preferable way to communicate.
On Tue, Nov 4, 2008 at 3:55 PM, Wes James <[EMAIL PROTECTED]>
wrote:
I connected to irc.freenod
We are usually active here on this mailing list and it is preferable way to
communicate.
On Tue, Nov 4, 2008 at 3:55 PM, Wes James <[EMAIL PROTECTED]> wrote:
>
> I connected to irc.freenode.net and joined #web2py there were only 2-3
> other users. Is that channel active or is email the main chan
I've spent days where it was only the 2-3 other users, so I've stopped
"lurking" there...
I would say the group is the main channel for now...
On Tue, Nov 4, 2008 at 9:55 AM, Wes James <[EMAIL PROTECTED]> wrote:
>
> I connected to irc.freenode.net and joined #web2py there were only 2-3
> other us
I connected to irc.freenode.net and joined #web2py there were only 2-3
other users. Is that channel active or is email the main channel?
-wj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" gr
Yes, -M was the option I was looking for. The ipython is the one that
came with ubuntu hardy, and 0.9 came unfortunately after intrepid's
freeze date. I realize it's not rocket science to upgrade to the
current version 'from source', I just wanted to try out a few basic
things with the default pac
On Nov 4, 9:14 am, "Phyo Arkar" <[EMAIL PROTECTED]> wrote:
> That happens for me too. (gentoo linux and slackware )
> It must come from the launcher.
>
> On Tue, Nov 4, 2008 at 2:34 PM, airdrummer <[EMAIL PROTECTED]> wrote:
>
> > so i start the server from the form:
>
> > [ap2cl21 web2py]$ pytho
That happens for me too. (gentoo linux and slackware )
It must come from the launcher.
On Tue, Nov 4, 2008 at 2:34 PM, airdrummer <[EMAIL PROTECTED]> wrote:
>
> so i start the server from the form:
>
> [ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key
> web2py Enterprise Web Framewor
I do not see this w/ Firefox 3* and Fedora-9
What Fedora / Firefox?
Can you debug, step through to see what is going on?
On Tue, Nov 4, 2008 at 9:11 AM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> I think this is a fedora bug or firefox bug.
>
> On Nov 4, 8:34 am, airdrummer <[EMAIL PROTECTED]
I do not know but this is a ssl error. Is the error generated by the
server or the client?
Massimo
On Nov 4, 9:08 am, "Daniel Contag" <[EMAIL PROTECTED]> wrote:
> Could it be that your browser rejects the certificate because it is
> self-signed?
>
> Just a guess.
>
> Daniel
>
> On Tue, Nov 4, 2
On 4 nov, 14:26, "Yarko T" <[EMAIL PROTECTED]> wrote:
>
>- If you have a new feature, register a blueprint on Launchpad and
>describe what you're going to do.
>- If you have found a bug, make a bug report on Launchpad.
Hi all, first post here in the w2p list.
Does this mean that http
Hi airdrummer
I have been experiencing the same issue and was confused by that
AlterEgo entry. According the Mozilla SSL error code page here (http://
www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html)
"This generally indicates that the remote peer system has a flawed
implementation
I think this is a fedora bug or firefox bug.
On Nov 4, 8:34 am, airdrummer <[EMAIL PROTECTED]> wrote:
> so i start the server from the form:
>
> [ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key
> web2py Enterprise Web Framework
> Created by Massimo Di Pierro, Copyright 2007-2008
> V
Massimo mirrors to Google code, so end users can find and get (I'm not sure
how often, but for releases).
Think of Launchpad as the place for development activity.
Since there is _one_ issue posted on the Google site, perhaps we should
decide where we want people to submit bug reports. I like L
Could it be that your browser rejects the certificate because it is self-signed?
Just a guess.
Daniel
On Tue, Nov 4, 2008 at 15:39, airdrummer <[EMAIL PROTECTED]> wrote:
>
> i followed the ssl faq (http://mdp.cti.depaul.edu/AlterEgo/default/
> show/140) then tried to access https://127.0.0.1:8
It works now. Thanks.
Rupert
On 4 Nov., 15:34, mdipierro <[EMAIL PROTECTED]> wrote:
> This is a bug!
>
> I just fixed it in trunk.
>
> Massimo
>
> On Nov 4, 5:33 am, ruko <[EMAIL PROTECTED]> wrote:
>
> > What's the reason for this error (@massimo's suggestion to a similar
> > error: I can't add
right models... (not modules) that was a typo on my part
On Tue, Nov 4, 2008 at 8:38 AM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> yes, as Yarko suggest you cannot import models, they are not modules.
> The -M option will do it for you.
>
> % python web2py.py -S web2mon -M
>
>
> On Nov 4
i followed the ssl faq (http://mdp.cti.depaul.edu/AlterEgo/default/
show/140) then tried to access https://127.0.0.1:/admin:
Secure Connection Failed
An error occurred during a connection to 127.0.0.1:.
SSL received a record that exceeded the maximum permissible length.
(Error code: ss
yes, as Yarko suggest you cannot import models, they are not modules.
The -M option will do it for you.
% python web2py.py -S web2mon -M
On Nov 4, 8:18 am, yarko <[EMAIL PROTECTED]> wrote:
> 2 things:
>
> 1 - your iPython version seems a bit old (mine shows 0.9.1 - you can
> get an update fromh
so i start the server from the form:
[ap2cl21 web2py]$ python web2py.py -c server.crt -l server.key
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2008
Version 1.47 (2008-10-27 12:36:17)
WARNING:root:no MySQLdb driver
WARNING:root:no psycopg2 driver
WARNING:root:no c
This is a bug!
I just fixed it in trunk.
Massimo
On Nov 4, 5:33 am, ruko <[EMAIL PROTECTED]> wrote:
> What's the reason for this error (@massimo's suggestion to a similar
> error: I can't add any empty lines: after saving the code in the web
> interface, the empty lines are gone.):
>
> Error tr
I do no know that either. I will rely on Yarko for guidance.
It is also ok if you just upload a patch somewhere and submit a bug
report about your patch.
My problem is not the process of integrating patches (actually email
works fine in that respect). The problem is keeping track of what
people p
2 things:
1 - your iPython version seems a bit old (mine shows 0.9.1 - you can
get an update from http://launchpad.net/ipython )
2 - to load modules, you want to do:
% python web2py.py -S web2mon -M
Hope that helps.
Yarko
On Nov 4, 7:59 am, achipa <[EMAIL PROTECTED]> wrote:
> Just famili
I think it should accept all valid URLs and should also add http:// if
no protocol is specified.
Massimo
On Nov 4, 4:35 am, Jonathan Benn <[EMAIL PROTECTED]> wrote:
> Hi Massimo,
>
> On Nov 4, 10:19 am, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > the problem is not writing the regex, it is figuri
1 - 100 of 112 matches
Mail list logo