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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, danimo
Date 2010-12-02.12:40:50
SpamBayes Score 0.05833864
Marked as misclassified No
Message-id <1291293653.96.0.569545904662.issue10604@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, not sure.
Try with 
   set PYTHONPATH=.\a;.\b
sys.path will contains the entries:
   <current_dir>\a
   <current_dir>\b
a multiplication seems necessary.
History
Date User Action Args
2010-12-02 12:40:54amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, danimo
2010-12-02 12:40:53amaury.forgeotdarcsetmessageid: <1291293653.96.0.569545904662.issue10604@psf.upfronthosting.co.za>
2010-12-02 12:40:50amaury.forgeotdarclinkissue10604 messages
2010-12-02 12:40:50amaury.forgeotdarccreate