Lucian Ursu <lucian_u...@yahoo.com> added the comment:

Then it must be an issue with my Python. This is what I get. 
>>> import sys
>>> dir(sys)
['__displayhook__', '__doc__', '__excepthook__', '__name__', '__package__', 
'__stderr__', '__stdin__', '__stdout__', '_clear_type_cache', 
'_current_frames', '_getframe', 'api_version', 'argv', 'builtin_module_names', 
'byteorder', 'call_tracing', 'callstats', 'copyright', 'displayhook', 
'dllhandle', 'dont_write_bytecode', 'exc_clear', 'exc_info', 'exc_traceback', 
'exc_type', 'exc_value', 'excepthook', 'exec_prefix', 'executable', 'exit', 
'flags', 'float_info', 'getcheckinterval', 'getdefaultencoding', 
'getfilesystemencoding', 'getprofile', 'getrecursionlimit', 'getrefcount', 
'getsizeof', 'gettrace', 'getwindowsversion', 'hexversion', 'last_traceback', 
'last_type', 'last_value', 'maxint', 'maxsize', 'maxunicode', 'meta_path', 
'modules', 'path', 'path_hooks', 'path_importer_cache', 'platform', 'prefix', 
'py3kwarning', 'setcheckinterval', 'setprofile', 'setrecursionlimit', 
'settrace', 'stderr', 'stdin', 'stdout', 'subversion', 'version', 
'version_info', 'warnoptions', 'winver']
>>> sys.ps1

Traceback (most recent call last):
  File "<pyshell#23>", line 1, in <module>
    sys.ps1
AttributeError: 'module' object has no attribute 'ps1'
>>>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7957>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to