Hello,
I know that some time a ago, the development repository was cleaned up.
How would I now upgrade admin and examples?
I currently get this error:
python web2py.py --upgrade yes
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34:
DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
unpacking apps; this may take a few seconds...
Traceback (most recent call last):
File "web2py.py", line 20, in <module>
gluon.widget.start(cron=True)
File "/var/devel_linux/web2py/devel/gluon/widget.py", line 726, in start
(options, args) = console()
File "/var/devel_linux/web2py/devel/gluon/widget.py", line 699, in
console
w2p_unpack('admin.w2p', 'applications/admin/')
File "/var/devel_linux/web2py/devel/gluon/fileutils.py", line 172, in
w2p_unpack
fgzipped = gzopen(filename, 'rb')
File "/usr/lib/python2.6/gzip.py", line 33, in open
return GzipFile(filename, mode, compresslevel)
File "/usr/lib/python2.6/gzip.py", line 79, in __init__
fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'admin.w2p'
Thanks in advance,
Timmie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---