This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LucianU
Recipients LucianU, georg.brandl, ronaldoussoren
Date 2010-02-18.15:47:03
SpamBayes Score 8.861871e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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'
>>>
History
Date User Action Args
2010-02-18 15:47:05LucianUsetrecipients: + LucianU, georg.brandl, ronaldoussoren
2010-02-18 15:47:05LucianUsetmessageid: <[email protected]>
2010-02-18 15:47:03LucianUlinkissue7957 messages
2010-02-18 15:47:03LucianUcreate