I am curious, if there could be a way to use web2py to create an
installable desktop application. The app would be based on a web app so
would have much of the same code. I would want/hope to find a way to
bundle a local database (mongodb or couchdb if it works with web2py) and
have the local
I'm curious if anyone has done real time applications in their web apps
with web2py. either a whole project or even just components. With the
project I am working on, there are aspects of the app which will have close
to real time interactivity. Such as live database updates (say 100 users
are
I am curious if anyone has made any advancements with OrientDB. I only
recently found out about it and Neo4j. I had been planning on using
mongo/couch for my db backend, but based on the way the graph databases are
made, it could be of great use.
@TheSweetlink iv'e also noticed that your paste
Traditionally, for html templates, I would do something like this in a
template.php file (i am coming from php):
**
*Hello *
**
and reading through the docs for web2py, I see the classes like DIV(),
which i can then add id's, classes, and other attributes to, to be
rendered. Which seems od
Thanks, that is helpful. I'll have to try it out when I get to my computer.
--
, luckysmack wrote:
>
> I am somewhat new to python, and * shock * have an idea for a simple app I
> want to build. To start the app will be relatively light weight, but if it
> works out in my grand scheme could be far more complex.but the core will be
> fairly simple. something
If its so easy to install 2.7, why so insane? People have to start moving at
some point. I understand a lot of people don't support it yet because they
don't think the new features are worth it yet.but its really easy to setup a
virtual env. So why is this such an insane bad idea? It could help
I have seen a few people on here mention they used sublime text. So i was
curious as if anyone was willing to share anything special they did to
setup ST to work with web2py for things like autocompletion (assuming code
intel) or other web2py hints/goodies someone might know about, such as
plug
seems to work well. thanks.
On Sunday, September 9, 2012 9:53:50 PM UTC-7, luckysmack wrote:
>
> I have seen a few people on here mention they used sublime text. So i was
> curious as if anyone was willing to share anything special they did to
> setup ST to work with web2py for
would that break it? or does it even matter?
<+*tito*> luckysmack: you can run web2py in a thread, and
then, it's seperated
<*luckysmack*>tito: can you elaborate on doing that some?
<+*tito*> luckysmack: check the webdebugger module, i
I want to get dubugging setup, and the main options I see are using
winpdb, pydev, or wingide. But all the examples I see are to debug the
web2py.py app when it is run and the debugger grabs the process. But I
am using the cherokee webserver with uWSGI, so how would U use it in
this way? I want it
Totally agree. Vote counted
On Mar 2, 9:54 pm, mikech wrote:
> I just voted this up too. Pycharm is a great IDE and having web2py support
> would be a nice feature.
What books are they?
On Mar 25, 9:58 am, Massimo Di Pierro
wrote:
> I have a a few leftover web2py books from PyCon. They are new and I
> can sell the at $20 each + mail. Let me know if you want once and I
> will mail one to you.
Same here.I'm interest. PayPal ok?
On Mar 25, 6:58 am, Massimo Di Pierro
wrote:
> I have a a few leftover web2py books from PyCon. They are new and I
> can sell the at $20 each + mail. Let me know if you want once and I
> will mail one to you.
I have read a few older messages about mongoDB being made to work with
the DAL. But they all seem to be pretty dated and have not specified
what was working and what wasnt. massimo menitoned that it may be
ready by january of this year. But under the supported list it wasnt
listed. So im just curio
of people asked for support but nobody volunteered to help test
> it.
> If you are interested and can help with some regular tests we can make
> it work in relatively short time.
>
> Massimo
>
> On Mar 31, 9:09 pm, luckysmack wrote:
>
>
>
>
>
>
>
> > I
Im wondering if anyone is using IntelliJ's Idea editor for their
web2py projects. I used it for php before coming here and is hands
down my favorite IDE. It works well will intellij but for some reason
I feel like I should have some better integration. I know it doesnt
officially support it, but im
:
> You can try the Python version of their IDE, PyCharm:
>
> http://www.jetbrains.com/pycharm/
>
> Best,
> kuokon
>
> On Apr 12, 12:25 pm, luckysmack wrote:
>
>
>
>
>
>
>
> > Im wondering if anyone is using IntelliJ's Idea editor
yea same here. coming from php i find python and web2py awesome. im
trying to get my work to make the shift over to python. building a
base website for all our sites will be half the fun... I hope
On Apr 13, 8:16 pm, Jason Brower wrote:
> It's great to see you using web2py!
> I am also working to
Thought some other more experienced devs might want to chime in:
http://www.sitepoint.com/forums/perl-python-other-languages-36/writing-blog-using-web2py-django-752190.html
Another possible use case could be that each user by default gets
assigned to 2 groups. One say 'Authenticated' that all new users get,
this way you can assign global rules as normal. But also a per user
group. Say for example my nick here is luckysmack, so my group would
be called &
well seems their effected my an epic level ec2 outage. that sucks
cause ive been wanting to try them (or possibly kodingen.com as well).
Hope it's fixed soon.
On Apr 25, 3:10 pm, Massimo Di Pierro
wrote:
> I am going to post a link on reddit. :-)
>
> On Apr 25, 4:21 pm, Martín Mulone wrote:
>
>
Pretty much like the title says. This is also for things like when i
open up a i/b/python shell, it would be cool to just be able to run
'import gluon' or 'from gluon import foo'. Im sure this would also
have other benefits as well, but im not sure. I tried doing 'import
sys' and 'sys.path.append("
Apr 28, 10:50 pm, José Luis Redrejo Rodríguez
wrote:
> 2011/4/29 luckysmack :
>
> > Pretty much like the title says. This is also for things like when i
> > open up a i/b/python shell, it would be cool to just be able to run
> > 'import gluon' or 'from glu
, not sure what they were but i think they were
pretty esoteric packages. Anyways, thanks. Ill just get the linked
one.
On Apr 29, 1:45 am, José Luis Redrejo Rodríguez
wrote:
> 2011/4/29 luckysmack :
>
> > python-gluon and python-web2py dont seem to be in the ubuntu repos. I
> >
011, at 7:19 AM, luckysmack wrote:
>
> >> Yea im using 11.04 which just released. So its probably just that it
> >> hasnt been updated yet. ill check out that one package until it shows
> >> up in the repo and try to update to that. I know theyre all in line
> >&g
be able to do the same with the gluon code.
On Apr 29, 6:03 pm, Jonathan Lundell wrote:
> On Apr 29, 2011, at 5:56 PM, luckysmack wrote:
>
>
>
> > when i append gluon to the sys.path and try to import it doesnt work
> > because its unable to find it. I am installing web2py
This is great. I noticed that the default is to use sqlite, is there a
way I can convert it to use mysql? i tried editing the connection
screen before visiting the page, but i kept getting a ticket stating
it was unable to create a table.
On Apr 29, 8:17 am, Christopher Steel wrote:
> Martin,
>
>
Im somewhat new to web2py, having tried out django first. I like this
much more. But one thing im still wondering is how others manage their
web2py installations vs the applications in them. Especially when
needing to push an application to your server/live site. Normally
(like iwth django, or even
How would i use applications in a different directory? would there be
any pros/cons to doing it like this? After getting an application
setup i find (so far, more advanced stuff might be different) i dont
edit the core web2py stuff very often. I can see the application in a
different dir could be e
Cool, i just added my app to the .hgignore file to keep web2py core
updated. I have my app setup with git and will be posting it on github
when its ready. I think for the time being ill just keep the apps in
the web2py directory and just point the domain to look at the app.
Thanks guys.
On May 1,
Thats a good point. on remote im pulling from the main google code
repo anyways. Thanks.
On May 2, 8:36 am, mattgorecki wrote:
> You're right. This is how I do it. I use github extensively for my
> apps and as long as the application directory is the root of the git
> repository you won't run i
Wow this os great. This also looks like it may effect things like
autocomplete in ide's. For me, learning web2py, that was always one
thing that made it more difficult to learn. Not that it was hard.
On May 5, 7:25 pm, Plumo wrote:
> fantastic news!
> This should let me move a lot of code from mo
Im trying to setup web2py with fcgi on cherokee. At one point it
worked (last night after i spent a few hours trying to get it to work.
and after i saw the screen went to sleep). But today when i try to use
it its not working again. But now I cant get it to work whatsoever.
i have a fresh installa
as a side note, when going to domain.dev, it does change the path to
domain.dev/welcome/default/index
On May 11, 11:56 pm, luckysmack wrote:
> Im trying to setup web2py with fcgi on cherokee. At one point it
> worked (last night after i spent a few hours trying to get it to work.
> an
yea i tried fcgi because that was the example in the book. If wsfi is
easier/better to setup, and i can get it working. ill try that as
well. Do you know of any good links off hand? otherwise ill just
browse on the slices site. I looked here but only really found posts
where people were having issu
Sweeet. Well based on the bitbucket link I was able to get it to work
with uWSGI. So thanks a bunch for the help.
On May 12, 12:12 pm, pbreit wrote:
> Here's another, slightly older but perhaps worth
> reviewing:http://web2pyslices.com/main/slices/take_slice/110
Aww burn. Heh. Well I like cherokee because for the moment my server
is pretty low maintenance. It doesnt realy get much traffic. so its
easy to main tain. Not that nginx isnt either. I tried it briefly last
year but was unable to get it to work for whatever reason. I dont
remember. I think it had
I recently listened to a podcast from a HOPE conference last year, and
the podcast talked about post data obfuscation. Where when the post
data is submitted it is obfuscated by javascript and a false copy is
passed through POST and a real copy is sent to the server. it also
send a special key that
I have never used VPS.net so im not sure about them. Like pbreit I use
rackspace(cloud) as well and the service is top notch and you get full
root access. which for a vps im sure vps.net does as well. For the
actual setup itself, for a small server I just moved away from apache
and will never move
Im proccessing credit card transactions where clients will be
government entities (in the US). So I want to make it as secure as
possible. Also, they talked about doing this over https as well as
there are programs out there to get past the ssl.
On May 18, 8:30 am, pbreit wrote:
> Seems unnecessa
Letting those users out there know that I will forking the web2py on
github (which is outdated) and will be updating it as I will need it
and its easier (for me at least) to keep all my repos in one location.
Ive already forked it and will be updating it shortly.
https://github.com/luckysmack
my own repo. which would mean there would be
duplicate repos for web2py. is there a way i can for the one on github
and then merge in the converted mercurial to git copy? since they
essentially have separate remotes. Anyone know of a way i could do
this?
On Jul 19, 8:31 pm, luckysmack wrote
oh yea? well thats handy. am i able to fork/clone a mercurial repo as
a git repo?
On Jul 20, 4:33 am, blackthorne wrote:
> be aware that google code hosting now supports git..
>
> On Jul 20, 4:44 am, luckysmack wrote:
>
>
>
>
>
>
>
> > Well i was going to f
submodules for the individual applications so all i
would have to do is checkout web2py and update the app and i have
everything. I have no idea how to set that up in mercurial or even how
to mercurial in general.
On Jul 20, 9:12 pm, Jonathan Lundell wrote:
> On Jul 20, 2011, at 7:05 PM, luckysm
yea i have it installed already. Im thinking maybe at this point it
might be easier to just use hg. But there is an app out there that
will take a mercurial repos and convert everything into a git repo
including commits and the full history. I tried it at home and it
works great. cant think of the
46 matches
Mail list logo