Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5824993
By: lparkh

Hi,
 I've done something which is causing pydev (?) to insert import commands into
my code. For example I'll run my program and then find that the following line
has been inserted into my code without me doing it!:
import decimal import self

THis is slightly irritating too because the next run i get a complaint about
"self"

What is doing this? I've been playing with preferences and obviously I've 
toggled
something unfortunate.

Other examples of things it decided to insert (in case these are clues):
# from ctypes.test.test_functions import RECT
# from decimal import self
# from msilib.schema import SelfReg

I looked through pydev preferences and tried to restore defaults around import
but didn't spot the key thing.
  Thanks!


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to