Message1634

Author otmarhumbel
Recipients
Date 2007-06-14.21:40:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
From debugging, I found that completely messed up import statements are issued from PyFrame (see stacktraces.txt):
  "from urllib.swing import JButton"
  "from List.util import List"
It looks like on part originates from one line, and the other part from another line of test.py

File Added: stacktraces.txt
History
Date User Action Args
2008-02-20 17:17:50adminlinkissue1735864 messages
2008-02-20 17:17:50admincreate