Good afternoon Dr.Massimo:

I fixed the problem.
Previously I had done the following:
I Removed web2py
I downloaded and unzipped all
I passed my application

But I forgot to stop the previous process of web2py

And I only restarted this process and it recovered, and now,
everything works well.

On Apr 7, 12:32 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> can you open a regular python shell and run
>
> import os
> print os.path.abspath(os.path.join('applications/admin/','hello'))
>
> ? looks like a python issue, it cannot determine os.getcwd()
>
> On Apr 7, 12:23 am, drayco <antrod...@gmail.com> wrote:
>
> > I have web2py 1.76.5 with red hat 5.5 enterprise linux 5.5 at 64 bits.
> > I updated web2py and when I try to go to admin i got this error.
>
> > What is this mean?
>
> > Traceback (most recent call last):
> >   File "/home/drayco/web2py/gluon/restricted.py", line 173, in
> > restricted
> >     exec ccode in environment
> >   File "/home/drayco/web2py/applications/admin/models/0.py", line 41,
> > in <module>
> >     GAE_APPCFG = os.path.abspath(os.path.join('applications/admin/
> > private/appcfg.py'))
> >   File "/usr/local/lib/python2.5/posixpath.py", line 403, in abspath
> >     path = join(os.getcwd(), path)
> > OSError: [Errno 2] No such file or directory

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to