[web2py] Re: Python for Android (any takers to run web2py)

2012-09-13 Thread luckysmack
Has anyone made any progress with this? I had a conversation with someone on irc.freenode #kivy . it seems like it could be possible to do. but maybe out of the scope of web2py? : *luckysmack * would kivy work with something like web2py, which has dynamic module loading? *luckysmack

[web2py] Re: Sublime Text 2 Setup

2012-09-10 Thread luckysmack
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 things like

[web2py] [OT] Ubuntu 12.10 will no longer ship with Python 2

2012-09-09 Thread luckysmack
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

[web2py] Sublime Text 2 Setup

2012-09-09 Thread luckysmack
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

[web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-08 Thread luckysmack
Thanks, that is helpful. I'll have to try it out when I get to my computer. --

[web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-08 Thread luckysmack
, 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 an experienced python dev

[web2py] Re: Current status of adapting OrientDB for web2py

2012-09-05 Thread luckysmack
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

[web2py] Why would I use DIV classes/helpers, over an html template?

2012-09-05 Thread luckysmack
Traditionally, for html templates, I would do something like this in a template.php file (i am coming from php): *div* *Hello ?= $name ?* */div* 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

[web2py] Web2Py with real time data

2012-09-03 Thread luckysmack
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

[web2py] Use web2py to create offline desktop application

2012-09-01 Thread luckysmack
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

[web2py] Debugging with uWSGI

2011-10-15 Thread luckysmack
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

[web2py] Re: web2py on github

2011-07-21 Thread luckysmack
:05 PM, luckysmack wrote: oh yea? well thats handy. am i able to fork/clone a mercurial repo as a git repo? Why git, btw? Seems like sticking with hg would be more straightforward. On Jul 20, 4:33 am, blackthorne francisco@gmail.com wrote: be aware that google code hosting

[web2py] Re: web2py on github

2011-07-21 Thread luckysmack
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

[web2py] Re: web2py on github

2011-07-20 Thread luckysmack
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 francisco@gmail.com wrote: be aware that google code hosting now supports git.. On Jul 20, 4:44 am, luckysmack luckysm...@gmail.com wrote: Well i was going

[web2py] web2py on github

2011-07-19 Thread luckysmack
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

[web2py] Re: web2py on github

2011-07-19 Thread 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 luckysm

[web2py] Re: Post Data Obfuscation

2011-05-18 Thread luckysmack
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 pbreitenb...@gmail.com

[web2py] Post Data Obfuscation

2011-05-17 Thread luckysmack
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

[web2py] Re: recommendations for production system?

2011-05-17 Thread luckysmack
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

[web2py] Cherokee and fcgi

2011-05-12 Thread luckysmack
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

[web2py] Re: Cherokee and fcgi

2011-05-12 Thread luckysmack
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 luckysm...@gmail.com 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

[web2py] Re: Cherokee and fcgi

2011-05-12 Thread luckysmack
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

[web2py] Re: Cherokee and fcgi

2011-05-12 Thread luckysmack
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 pbreitenb...@gmail.com wrote: Here's another, slightly older but perhaps worth reviewing:http://web2pyslices.com/main/slices/take_slice/110

[web2py] Re: some new cool stuff in trunk under testing

2011-05-05 Thread luckysmack
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 richar...@gmail.com wrote: fantastic news! This should let me move a

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread luckysmack
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,

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread luckysmack
Thats a good point. on remote im pulling from the main google code repo anyways. Thanks. On May 2, 8:36 am, mattgorecki m...@goelephant.com 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

[web2py] How do you manage/version you applications and web2py core?

2011-05-01 Thread luckysmack
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

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-01 Thread luckysmack
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

[web2py] Re: Add gluon to global python path

2011-04-30 Thread luckysmack
to be able to do the same with the gluon code. On Apr 29, 6:03 pm, Jonathan Lundell jlund...@pobox.com 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 via pip

[web2py] Re: Powerpack

2011-04-30 Thread luckysmack
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

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
. On Apr 28, 10:50 pm, José Luis Redrejo Rodríguez jredr...@debian.org wrote: 2011/4/29 luckysmack luckysm...@gmail.com: 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

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
, 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 jredr...@debian.org wrote: 2011/4/29 luckysmack luckysm...@gmail.com: python-gluon and python-web2py dont seem

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
...@pobox.com: On Apr 29, 2011, 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 with each other but ive seen

[web2py] Add gluon to global python path

2011-04-28 Thread 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 gluon import foo'. Im sure this would also have other benefits as well, but im not sure. I tried doing 'import sys' and

[web2py] Re: web2py + powerpack on dotcloud complete guide

2011-04-25 Thread luckysmack
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 massimo.dipie...@gmail.com wrote: I am going to post a link on reddit.  :-) On Apr 25, 4:21 pm,

[web2py] Re: Why new auth_group automatically created with new users?

2011-04-22 Thread luckysmack
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 'luckysmack

[web2py] A question on sitepoint

2011-04-21 Thread luckysmack
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

[web2py] Re: web2py as the best choice for newstarters in web frameworks

2011-04-14 Thread luckysmack
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 encomp...@gmail.com wrote: It's great to see you using web2py! I

[web2py] Re: Web2Py and IntelliJ Idea

2011-04-12 Thread luckysmack
...@gmail.com wrote: You can try the Python version of their IDE, PyCharm:          http://www.jetbrains.com/pycharm/ Best, kuokon On Apr 12, 12:25 pm, luckysmack luckysm...@gmail.com wrote: Im wondering if anyone is using IntelliJ's Idea editor for their web2py projects. I used

[web2py] Web2Py and IntelliJ Idea

2011-04-11 Thread luckysmack
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

[web2py] MongoDB and Web2Py

2011-03-31 Thread luckysmack
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

[web2py] Re: MongoDB and Web2Py

2011-03-31 Thread luckysmack
...@gmail.com wrote: Lots 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 luckysm...@gmail.com wrote: I have read a few older

[web2py] Re: discounted books

2011-03-25 Thread luckysmack
What books are they? On Mar 25, 9:58 am, Massimo Di Pierro massimo.dipie...@gmail.com 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.

[web2py] Re: discounted books

2011-03-25 Thread luckysmack
Same here.I'm interest. PayPal ok? On Mar 25, 6:58 am, Massimo Di Pierro massimo.dipie...@gmail.com 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.

[web2py] Re: vote for Pycharm support for Web2py

2011-03-02 Thread luckysmack
Totally agree. Vote counted On Mar 2, 9:54 pm, mikech mp.ch...@gmail.com wrote: I just voted this up too.  Pycharm is a great IDE and having web2py support would be a nice feature.