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 gael
Recipients ajaksu2, amaury.forgeotdarc, gael, mbenkmann, sbassi, simon.percivall, skiolding
Date 2010-02-25.19:30:27
SpamBayes Score 7.172682e-08
Marked as misclassified No
Message-id <1267126229.39.0.634017120518.issue1669349@psf.upfronthosting.co.za>
In-reply-to
Content
Here it is.


Python 2.4.5 (#1, Feb 24 2010, 08:26:11)
[GCC 3.4.6] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
[
'', 
'/tmp/Python-2.4/lib/python24.zip', 
'/install_path/Plone-3.2.1r4-UnifiedInstaller/packages/Python-2.4.5/Lib', 
'/install_path/Plone-3.2.1r4-UnifiedInstaller/packages/Python-2.4.5/Lib/plat-sunos5', 
'/install_path/Plone-3.2.1r4-UnifiedInstaller/packages/Python-2.4.5/Lib/lib-tk', 
'/install_path/Plone-3.2.1r4-UnifiedInstaller/packages/Python-2.4.5/Modules', 
'/install_path/Plone-3.2.1r4-UnifiedInstaller/packages/Python-2.4.5/build/lib.solaris-2.10-sun4u-2.4']


PS: Sorry for the message above, haven't seen I was responding to the bug system. Feel free to drop it.
History
Date User Action Args
2010-02-25 19:30:29gaelsetrecipients: + gael, amaury.forgeotdarc, simon.percivall, mbenkmann, sbassi, skiolding, ajaksu2
2010-02-25 19:30:29gaelsetmessageid: <1267126229.39.0.634017120518.issue1669349@psf.upfronthosting.co.za>
2010-02-25 19:30:27gaellinkissue1669349 messages
2010-02-25 19:30:27gaelcreate