Message3498

Author boisgera
Recipients boisgera
Date 2008-09-10.21:31:19
SpamBayes Score 1.1043041e-05
Marked as misclassified No
Message-id <1221082280.62.0.110692470397.issue1126@psf.upfronthosting.co.za>
In-reply-to
Content
Add to sys.path a jar file that contains a XXX.YYY.ZZZ java package and
you won't be able to import it if XXX is an already loaded java package.

The associated test files demonstrate the issue and contains hints on
what's going on: basically, org.python.core.imp.find_module never being
called and a SyspathArchive transformation that never happens for the
new jar entry in sys.path.
History
Date User Action Args
2008-09-10 21:31:20boisgerasetrecipients: + boisgera
2008-09-10 21:31:20boisgerasetmessageid: <1221082280.62.0.110692470397.issue1126@psf.upfronthosting.co.za>
2008-09-10 21:31:20boisgeralinkissue1126 messages
2008-09-10 21:31:20boisgeracreate