[web2py] Re: Add gluon to global python path

2011-04-30 Thread mart
I tried a while to add to system path, but some caused a little bit of grief where importing one module that had dependancies on other modules that were more focused on web use would force me to modify some gluon modules, then i had to write a script to update web2py modules everytime i upgraded...

[web2py] Re: Add gluon to global python path

2011-04-30 Thread luckysmack
mostly just for testing things and learning web2py. for example when going through the book and learning things, to follow along. or when i read a tute online somewhere. but also for the same reason the python shell is there, to test statements and see if syntax is correct and the like. I want to b

Re: [web2py] Re: Add gluon to global python path

2011-04-29 Thread Jonathan Lundell
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. THanks > for the help too guys. appreciate it. What exactly are you trying to import? > > On Apr 29, 12:01 pm,

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
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. THanks for the help too guys. appreciate it. On Apr 29, 12:01 pm, José Luis Redrejo Rodríguez wrote: > 2011/4/29 Jonathan Lundell : > > > On Apr 29, 2011, at 7:19 AM

Re: [web2py] Re: Add gluon to global python path

2011-04-29 Thread José Luis Redrejo Rodríguez
2011/4/29 Jonathan Lundell : > 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 >>

Re: [web2py] Re: Add gluon to global python path

2011-04-29 Thread Jonathan Lundell
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 a few

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
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 a few times where a package showed up in debian but not ubuntu,

Re: [web2py] Re: Add gluon to global python path

2011-04-29 Thread José Luis Redrejo Rodríguez
2011/4/29 luckysmack : > python-gluon and python-web2py dont seem to be in the ubuntu repos. I > found a .deb file here http://pkgs.org/package/python-gluon but i want > to get some feedback first if anyone knows a better way. a few quick > searches didnt show anything about adding a repo to ubuntu

[web2py] Re: Add gluon to global python path

2011-04-29 Thread luckysmack
python-gluon and python-web2py dont seem to be in the ubuntu repos. I found a .deb file here http://pkgs.org/package/python-gluon but i want to get some feedback first if anyone knows a better way. a few quick searches didnt show anything about adding a repo to ubuntu to make it available. On Apr