iltin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory:
'/home/gniemetz/webapps/web2py/web2py/welcome.w2p'
My workaraound was to pack the welcome app, name it welcome.w2p and put it
into the web2py folder
regards
Gerd
--
fix this.
>>
>> On Monday, 3 September 2012 07:27:33 UTC-5, Gerd wrote:
>>>
>>> Hi!
>>>
>>> First i want to thank Massimo and all the other contributors for their
>>> great work!
>>>
>>> I've found an issue:
>>
The iphone also connects well with https
--
ld>('Sum_KM','integer',label=T
<https://web2py.niemetz.it/examples/global/vars/T>('Mileage
Summary'),compute=lambda row: row['KM_Ende']-row['KM_Beginn'],represent=lambda
row: str('{:,}
km'.format(row)).replace(',','*').replace('.',',').replace('*','.')),
Field
<https://web2py.niemetz.it/examples/global/vars/Field>('KM_Geld',db.KM_Gelder,label=T
<https://web2py.niemetz.it/examples/global/vars/T>('Mileage
Cost'),requires=IS_IN_DB
<https://web2py.niemetz.it/examples/global/vars/IS_IN_DB>(db(query),'KM_Gelder.id',db.KM_Gelder._format),represent=lambda
id: str('€ %(Tarif)s' % db.KM_Gelder(id) if db.KM_Gelder(id) else
'').replace('.',',').replace(',00',',-')),
Field
<https://web2py.niemetz.it/examples/global/vars/Field>('Autokosten','decimal(7,2)',label=T
<https://web2py.niemetz.it/examples/global/vars/T>('Mileage Summary
Cost'),compute=lambda row:
(row['KM_Ende']-row['KM_Beginn'])*db.KM_Gelder(row['KM_Geld']).Tarif,represent=lambda
row: SPAN <https://web2py.niemetz.it/examples/global/vars/SPAN>(str('€ %s' %
row if row else '').replace('.',',').replace(',00',',-'),_style='color: red')),
Field
<https://web2py.niemetz.it/examples/global/vars/Field>('Kommentar','string',length=200,label=T
<https://web2py.niemetz.it/examples/global/vars/T>('Comment'))
)
db.Logbuch.id.readable=db.Logbuch.id.writeable=False
and this is the controller
@auth.requires_login()
def index():
#response.flash = T('Welcome to your divebook!')
grid = SQLFORM
<https://web2py.niemetz.it/examples/global/vars/SQLFORM>.grid(db.Logbuch,fields=[db.Logbuch.Datum,db.Logbuch.Kurs,db.Logbuch.Thema,db.Logbuch.Kommentar],maxtextlength=50)
return locals()
What's going wrong here?
Thanks for your efforts
regards
Gerd
--
w: value.strftime('%H:%M')),
>
>
> On Wednesday, 12 September 2012 05:02:28 UTC-5, Gerd wrote:
>>
>> Hi!
>>
>> First: This is my first try to build a "real" application in web2py and
>> python, i'm new to both but like it very much (i
form.errors.KM_Ende = 'KM-Stand Ende kleiner/gleich KM-Stand Beginn'
What i'm trying to do is to set response.flash
What am i doing wrong here?
Thanks,
regards
Gerd
--
Hi again!
I found it, the right way is
if FORM(grid).errors:
but unfortunately the response.flash gets not set, it has always the value
"Errors in form, please check it out". I tried to set it in index and in
check_km with no luck
Has someone a good idea?
Regards
Gerd
Am F
Thanks for your help Massimo
Am Freitag, 14. September 2012 16:08:14 UTC+2 schrieb Massimo Di Pierro:
>
> Hello Gerd, the grid is a grid. It is not a form (although it may contain
> forms) therefore it does not have a grid.errors. Embedding into a form does
> not solve the problem.
Hi!
I'm running V2.0.9 and still it is not possible to login via an iphone
(tried it with safari and chrome)
Gerd
Am Montag, 3. September 2012 15:47:35 UTC+2 schrieb Massimo Di Pierro:
>
> Please check trunk. I think the problem is that admin requires https.
>
> On Monday, 3
uot;,target).each(function(){jQuery(this).timeEntry({show24Hours:true,
showSeconds:false});});
Anyone know how to prevent this behaviour?
Thanks in advance,
Gerd
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubsc
Hi Annet!
So if i understand this right there is no possibility to change the
representation in an update form?
Thank you
Gerd
Am Dienstag, 5. Februar 2013 17:33:56 UTC+1 schrieb Annet:
>
> Hi Gerd,
>
> Maybe Anthony's reply in this post answers your question:
>
>
>
Hi Annet and DenesL!
@DenesL: Yes, did restart it, nothings changed
@Annet: Thanks you very much, you got it
regards
Gerd
Am Mittwoch, 6. Februar 2013 13:31:24 UTC+1 schrieb Annet:
>
> Hi Gerd,
>
> So if i understand this right there is no possibility to change the
>> re
Am Donnerstag, 7. Februar 2013 00:20:02 UTC+1 schrieb DenesL:
>
>
>
> On Wednesday, February 6, 2013 8:24:01 AM UTC-5, Gerd wrote:
>>
>> Hi Annet and DenesL!
>>
>> @DenesL: Yes, did restart it, nothings changed
>>
>
> True. Note that the input will
Am Donnerstag, 7. Februar 2013 10:56:31 UTC+1 schrieb DenesL:
>
>
>
> On Thursday, February 7, 2013 2:53:50 AM UTC-5, Gerd wrote:
>>
>>
>>
>> Am Donnerstag, 7. Februar 2013 00:20:02 UTC+1 schrieb DenesL:
>>>
>>>
>>>
>>> O
Hi!
I'm actually using V2.0.9 and the error is still active. Is it fixed in
2.1.0?
Thanks,
Gerd
Am Donnerstag, 13. September 2012 20:24:01 UTC+2 schrieb Mandar Vaze:
>
> For now, I'm calling db.commit on my own ondelete function
>
> def my_ondelete_fun
Hi!
Any updates on this?
Am Sonntag, 30. September 2012 16:16:33 UTC+2 schrieb Gerd:
>
> Hi!
>
> I'm actually using V2.0.9 and the error is still active. Is it fixed in
> 2.1.0?
>
> Thanks,
> Gerd
>
> Am Donnerstag, 13. September 2012 20:24:01 UTC+2 schr
Hi!
Thanks for finding this :)
best regards,
Gerd
Am Donnerstag, 22. November 2012 15:58:10 UTC+1 schrieb Nico Zanferrari:
>
> Got it!
>
> Following Massimo's
> advice<https://groups.google.com/forum/#!msg/web2py/nsXx1KI49JA/Kg9GlxutOGQJ>I've
> resolved it w
Frohe Weihnachten und ein gutes neues Jahr!
Am Montag, 24. Dezember 2012 19:22:00 UTC+1 schrieb Massimo Di Pierro:
>
> Merry Christmas everybody!
>
--
Hi!
It worked for me
Thanks
Gerd
Hi!
Voted
regards
Gerd
Hi!
For me it is reachable
Regards
Gerd
Frohe Weihnachten und gutes neues Jahr
Gerd
Ein gutes und glückliches neues Jahr
Gerd
Hi!
I use dygraphs, here you can try some examples ->
http://dygraphs.com/experimental/palette/
Regards
Gerd
Hi!
I'm having problem with web2py.com/demo_admin. Tried it on a Windows XP SP3
with FF 9.0.1
and IE 8
regards
Gerd
In my office i'm also on a proxy (here i get the error), at home it works
perfectly
regards
Gerd
Hi!
I'm also interested how this works :)
best regards
Gerd
he format "/MM/01", or is there a better way)?. How can i achive
that?
Thanks in advance
Gerd
Hi!
Thank you, i'll give it a try ;)
regards
Gerd
])])]) if
re.search(hl7[k]['pattern'],line) else replaced_text
data += (replaced_text if replaced_text != '' else line) +
'\n'
request.vars.uploaded_file.value = data
else:
data = 'No HL7 Format'
else:
d
Thank you Massimo, it worked
best regards
Gerd
Am Mittwoch, 17. Juli 2013 11:36:31 UTC+2 schrieb Massimo Di Pierro:
>
> Try this instead:
>
> request.vars.uploaded_file.file = StringIO.StringIO(data)
>
> On Wednesday, 17 July 2013 03:54:32 UTC-5, Gerd wrote:
>>
>>
Hi!
How can i debug a web2py application with the new PyCharm 3.0 Professional
Edition?
Any help is greatly appreciated
Thanks
Gerd
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py
Hi Tim!
Thanks for you help, now it work's for me too
best regards
Gerd
Am Montag, 30. September 2013 09:18:11 UTC+2 schrieb Tim Richardson:
>
> This works for me:
> Use pycharm to open the directory of your web2py installation (not
> directly to your application directory)
&
Hi!
I would like to see web2py as a package for the Synology NAS, so i wrote an
inquery to the company
at https://www.synology.com/en-global/form/inquiry/feedback
If you feel the same i suggest you to fill out the form and tell them that
we want it ;-)
Thanks,
Gerd
--
Resources:
- http
I prefer https://dbeaver.jkiss.org/download/
best regards
Gerd
Am Sonntag, 3. Dezember 2017 12:10:28 UTC+1 schrieb Pbop:
>
> http://sqlitebrowser.org/
>
>
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Sourc
+1
Am Sonntag, 11. Oktober 2015 21:21:16 UTC+2 schrieb Francisco Ribeiro:
>
> Hello all,
>
> for those who know PyCharm is a great IDE from JetBrains that provides
> free licenses for Open Source projects like web2py (
> https://www.jetbrains.com/buy/opensource/?product=pycharm ). To request
>
36 matches
Mail list logo