Re: [Trac] S.O.S!

2011-06-06 Thread Matthew Caron

On 06/06/2011 11:26 AM, Abhishek Prasad wrote:

MemoryError


How much memory is free in the server?

exception MemoryError

Raised when an operation runs out of memory but the situation may still 
be rescued (by deleting some objects). The associated value is a string 
indicating what kind of (internal) operation ran out of memory. Note 
that because of the underlying memory management architecture (C’s 
malloc() function), the interpreter may not always be able to completely 
recover from this situation; it nevertheless raises an exception so that 
a stack traceback can be printed, in case a run-away program was the cause.


From: http://docs.python.org/library/exceptions.html
--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

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



[Trac] S.O.S!

2011-06-06 Thread Abhishek Prasad
Hi All,

We've been using Trac and have recently ran into issue which we
couldn't resolve. A friend of mine recommended us to this group. We
got the error message below while creating a new user/modifying an
existing user.

We manage our entire project on Trac and would really appreciate if
anyone could help us out here.

Thanks a lot in advance,
Abhi.



Python Traceback
Most recent call last:

Traceback (most recent call last):
  File "c:\docume~1\aprasad\locals~1\temp\easy_install-k8obcv
\Trac-0.12-py2.6-win32.egg.tmp\trac\web\main.py", line 513, in
_dispatch_request
dispatcher.dispatch(req)
  File "c:\docume~1\aprasad\locals~1\temp\easy_install-k8obcv
\Trac-0.12-py2.6-win32.egg.tmp\trac\web\main.py", line 235, in
dispatch
resp = chosen_handler.process_request(req)
  File "c:\docume~1\aprasad\locals~1\temp\easy_install-k8obcv
\Trac-0.12-py2.6-win32.egg.tmp\trac\admin\web_ui.py", line 116, in
process_request
path_info)
  File "build\bdist.win32\egg\acct_mgr\admin.py", line 132, in
render_admin_panel
return self._do_users(req)
  File "build\bdist.win32\egg\acct_mgr\admin.py", line 252, in
_do_users
mgr.set_password(user, password)
  File "build\bdist.win32\egg\acct_mgr\api.py", line 263, in
set_password
if store.set_password(user, password, old_password):
  File "build\bdist.win32\egg\acct_mgr\htfile.py", line 53, in
set_password
self.userline(user, password))
  File "build\bdist.win32\egg\acct_mgr\htfile.py", line 104, in
_update_file
lines = f.readlines()
MemoryError

System Information:
Trac0.12
CustomFieldAdmin0.2.5
Genshi  0.6
pysqlite2.4.1
Python  2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit
(Intel)]
setuptools  0.6c11
SQLite  3.5.9

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